Important Update: Cohesity Products Knowledge Base Articles
All Cohesity Knowledge Base Articles are now managed via the Cohesity Support Portal: https://support.cohesity.com/. The Knowledge Base articles available here will not reflect the latest information or may no longer be accessible.
Description
To set the PATH variable to include directories containing NetBackup binaries and scripts, use the appropriate shell syntax as shown below.
For Bourne or Korn shell (sh or ksh):
#PATH=$PATH:/usr/openv/db/bin:/usr/openv/netbackup/bin:/usr/openv/netbackup/bin/goodies:/usr/openv/netbackup/bin/goodies/support:/usr/openv/netbackup/bin/admincmd:/usr/openv/volmgr/bin
#export PATH
For C shell (csh or tcsh):
# setenv PATH${PATH.EN_US}:/usr/openv/db/bin:/usr/openv/netbackup/bin:/usr/openv/netbackup/bin/goodies:/usr/openv/netbackup/bin/goodies/support:\
/usr/openv/netbackup/bin/admincmd:/usr/openv/volmgr/bin
For additional information, refer to the csh(1) and ksh(1) man page.