iPXE discussion forum
attach multiple 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: attach multiple san device (/showthread.php?tid=7517)



attach multiple san device - vanryuji - 2014-11-03 06:43

hi all~~

i'm struggling to attach multiple san device.

is there anybody to attach multiple san device successfully???

details of devices are
- first is device only installed windows 7
- second is device stored additional user data

my ipxe script is
#!ipxe
sanhook --drive 0x81 iscsi:192.168.0.200:tcp:3260:0:iqn.2001-04.com.example:storage.userdata
sleep 5
sanboot iscsi:192.168.0.200:tcp:3260:0:iqn.2001-04.com.example:storage.os

the result is that windows is booted up successfully, but the other device(user data) is not attached.

user data device is not appear in "iSCSI initiator" window.

have a nice day!


RE: attach multiple san device - jetlee - 2014-11-24 14:47

Keen to know if you got anywhere with this

Cheers

Jet


RE: attach multiple san device - robinsmidsrod - 2014-12-03 16:44

This has been answered in http://forum.ipxe.org/showthread.php?tid=7518 and http://forum.ipxe.org/showthread.php?tid=7539.