Forum Discussion

Amaan's avatar
Amaan
Level 6
13 years ago

NetBackup command which shows job details

Can anybody help me to get/find netbackup command, or OpsCenter report which give the successful and failed backups with backup selection. Main thing here is backup selection of the jobs.

Thanks!

NBU 7.0.1

Windows 2008 R2

2 Replies

  • Hi Amaan,

    Below command will display the list of Successfull Jobs and Failed Jobs with the Status Code:

    /usr/openv/netbackup/bin/admincmd/bperror -U -backstat -s info -hoursago <Duration> -M <Master Server>

    Eg:

    /usr/openv/netbackup/bin/admincmd/bperror -U -backstat -s info -hoursago 2 -M zeus.

    Above Command will display the backup jobs completed and failed for zeus master server in last 2 hours.