cancel
Showing results for 
Search instead for 
Did you mean: 

Command to find what jobs ran at certain date and time

DEJohn
Level 4

I need to find what jobs started and ran at particular times in the evening. I thought it was bpplsched but can not seem to get right combination.

Any help would be appriciated, I will keep plugin along with this.

NBU 7.1.01 Windows 2003 enterprise

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions

Mark_Solutions
Level 6
Partner Accredited Certified

Did this give you what you wanted?

View solution in original post

5 REPLIES 5

MKT
Level 5
Employee Accredited

http://www.symantec.com/docs/TECH10598

bpdbjobs -summary
       [-M <master_server>] [-file <pathname>] [-append]
       [ -U | -L | -all_columns ]

-summary

Causes a summary line to be printed to STDOUT of all jobs stored in the /usr/openv/netbackup/db/jobs directory.

-U and -L
Formatting tools for the output of the command.

-file
Allows you to write the output to a given directory/filename.

-all_columns    
Displays all columns

-append
Append the output of the current report to a prior report
      
EXAMPLE:
bpdbjobs -summary -U -file /tmp/summary.out

DEJohn
Level 4

Yes, I was looking more for historical data. I thought bpdbjobs was more a dump of the joblist type thing.

I will give it a try. Thanks

Mark_Solutions
Level 6
Partner Accredited Certified

These is the client backups report in the Admin Console

The equivalent from a command line is:

<installpath>\veritas\netbackup\bin\admincmd
bpimagelist -U [-A|-client name] [-d <start_date> <start_time> -e <end_date> <end_time>]

Hope this helps

DEJohn
Level 4

This looks more familiar, I will try this thank you.

Mark_Solutions
Level 6
Partner Accredited Certified

Did this give you what you wanted?