On 07/12/2010 09:52 AM, Mike wrote:
I hope someone can help, I'm very new to Ubuntu 9.04. I currently have
a VM setup with Ubuntu 9.04 and running which is connected to an iSCSI
target. Everything works great on this VM. I've cloned this VM and I'm
trying to disconnect the current iSCSI target and reconnect it to a
new one but I'm having a lot of problems trying to get this to work.
Can someone point me in the right direction to figure out how I can
remove the current iSCSI and add a new one?
iscsiadm -m session
will show the currently connect sessions (iscsiadm -m session -P 3 will
show more info).
iscsiadm -m node -T target -p ip -u
will logout
iscsiadm -m node
will show the targets that have been discovered.
iscsiadm -m node -T target -p ip -l
will log into a target.
--
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.