aspasia wrote: > I would like to find out if anyone has encountered this. > > Symptom/Problem - after installing open iscsi in Ubuntu 8, attempt to > connect/start the iscsi-target: > > iscsiadm -m discovery -t sendtargets -p 192.168.100.1 > 192.168.100.1:3260,1 iqn. > 2008-04.com.iscsihost:storage.ubuntu8_x64_test > > It seemed like the discovery process worked, but when I check /var/log/ > messages for a block device or fdisk -l the block device does not > exist. >
This command only finds targets. You have to run iscsiadm -m node -T target -p port -l or some variant of it like iscsiadm -m node -L all iscsiadm -m node -l or iscsiadm -m discovery -t sendtargets -p 192.168.100.1 -l to login --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
