We are not using NetworkManager as we are building a cluster. NetworkManager does not work with PaceMaker.
On Dec 2, 4:52 pm, Mike Christie <[email protected]> wrote: > On 12/02/2011 10:57 AM, Charles DeVoe wrote: > > > However, upon reboot, they are gone, Did I miss a step" > > Are you using network manager? There is a bug in F16 where if you are > not using NM then the iscsi service will not start. It is due to this check > > # if the network isn't up yet exit cleanly, NetworkManager will call us > # again when the network is up > [ ! -f /var/lock/subsys/network ] && ! nm-online -x >/dev/null 2>&1 > && exit 3 > > in the /etc/init.d/iscsi script. > > If you just comment out that line, does it work? > > > > > > > > > I did > > iscsiadm -m discovery -t sendtargets -p 172.16.1.200:3260 > > iscsiadm -m node -p 172.16.1.200 --login -T iqn.2001-05.com.equallogic: > > 0-8a0906-98d96420a-9580000002d4e00b-volume4 > > iscsiadm -m node -p 172.16.1.200 --op update n node.startup -v > > automatic -T iqn.2001-05.com.equallogic: > > 0-8a0906-98d96420a-9580000002d4e00b-volume4 > > > fdisk -l shows the devices. I also nee to make these persistent. In > > other words > > > I want > > sdb -> VOL1 > > sdc -> VOL2 > > sdd -> VOL3 > > > On Dec 2, 10:08 am, Charles DeVoe <[email protected]> wrote: > >> iSCSI Transport Class version 2.0-870 > >> version 2.0-872 > >> iscsiadm: No active sessions. > > >> However, I did the login and set the node.startup to automatic and > >> they show. I got it now. > > >> On Dec 1, 7:34 pm, Mike Christie <[email protected]> wrote: > > >>> On 12/01/2011 02:53 PM, Charles DeVoe wrote: > > >>>> I am now getting the target data > > >>>> [root@node1 ~]# iscsiadm -m discovery -t sendtargets -p > >>>> 172.16.1.200:3260 > >>>> 172.16.1.200:3260,1 iqn.2001-05.com.equallogic: > >>>> 0-8a0906-8eb96420a-186000000244e00b-volume1 > >>>> 172.16.1.200:3260,1 iqn.2001-05.com.equallogic: > >>>> 0-8a0906-91896420a-760000000274e00b-volume2 > >>>> 172.16.1.200:3260,1 iqn.2001-05.com.equallogic: > >>>> 0-8a0906-95696420a-5100000002a4e00b-volume3 > >>>> 172.16.1.200:3260,1 iqn.2001-05.com.equallogic: > >>>> 0-8a0906-98d96420a-9580000002d4e00b-volume4 > > >>>> However, when I do an fdisk -l the drives are not there. What am I > >>>> missing? > > >>> What does > > >>> iscsiadm -m session -P 3 > > >>> report and what is in /var/log/messages when you login? -- 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.
