Symantec logo

Accessing Storage Foundation commands

Symbolic links to all Storage Foundation command executables are installed in the /opt/VRTS/bin directory. Add the /opt/VRTS/bin directory to your PATH environment variable to access the commands.


  Note   Specify /opt/VRTS/bin in your PATH after the path to the standard Linux commands. To invoke the VxFS-specific df, fsdb, ncheck, or umount commands, type the full path name: /opt/VRTS/bin/command.


Most of the commands used in the installation are in the /sbin or /usr/sbin directory. Add these directories to your PATH environment variable as shown below. For shells similar to the Bourne Shell (bash, ksh or sh), use the command:

# PATH=/sbin:/usr/sbin:$PATH; export PATH

For shells similar to the C Shell (csh or tcsh), use the command:

% setenv PATH /sbin:/usr/sbin:${PATH}