Hello all,

Before I ask anything I'd like to say thank you to all the devs. I appreciate the existence of your project and your hard work!

Now I've got a little situation which should hopefully be chalked up to my newb status with open-iscsi.

Per the snippet below I can't seem to manually login directly to a single target. Every time I try I get "iscsiadm: no records found!". Whether I use the target name, portal, or both. As you can see I have a discovery entry for the portal, and I have a target entry in the node table. The only way I can login to this target is with a blanket node login. It does work. The other interesting bit is when I set the config to auto connect to all targets on startup, that did _not_ work. So apparently the auto connect doesn't use the blanket node login mechanism or some such. Any thoughts or flames are appreciated :P

Thanks again!

--- snip ---
[EMAIL PROTECTED]:~$ sudo iscsiadm -m discovery
10.0.0.11:3260 via sendtargets
[EMAIL PROTECTED]:~$ sudo iscsiadm -m node
10.0.0.11:3260,1 ign.2002-07.com.archose:3t.r5.0
[EMAIL PROTECTED]:~$ sudo iscsiadm -m node -T iqn.2002-07.com.archose:3t.r5.0 -p 10.0.0.11:3260 -l
iscsiadm: no records found!
[EMAIL PROTECTED]:~$ sudo iscsiadm -m node -T iqn.2002-07.com.archose -p 10.0.0.11:3260 -l
iscsiadm: no records found!
[EMAIL PROTECTED]:~$ sudo iscsiadm -m discovery -P 1
SENDTARGETS:
DiscoveryAddress: 10.0.0.11,3260
    Target: ign.2002-07.com.archose:3t.r5.0
        Portal: 10.0.0.11:3260,1
           Iface Name: default
iSNS:
No targets found.
STATIC:
No targets found.
[EMAIL PROTECTED]:~$ sudo iscsiadm -m session -P 1
iscsiadm: No active sessions.
[EMAIL PROTECTED]:~$ sudo iscsiadm -m node -T iqn.2002-07.com.archose -l
iscsiadm: no records found!
[EMAIL PROTECTED]:~$ sudo iscsiadm -m node -l
Login session [iface: default, target: ign.2002-07.com.archose:3t.r5.0, portal: 10.0.0.11,3260]

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to