Installing the Client on HP-UX Machines
To run the StorNext client software on HP-UX, first install the client software package, and then configure the client.

The Linux/Unix StorNext client installation software files are extracted into the /tmp/stornext
directory by default. The client software, when extracted, requires approximately 40 MB of space. Make sure there is enough free space in the default directory to extract the files. If there is not sufficient space, you may need to specify an alternative directory with the -d option.
To specify an alternate location before beginning the installation, execute the following command:
where <archive name>
is the name of the client software file you downloaded, and <dir>
is the directory into which you want to extract the installation files.

-
Log on to the client system as
root
. -
Change to the directory where the client software archive file you downloaded is located.
- Run the client software binary. At the command prompt, type:
./<archive name>
where<archive name>
is the name of the software archive file you downloaded from the MDC. For example, the file for RH5 issn_dsm_linuxRedHat50AS_x86_64_client.bin
. -
When you are presented with the StorNext End User License Agreement (EULA), press ENTER to read the EULA. After reading the EULA enter y (lower case only) to accept the EULA, or enter any other key to decline. After you accept the EULA, the client software is extracted to
/tmp/stornext
.Note: If the directory into which the files are being extracted does not have enough space, the installation will fail and you will receive an error message. You will need to identify an alternate location into which to extract the files by executing the following command:
# ./<archive name> -d <dir>
where<archive name>
is the name of the client software archive file you downloaded, and<dir>
is the directory into which you want to extract the installation files.Caution: If the directory into which the files are being extracted already exists, you will receive a warning message. If this occurs, either remove the directory and try the installation again, or change the installation directory by entering the following command:
# ./<archive name> -d <dir>
where<archive name>
is the name of the client software archive file you downloaded, and<dir>
is the directory into which you want to extract the installation files.
It is NOT recommended that you force using an existing directory (by using the-f
option) because this could lead to additional problems installing the .rpm files.
-
Change directories to
/tmp/stornext
(or to another directory if you specified an alternate location) -
List the packages extracted from the software archive file. At the command prompt, type:
ls -
Identify the correct package to install. The correct package begins withsnfs-client
and ends with the.depot
file name extension. -
Install the client software package. At the command prompt, type:
swinstall -s<package path and name>-x mount_all_filesystems=false \*
where<package path and name>
is the full path and name of the client software package you identified in step 6. -
Edit the
/usr/cvfs/config/fsnameservers
text file to contain the IP address of the MDC to which the client will connect. Thefsnameservers
file on the client must be exactly the same as on the MDC. If thefsnameservers
file does not exist, use a text editor to create it.The
fsnameservers
file needs to contain only the name of the MDC. For example, if the MDC is namedsnserver
, then the fsnameservers file should contain a single line with a single word:snserver
-
Create a mount point for the file system. At the command prompt, type:
chmod 777 <mount point>
where <mount point>
is the directory path where you want the file system to be mounted. For example: /stornext/snfs1
-
Configure the file system to automatically mount after reboot. To do this, edit the
/etc/fstab
file so that it contains the following line:<mount point> <mount point>cvfs rw,<file system>0 0
where<mount point>
is the directory path created in step 9, and<file system>
is the name of the StorNext file system. -
Reboot the client system. After reboot, the StorNext file system is mounted at the mount point you specified.
Note: To manually mount a file system, at the command prompt, type:
mount -F cvfs <file system> <mount point>where
<file system>
is the name of the StorNext file system and<mount point>
is the directory path where you want the file system to be mounted.