Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: iSCSI and VMware ESXi



Chavdar Ivanov wrote:

It seemed to work fine, but I haven't used CHAP authentication.

I disabled authentication and everything works now, even the "target1=foo" syntax works although it's not shown on the NetBSD side.

So, as a summary, this is what works for me with NetBSD 4.99.72 and VMware ESXi 3.5.0 Update 2 Build 110271:

# cat /etc/iscsi/targets
extent1         /iscsi/virtualhost1     0               size
target1         rw      extent1         0.0.0.0/0
# cat /etc/iscsi/auths
#
# /etc/rc.d/iscsi_target restart

and I see "iqn.1994-04.org.netbsd.iscsi-target:target1" as the "iSCSI Name" within VMware ESXi.


# cat /etc/iscsi/targets
extent1         /iscsi/virtualhost1     0               size
target1=foo     rw      extent1         0.0.0.0/0
# cat /etc/iscsi/auths
#
# /etc/rc.d/iscsi_target restart

gives me "foo" as the "iSCSI Name" within VMware ESXi.

Martti


Home | Main Index | Thread Index | Old Index