3.1. Accessing Storage iSCSI Targets from CentOS 6

  1. Make sure that the iscsi-initiator-utils package is installed.

  2. Discover the required target by its IP address. For example:

    # iscsiadm --mode discovery --type sendtargets --portal 192.168.10.100
    
  3. Restart the iscsid service to rescan for newly added drives:

    # service iscsi restart
    

To check that the new drive has appeared in the system, use fdisk, parted or similar tools.

For more information, see the Red Hat Enterprise Linux Storage Administration Guide.