ADIC 2.2 Webcam User Manual


 
SNFS
5-10 6-00905-01 Rev A
If you use a Uniprocessor system, install the server and client files, including the word
up in the filenames. For example:
# rpm -ivh cvfs-server.7.3_2417up-2.1.1-62.i386.rpm
# rpm -ivh cvfs-client.7.3_2417up-2.1.1-62.i386.rpm
If you use a Multiprocessor system, install the server and client files, including the word
smp in the filenames.
# rpm -ivh cvfs-server.7.3_2419smp-2.1.1-62.i386.rpm
# rpm -ivh cvfs-client.7.3_2418smp-2.1.1-62.i386.rpm
Step 5 Add /usr/cvfs/bin to root’s search path and /usr/cvfs/man to the MANPATH.
Step 6 In the /etc/profile file, modify the ulimit command to enable the system to produce
core files. Enter:
# ulimit -S -c 0 > /dev/null 2 > &1
# ulimit -c unlimited > /dev/null 2 >&1
Step 7 Remove the CD from the drive.
Step 8 Edit the /etc/sysconfig/rawdevices file to provide mapping from block device to
raw device for all Fibre Channel (FC) devices.
Every FC device that StorNext FS will use must have an entry with the format <rawdev>
<blockdev> in this file. For example, to add three SCSI devices to the file, the format would
be:
Step 9 Activate the raw devices. Enter:
# /etc/init.d/rawdevices restart
CAUTION
To prevent the accidental overwriting of disks and/or LUNs not used
by StorNext FS (such as the system boot disk), do not include them
in the rawdevices file.
/dev/raw/raw1 /dev/sdb
/dev/raw/raw2 /dev/sdc
/dev/raw/raw3 /dev/sdd