D-4
Installing and Using the Command Line Utility
Installing ARCCONF for Linux
To install ARCCONF for Linux:
1
Start the computer.
2
After Linux starts, insert the Installation
CD.
3
If your CD drive automounts, go to step
. Otherwise,
mount the CD drive. From the console, type the following
command and press
Enter
:
mount -r -t iso9660 /dev/cdromdevicefile /mountpoint
where
cdromdevicefile
is the specific device file for the CD
block device, and
mountpoint
is the specific mount point on the
Linux system.
4
Copy
ARCCONF
to your hard disk. Type the following
command and press
Enter
:
cp /mountpoint/linux/sas/cmdline/arcconf /usr/bin
where
mountpoint
is the specific mount point on the Linux
system.
5
Change the access permissions. Type the following command
and press
Enter
:
chmod 700 /usr/bin/arcconf
6
Unmount the CD drive. Type the following command and press
Enter
:
umount /mountpoint
where
mountpoint
is the specific mount point on the Linux
system.
7
Remove the Installation CD.