How to add additional search paths for NetBackup binaries and scripts

Article: 100016882
Last Published: 2021-03-10
Ratings: 1 4
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?