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.

How to add additional search paths for NetBackup binaries and scripts

Article: 100016882
Last Published: 2021-03-10
Ratings: 0 1
Product(s): NetBackup

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.

 

 

Was this content helpful?