iPXE discussion forum
Could Not Open SAN Device - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Could Not Open SAN Device (/showthread.php?tid=11166)



Could Not Open SAN Device - hxman101 - 2018-05-02 17:40

I have the following ipxe config:

#!ipxe
goto startme
:retry
sleep 5
:startme
sanboot http://bla.com/vmware/6.5/iso/ESXi65u1.iso || goto retry


I am getting a Could not open SAN device. This is an ESXi iso located on an http server. Does anyone have any ideas or things I could check?


Thanks


RE: Could Not Open SAN Device - NiKiZe - 2018-05-04 00:47

All errors in iPXE also gives an ipxe.org url, that url should provide information about what to try. Regardless please post that url here so that we can help you further.


RE: Could Not Open SAN Device - teddue - 2018-06-14 18:18

I have the same problem.
The error url I get is http://ipxe.org/1d0d6139


RE: Could Not Open SAN Device - NiKiZe - 2018-06-15 00:34

(2018-06-14 18:18)teddue Wrote:  I have the same problem.
The error url I get is http://ipxe.org/1d0d6139

That error url should have the message: "Target not currently operational", in which is not the same error message.

Have you read that page? especially "Additional notes"
In addition to that I would suggest checking the iSCSI server logs.


RE: Could Not Open SAN Device - teddue - 2018-06-15 05:00

Well, I just used the wrong path …
iqn.target:target instead of iqn.target
Took me one hour to figure this out …