Hi,
I am trying to configure ISCSI storage in my vm ware, But when tried to login to the ISCSI target from the client it throws the following errors.
[root@localhost ~]# iscsiadm --mode discoverydb --type sendtargets --portal 192.168.40.130 --discover
iscsiadm: cannot make connection to
192.168.40.130: No route to host
iscsiadm: cannot make connection to
192.168.40.130: No route to host
iscsiadm: cannot make connection to
192.168.40.130: No route to host
iscsiadm: cannot make connection to
192.168.40.130: No route to host
iscsiadm: cannot make connection to
192.168.40.130: No route to host
iscsiadm: cannot make connection to
192.168.40.130: No route to host
iscsiadm: connection login retries (reopen_max) 5 exceeded
iscsiadm: Could not perform SendTargets discovery: encountered connection failure
[root@localhost ~]#
#iscsiadm -m node -L all
Logging in to [iface: default, target: iqn.2014-03.sharedstorage:target1, portal: 192.168.40.130,3260] (multiple)
iscsiadm: Could not login to [iface: default, target: iqn.2014-03.sharedstorage:target1, portal: 192.168.40.130,3260].
iscsiadm: initiator reported error (8 - connection timed out)
iscsiadm: Could not log into all portals
Can any one help me to sort out this issue ?
Thanks!