iPXE discussion forum
iSCSI URI Bug? - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: iSCSI URI Bug? (/showthread.php?tid=7020)



iSCSI URI Bug? - BThunderW - 2013-08-26 05:08

Is there a LUN limitation on sanhook? Or is this a bug? I can hook any LUN between 0-9 but nothing higher than that.

Works: sanhook --drive 0x81 iscsi:192.168.77.23:::9:iqn.2013-08.chaos.olympia.local:hyperion-boot

Error: sanhook --drive 0x81 iscsi:192.168.77.23:::10:iqn.2013-08.chaos.olympia.local:hyperion-boot

[Image: ipxe_error1.jpg]

On what could be a related note. I'm having trouble installing XenServer 6.2 using the --use_ibft switch.
The installer seems to detect the iBFT entry properly
[Image: xen1.jpg]

But it seems to always want to add a 0 to the LUN when trying to mount.
[Image: xen2.jpg]

Any help would be appreciated. Spent a whole day trying to figure this out with no progress.

Cheers,

Tom


RE: iSCSI URI Bug? - robinsmidsrod - 2013-09-01 14:50

If you look at the error URL in http://ipxe.org/err/1d7045 (from your image) you'll notice it says the LUN is supposed to be specified in hexadecimal. My guess is you've used decimal. What happens if you retry with iscsi:192.168.77.23:::a:iqn.2013-08.chaos.olympia.local:hyperion-boot? Does it connect to LUN 10?