cancel
Showing results for 
Search instead for 
Did you mean: 

log details with Job ID?

Soumyaa
Level 4

Hello All,

I had a Job ID 12345 failure today now. Now I want to know its detailed log (not very detailed). Can you please help me how to get this log and from where?

 

Master server is 7.1 NBU AIX  

Thanks,

Soumyaa

1 ACCEPTED SOLUTION

Accepted Solutions

Anonymous
Not applicable

Have a look at the backuptrace command.

backuptrace -job_id <job_id> mmddyy

- it consolidates debug logs for a specified Netbackup job.

 

At a minimum you must enable debug logging  for certain processes.
 
See the NetBackup Commands Guide for more info.
 
Or if you want to see the detail that Activity Monitor shows
 
bpdbjobs -jobid <job_id> -all_columns
 

View solution in original post

2 REPLIES 2

Anonymous
Not applicable

Have a look at the backuptrace command.

backuptrace -job_id <job_id> mmddyy

- it consolidates debug logs for a specified Netbackup job.

 

At a minimum you must enable debug logging  for certain processes.
 
See the NetBackup Commands Guide for more info.
 
Or if you want to see the detail that Activity Monitor shows
 
bpdbjobs -jobid <job_id> -all_columns
 

mph999
Level 6
Employee Accredited

At what stage in the job did it fail - look in the 'details tab' of the failed job in activity monitor.

Much quicker to find out where it failed and go straight to that log(s).

 

Martin