2012-03-27, 03:59
Hi,
I've tried a heap of different approaches to connect to my iscsi target, and nothing seems to work. I can connect to it fine form my other initiators.
if I type:
I get the error: "Could not open san device: invalid argument"
If I quote the iqn:
I get the error: "Could not open san device: operation not supported"
The dhcp is successful and like I said I can connect to lun 0 on that target without auth on my other devices. The ipxe build says it supports iscsi when it boots.
Thanks in advance.
I've tried a heap of different approaches to connect to my iscsi target, and nothing seems to work. I can connect to it fine form my other initiators.
if I type:
Code:
dhcp net0
sanhook iscsi:10.0.0.90::::iqn.2012-03.local.fileserver:edgeserver
I get the error: "Could not open san device: invalid argument"
If I quote the iqn:
Code:
dhcp net0
sanhook "iscsi:10.0.0.90::::iqn.2012-03.local.fileserver:edgeserver"
I get the error: "Could not open san device: operation not supported"
The dhcp is successful and like I said I can connect to lun 0 on that target without auth on my other devices. The ipxe build says it supports iscsi when it boots.
Thanks in advance.