3.1. Accessing Storage iSCSI Targets from CentOS 6¶
Make sure that the
iscsi-initiator-utilspackage is installed.Discover the required target by its IP address. For example:
# iscsiadm --mode discovery --type sendtargets --portal 192.168.10.100
Restart the
iscsidservice 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.
Version 7.5 — Jan 22, 2025