![Spectra Logic Spectra nTier500 User Manual Download Page 84](http://html.mh-extra.com/html/spectra-logic/spectra-ntier500/spectra-ntier500_user-manual_1343419084.webp)
iSCSI Clients
Implementing nTier Deduplication
81
Linux client configuration
Prepare the iSCSI initiator
You must install and configure an iSCSI software initiator on each of your Linux
client machines.
1. Download the latest production iSCSI initiator from the following website: http://
sourceforge.net/projects/linux-iscsi/
2. Extract the files from the .gz file that you downloaded by typing:
tar xfvz filename
For example:
tar xfvz linux-iscsi-3.4.3.gz
3. Compile the iSCSI initiator.
To do this, go to the newly created directory (such as
linux-iscsi-3.4.3
) and type
the following commands:
make clean
make
make install
4. Edit the
/etc/iscsi.conf
file.
If you are
not using CHAP
, add the following line to the end of the file:
DiscoveryAddress=
IP address of VTL server
For example:
DiscoveryAddress=192.10.10.1
If you are
using CHAP
, add the following lines to the end of the file:
DiscoveryAddress=
IP address of VTL server
OutgoingUsername=
CHAP username
OutgoingPassword=
CHAP password
You must make a note of the CHAP username and password because you will
have to enter it in the VTL Console.
5. Start the initiator by typing:
/etc/init.d/iscsi start
Add your iSCSI client
Refer to
’Add your iSCSI client’
.
Create targets for the iSCSI client to log onto
Refer to
’Create targets for the iSCSI client to log onto’
.