Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
initramfs v. sanhook
2011-04-25, 16:38
Post: #1
initramfs v. sanhook
Do we still need to patch in an iSCSI initiator (e.g., open-iscsi), if the iSCSI target is sanhooked before booting?
Find all posts by this user
Quote this message in a reply
2011-04-26, 14:52
Post: #2
RE: initramfs v. sanhook
(2011-04-25 16:38)hsuanyeh Wrote:  Do we still need to patch in an iSCSI initiator (e.g., open-iscsi), if the iSCSI target is sanhooked before booting?

Yes. Linux (along with essentially all operating systems except DOS) requires a native iSCSI initiator and network card drivers. It can't use the INT13 interface provided by iPXE.

Linux can make use of the iBFT and EDD information to identify the iSCSI disks that were hooked by iPXE, but it still needs a native initiator (e.g. open-iscsi) in order to connect to them.
Visit this user's website Find all posts by this user
Quote this message in a reply
2011-04-26, 19:15
Post: #3
RE: initramfs v. sanhook
(2011-04-26 14:52)mcb30 Wrote:  Linux can make use of the iBFT and EDD information to identify the iSCSI disks that were hooked by iPXE, but it still needs a native initiator (e.g. open-iscsi) in order to connect to them.

I just wanted to chime in and inform you that iscsistart -b (flag available in recent open-iscsi) should connect iSCSI targets according to iBFT data. Not sure how well it works, as I haven't tried it yet. iscsistart -N can be used to bring up the network from iBFT data also, and iscsistart -f will print iBFT debug data to the screen. It is all in the iscsistart(8) man page.

Unfortunately the feature is too new to be present in Ubuntu 10.04. Sad
Visit this user's website Find all posts by this user
Quote this message in a reply
2011-04-26, 19:26
Post: #4
RE: initramfs v. sanhook
(2011-04-26 14:52)mcb30 Wrote:  
(2011-04-25 16:38)hsuanyeh Wrote:  Do we still need to patch in an iSCSI initiator (e.g., open-iscsi), if the iSCSI target is sanhooked before booting?

Yes. Linux (along with essentially all operating systems except DOS) requires a native iSCSI initiator and network card drivers. It can't use the INT13 interface provided by iPXE.

Linux can make use of the iBFT and EDD information to identify the iSCSI disks that were hooked by iPXE, but it still needs a native initiator (e.g. open-iscsi) in order to connect to them.

Has anyone done patches to those major Linux distros, such as Debian, Ubuntu, OpenSUSE etc.? It is not very easy from a user's perspective to manually configure open-iscsi into the kernel. Fedora installer gets it done nicely, but it locks the MAC address...
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)