Veritas 5.0.1 Installation Guide HP-UX 11i v3 (5900-2464, September 2012)

For more information on the supported options, see mount_vxfs (1M).
Displaying Information on Mounted File System
To view the status of mounted file systems, enter the following command:
# mount -v
For more information on the supported options, see mount (2).
Unmounting a VxFS File System
Enter the umount command to unmount a file system, as follows:
umount special | mount_point
Specify the file system to be unmounted as a value for mount_point or for special (the device
on which the file system resides). For more information on the umount command, see umount (2).
NOTE: Symbolic links to all VxFS 5.0.1 command executables are installed in the /opt/VRTS/
bin directory. Add this directory to the end of your PATH environment variable to access the
commands.
If you add an entry for the file system to the /etc/fstab file, the file system is mounted
automatically.
For more information on VxFS administration, see the Veritas File System 5.0.1 Administrator's
Guide available at:
http://docs.hp.com.
Setting Environment Variables
This section discusses the path that you must set for the PATH environment variable to access
relevant files and directories.
While you are installing the Veritas 5.0.1 products, you will need to run many commands from
the command line. Most of the commands used in the installation are available in the /sbin or
in /usr/sbin directory. You can add these directories to your PATH environment variable so
that you can access the commands in those directories from the command line. If you install the
Veritas man pages, you must set the path of your MANPATH environment variable to include the
relevant directories.
You may need access to additional variables to use a Storage Management for Oracle product
after installation. To access the additional variables, add the following directories to your PATH
environment variable:
If you are using Bourne or Korn shell (sh or ksh), use the following commands:
$ PATH=$PATH:/usr/sbin:/opt/VRTSvxfs/sbin:/opt/VRTSob/bin:/opt/VRTS/bin
$ MANPATH=/usr/share/man:/opt/VRTS/man:$MANPATH
$ export PATH MANPATH
If you are using a C shell (csh or tcsh), use the following commands:
% set path = ( $path /usr/sbin /opt/VRTSvxfs/sbin \
/opt/VRTSob/bin /opt/VRTS/bin )
% setenv MANPATH /usr/share/man:/opt/VRTS/man:$MANPATH
Cluster Environment Requirements
If you have a cluster environment, you must complete the following steps in addition to setting
environment variables discussed in “Setting Environment Variables (page 44):
1. If you plan to place the root disk group under the control of VxVM, decide into which disk
group you want to configure it for each node in the cluster. The root disk group, usually aliased
44 Setting up the Veritas 5.0.1 Products