Forum Discussion

Tanveer_Ahmad's avatar
10 years ago

Netbackup 7.6 job log

In Netbackup 7.6 after backup job successfully completed how can we get its log in text format

  • If you only need Backup Status reports, have a look at the free version of OpsCentre.

    If you want email notification from NBU, you will need to install an email client (like BLAT for example) and then add email address to NBU Host Properties.
    See:
    DOCUMENTATION: How to configure email notifications for Windows clients using BLAT and nbmail.cmd in Veritas NetBackup (tm)
    http://www.symantec.com/docs/TECH24110 

    DOCUMENTATION: Email Notifications Settings and Their Behaviors
     http://www.symantec.com/docs/TECH64984

5 Replies

  • use the command 

    bperror -jobid <jobid>

    it should help you to get the log, you can redirect it to the text file if you wnat..

    bperror -jobid 7249350  >> C:/tmp/joblog

     

    if it is for one or 2 jobs request.. you can simple copy and past the detail status of the job to the text file

     

     

  • If you only need Backup Status reports, have a look at the free version of OpsCentre.

    If you want email notification from NBU, you will need to install an email client (like BLAT for example) and then add email address to NBU Host Properties.
    See:
    DOCUMENTATION: How to configure email notifications for Windows clients using BLAT and nbmail.cmd in Veritas NetBackup (tm)
    http://www.symantec.com/docs/TECH24110 

    DOCUMENTATION: Email Notifications Settings and Their Behaviors
     http://www.symantec.com/docs/TECH64984

  • The txt version of the details for a job in activity monitor can be found in the trylogs dir

    /usr/openv/netbackup/db/jobs/trylogs

    Named after the jobid

  • 1) Open the job from GUI, copy and paste the job details

    2) As stated by Martin, /usr/openv/netbackup/db/jobs/trylogs/xxx.t  (where xxx is the jobID)

    Note that the difference between the above is the date/time formatting. I prefer to just copy and paste which will give me the readable date & time, for trylogs, it will in timestamp format, and you will need to use "bpdbm -ctime" to conver that.

  • Thanks Marianne

    I have installed the Symantec opscenter for reporting and its working fine.