Discover targets at a given IP address: iscsiadm –mode discoverydb –type sendtargets –portal 192.168.1.10 –discover Login into a iscsi target (must use a node record id found by the discovery). iscsiadm –mode node –targetname iqn.2001-05.com.doe:test –portal 192.168.1.1:3260 –logi...
Discover targets at a given IP address: iscsiadm --mode discoverydb --type sendtargets --portal 192.168.1.10 --discover Login, must use a node record id found by the discovery: iscsiadm --mode node --targetname iqn.2001-05.com.doe:test --portal 192.168.1.1:3260 --login Logout: iscsi...
The iscsiadm utility is a command-line tool allowing discovery and login to iSCSI targets, as well as access and management of the open- iscsi database. Open-iscsi does not use the term node as defined by the iSCSI RFC, where a no
The iscsiadm utility is a command-line tool allowing discovery and login to iSCSI targets, as well as access and management of the open-iscsi database. Open-iscsi does not use the term node as defined by the iSCSI RFC, where a node is a single iSCSI initiator or target. Open-iscsi use...
# iscsiadm -m discovery -t sendtargets -p 192.168.1.60 OR # iscsiadm --mode discovery --type sendtargets --portal 192.168.1.60 Note down the record id (such as iqn.2001-05.com.doe:test) found by the discovery. You need the same for login. Login, must use a node record id found ...