Hi,
When I restart the iscsi target daemon set to automatic discovery and
login into targets , the iscsid daemon tries to connect to incorrect
port i.e. port 0 . I am using iSNS discovery records for discovering
targets.
root@Box3:/home/user1# iscsiadm -m discovery -t isns -p
192.168.145.102:3205 --discover
192.168.145.224:0,1 iqn.2011-12.com.example:san02.tgt.server01
192.168.145.224:0,1 iqn.2011-12.com.example:san01.tgt.server01
The following is the syslog output
Dec 23 13:13:40 Box3 iscsid: connect to
192.168.145.224:0 failed
(Connection refused)
Dec 23 13:13:40 Box3 iscsid: connect to
192.168.145.224:0 failed
(Connection refused)
Dec 23 13:13:44 Box3 iscsid: connect to
192.168.145.224:0 failed
(Connection refused)
Dec 23 13:13:44 Box3 iscsid: connect to
192.168.145.224:0 failed
(Connection refused)
Dec 23 13:13:48 Box3 iscsid: connect to
192.168.145.224:0 failed
(Connection refused)
Dec 23 13:13:48 Box3 iscsid: connect to
192.168.145.224:0 failed
(Connection refused)
Dec 23 13:13:51 Box3 iscsid: connect to
192.168.145.224:0 failed
(Connection refused)
Dec 23 13:13:51 Box3 iscsid: connect to
192.168.145.224:0 failed
(Connection refused)
Shouldn't it try to log into the target using 3260 port ??