Genericus
6 years agoModerator
Can you define mulitple "DB_SCRIPT_PATH =" values?
This doc:
https://www.veritas.com/content/support/en_US/article.100039639.html
describes registering the oracle script location.
It SEEMS to indicate that you can set multiple paths:
- Use nbsetconfig to enter values for an authorized location. The client privileged user must run these commands.
- On UNIX: [root@client26 bin]# /usr/openv/netbackup/bin/nbsetconfig
nbsetconfig>DB_SCRIPT_PATH = /Oracle/scripts
nbsetconfig>DB_SCRIPT_PATH = /db/Oracle/scripts/full_backup.sh
nbsetconfig>
<ctrl-D>
However, when I do this process, it only retains the LAST value.
Can we set multiple locations? i.e. when we have multiple Oracle databases? Or do they need to be consistant?
never mind - I maually edited the bp.conf file and was able to run backups using each location.