Hi, 1.To discover targets,
iscsiadm --mode discovery --type sendtargets --portal 'target_ip' 2.For login, iscsiadm -m node -T 'target_name' -p 'target_ip':3260 --login 3. Use exported disk on initiator(create PV,LV,use that LV etc.) 4. For logout, iscsiadm -m node -T 'target_name' -p 'target_ip':3260 --logout All above is for Virtual block devices(RAID/LVM). What are the similar commands if i want to discover,login,logout "regular files"? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to open-iscsi@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/open-iscsi -~----------~----~----~----~------~----~------~--~---