Code: Select all
# /usr/openv/netbackup/bin/bpbackup -w -L /laxm1311/logs/progress.log /laxm1311/oracle/PRD/12102
EXIT STATUS 12: file open failed
It turned out I have to add the directory to BPCD_WHITELIST_PATH in bp.conf.
Code: Select all
BPCD_WHITELIST_PATH = /laxm1361/logs
BPCD_WHITELIST_PATH = /laxm1311/logs
BPCD_WHITELIST_PATH = /laxm1321/logs
BPCD_WHITELIST_PATH = /laxm1341/logs
After adding BPCD_WHITELIST_PATH , I was able to issue the bpbackup command successfully.