![Overland Tandberg RDX QuikStation 4 Скачать руководство пользователя страница 34](http://html.mh-extra.com/html/overland-tandberg/rdx-quikstation-4/rdx-quikstation-4_product-manual_1663094034.webp)
RDX QuikStation 4 and 8 Product Manual
3 - iSCSI Configuration
10400880-003
©2019-21 Overland-Tandberg
34
b.
Enter the CHAP
Name
.
The name must match the name that was set for this particular target.
c.
Enter the
Target secret
.
This secret must match the CHAP secret key that was set for this particular iSCSI
target.
d.
Click
OK
.
e.
At the
Connect to Target
dialog window, click
OK
again.
The RDX QuikStation’s iSCSI target should display as
Connected
in the
Discovered
targets
section of the
iSCSI Initiator Properties > Targets
window.
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 with CHAP for Linux
The following instructions describe how to connect iSCSI targets with CHAP authentication
using a newly-installed Linux Open-iSCSI Initiator that is available for Redhat Enterprise
Linux, CentOS, Fedora Linux, Debian, and Ubuntu operating systems.
NOTE: For more information about using an Open-iSCSI Initiator with your specific Linux operating
system, refer to your Linux distribution website.
1.
Install
Open-iSCSI Initiator
.
•
To install the Linux iSCSI Initiator, enter the following command:
# yum install iscsi-initiator-utils
•
For Ubuntu and Debian operating systems, enter the following command:
$ sudo apt-get install open-iscsi
2.
Configure
CHAP authentication
.
a.
Open the
iscsid.conf
file with the following command:
# vi /etc/iscsi/iscsid.conf
b.
Set the
authmethod
to CHAP by replacing
None
with
CHAP
so that the following
line reads:
node.session.auth.authmethod = CHAP