On 11/02/2010 09:11 PM, Chien, Tom wrote:
first of all,
target# iscsitadm list target
initiator# iscsiadm -m node -P 1
iscsiadm -m node -P 1 lists the targets and portals. You would want to
then do
iscsiadm -m node -T target -p ip:port
to see the settings being used for that target. If the setup is simple
then it is probably the same as in the iscsid.conf so you can ignore
this. In the future it might help though.
matches
second, here's the 4 relevant lines of
/etc/iscsi/iscsid.conf
node.startup = automatic
node.session.authmethod = CHAP
node.session.auth.username =<xxx>
node.session.auth.password =<xxx>
I can discover, but when I try to login
iscsiadm -m node -l
Are you using the tools from RHEL 5.5? If so could you try this version
of the iscsi tools:
http://people.redhat.com/mchristi/iscsi/rhel5.6/iscsi-initiator-utils/
If those do not work can you send me a wireshark trace? And just to make
sure, on the target you are setting something like the Incoming
Username/password to the values that are in the
node.session.auth.username/node.session.auth.password, right? And the
username and password are different?
--
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.