Hello,
I'm setting up a diskless CentOS machine which will boot from a NetApp
iSCSI LUN
So far I have installed CentOS 5.6 via a kickstart file to the iSCSI
LUN
I am using iPXE and DHCP to boot from teh NetApp.
My machine has 2 NICs
I want eth0 to be the general use network card
I want eth1 to be used for iSCSI communication only
Although I have configures a custom iface using iscsiadm I cannot get
my system to use it. Here is the summary of ifaces:
[root@blah ~]# iscsiadm -m iface -P 1
Iface: default
Target: iqn.1992-08.com.netapp:sn.15333
Portal: 192.168.1.12:3260,2000
Iface: iface1
Target: iqn.1992-08.com.netapp:sn.15333
Portal: 192.168.1.12:3260,2000
because the target disk is used for root access I cannot logout of the
iscsi session that is using the default iface so that I can re login
using iface1.
Is there some way to change the config, reboot, and have all iSCSI
communications go through iface1 ?
any advice would be helpful.
Thanks
--
You received this message because you are subscribed to the Google Groups
"open-iscsi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/open-iscsi?hl=en.