On 06/30/2012 03:07 PM, Nik Martin wrote:

[root@hv3 init.d]# iscsiadm -m node --loginall=automatic -d8

You are telling iscsiadm to login to records marked for automatic startup, but....

iscsiadm: updated 'node.startup', 'manual' => 'manual'
iscsiadm: updated 'node.conn[0].startup', 'manual' => 'manual'

it looks like you have record for the target portal setup for manual startup. You either want to pass in manual or all or just run

iscsiadm -m node -T yourtarget -p ip -l

or

iscsiadm -m node -l

--
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To post to this group, send email to open-iscsi@googlegroups.com.
To unsubscribe from this group, send email to 
open-iscsi+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/open-iscsi?hl=en.

Reply via email to