RDX QuikStation 4 and 8 Product Manual
3 - iSCSI Configuration
10400880-003
©2019-21 Overland-Tandberg
27
2.
Discover
iSCSI targets
.
To discover the RDX QuikStation iSCSI targets, enter the following command, replacing
the variable
<
RDX_IP_address
>
with the actual IP address for your RDX QuikStation:
# iscsiadm -m discovery -t sendtargets -p <
RDX_IP_address
>
Depending on how you configured the logical device type for the RDX QuikStation you
have, you will see one to eight iSCSI targets.
3.
Connect to
iSCSI targets
.
•
To connect
all
discovered iSCSI targets, enter the following command:
# iscsiadm -m node -L all
•
To connect to an
individual target
, enter the following command, replacing
<
target_IQN_name
>
with the iSCSI qualified name (IQN) of the target and
replacing
<
target_portal
>
with the RDX QuikStation IP address:
# iscsiadm -m node -T <
target_IQN_name
> -p <
target_portal
> --login
Once all iSCSI targets are connected, the initiator (Linux host computer) can use the
iSCSI disks as a normal disk. It appears under /dev/sdx devices and you can format and
mount iSCSI disks like a normal disk.
Other “iscsiadm” Commands
•
To
disconnect
from an iSCSI target, enter the following command, replacing
<
target_IQN_name
>
with the iSCSI qualified name (IQN) of the target and replacing
<
target_portal
>
with the RDX QuikStation IP Address:
# iscsiadm -m node -T <
target_IQN_name
> -p <
target_portal
> --logout
•
To
delete
a target, enter the following command, replacing
<
target_IQN_name
>
with
the iSCSI qualified name (IQN) of the target:
# iscsiadm -m node -T <
target_IQN_name
> -o delete
CAUTION:
Before you shut down or restart the RDX QuikStation for any reason, it is
recommended that you disconnect all iSCSI targets.
Connecting iSCSI Targets for Mac OS X
The following instructions describe how to connect your Mac OS X host computers using Atto
Technology’s Xtend SAN iSCSI initiator. Xtend SAN is compatible with Mac OS X 10.4.x and
later. While we do not require you to use Xtend SAN as your third-party Mac OS X iSCSI
initiator, we recommend that you use an iSCSI initiator that has been tested or recommended
for use with your chosen backup application.
To establish a secure iSCSI connection:
1.
Open the Xtend SAN iSCSI Initiator by clicking the
Discover Targets
tab, then clicking
Discover by DNS/IP
.