Dear All I have connected my host and iSCSI storage directly with LAN cable.
The iface created for the particular port through which the connection is made is: * iscsiadm -m iface -I bnx2i.3c:d9:2b:f5:2e:e7* # BEGIN RECORD 2.0-872 iface.iscsi_ifacename = bnx2i.3c:d9:2b:f5:2e:e7 iface.net_ifacename = <empty> iface.ipaddress = 192.168.3.20 iface.hwaddress = 3c:d9:2b:f5:2e:e7 iface.transport_name = bnx2i iface.initiatorname = <empty> # END RECORD I have successfully discovered the target using the command: *iscsiadm -m discovery -t st -p 192.168.3.14:3260 -I bnx2i.3c:d9:2b:f5:2e:e7 * And logged into my storage successfully as: *iscsiadm -m node -p 192.168.3.14:3260 -I bnx2i.3c:d9:2b:f5:2e:e7 -l * I can then see my sessions successfully as: *iscsiadm -m session* bnx2i: [2] 192.168.3.14:3260,1 iqn.2001-03.jp.nec:storage01:ist-m000-sn-0000000000090019.lx-hprhel6.target0000 I have the setting *node.startup = automatic* in the file /etc/iscsi/iscsid.conf But on reboot I see: *iscsiadm -m session* iscsiadm: No active sessions. I think the node.startup=automatic is not working. Have any of you faced such a problem. Please help. -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To view this discussion on the web visit https://groups.google.com/d/msg/open-iscsi/-/iSgT7ktg3bMJ. 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.
