Hi,

SLES10 SP2 ships "iscsiadm version 2.0-868", while SP1 had an older version. 
For 
SP1 I used the following command to set all discovered nodes to auto-login:

for sid in $(iscsiadm -m node | awk '{gsub(/^\[/, ""); gsub(/\]/, ""); print $1 
}' 
| sort)
do
        iscsiadm -m node -r $sid -o update -n node.startup -v automatic
done

What would be the equivalent for the newer version that says: "iscsiadm: node 
mode: option '-r' is not allowed/supported"?

Yes, I could edit the files in /etc/iscsi/nodes, but I have 32 nodes...

Regards,
Ulrich


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to