Forum Discussion

Arshad_Khateeb's avatar
9 years ago

Need to run NBCC and fix the issue with catalog

Catalog backups are completing with partial success. Looks like we need to run Netbackup Catalog Consistency Check.

ROOT@backupmaster# pwd
/opt/openv/netbackup/bin/support
ROOT@backupmaster# ls
MoreOldNBCCRs   bin             hp11.00         nbcplogs        output
NBCC            cmd.stderr.txt  input           nbdna           rs6000_433
NBCCR           config          linux2.4        nbsu            solaris7
OldNBCCRs       doc             nbcc            nbsupport       x86
ROOT@backupmaster# NBCC -help
NBCC: not found
ROOT@backupmaster# NBCCR -help
NBCCR: not found
 

  • /opt/openv/netbackup/bin/support is not in your $PATH so just precede the command with ./

    i.e.

    ./NBCC -help

    or use the absolute path

    i.e.

    /opt/openv/netbackup/bin/support/NBCC -help

     

    EDIT:

    Nice to see the job details for the partial success though .....

20 Replies

Replies have been turned off for this discussion