.. _Accessing Virtuozzo Infrastructure Platform iSCSI Targets from CentOS 6:

Accessing Virtuozzo Infrastructure Platform 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 <https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/ch-iscsi.html>`__.

