Hi Mike, Thank you very much for your reply. What I want to do is remove the current iSCSI target the I had from my cloned VM and change it to a new iSCSI target. Is the "logout" option the way to disconnect the target or is that something else?
Thank you, Mike On Jul 12, 1:17 pm, Mike Christie <[email protected]> wrote: > 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.
