0

ISCSI target cannot login

hi ..,

i tried iscsi configuration in Centos 7.., i configured both target and initator and also my device is detecting at initator zone .., but i unable to login target from initator ... i dont know exact commands to login... can you please assists me to overcome this issue......

ISCSI Add a comment
hobbs
asked Sep 02 2017

Answer

0

login iscsi target from initiator run below command.... here replace your target ip and target iqn address.

# iscsiadm --mode node --targetname iqn.2017-08.com.example.server1:sys1 --portal 192.168.5.55:3260

to logout iscsi target execute below command.....

# iscsiadm --mode node --targetname iqn.2017-08.com.example.server1:sys1 --portal 192.168.5.55:3260

still you got confusion refer man page of iscsi # man iscsiadm..........................!

Add a comment
arunkumarak
asked Sep 03 2017
edited Oct 05 2018
Post your Answer