On 07/13/2010 09:08 AM, Mike wrote:
Hi Mike,

Thank you for the quick reply. I have 2 questions if you don't mind
clarifying for me:

1) Is the "logout" option what disconnects the previous iSCSI target
or do I have to something else? I need to remove all references etc.
to the previous iSCSI target.


The logout command just logs the initiator out of the target which also removes things like the /dev/sdXs. It does not remove things like node db records. For that you need to run

iscsiadm -m node -o delete -T target -p ip


2) I tried the discovery command like so:

iscsiadm -m discovery -t st -p 192.168.254.65

But I'm not able to discover the iSCSI target. I keep getting the
following error:

iscsiadm: cannot make connection to 192.168.254.65:3260 (111)
iscsiadm: connection to discovery address 192.168.254.65 failed


111 is connection refused. You probably do not have the initator in some target ACL to allow access.

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

Reply via email to