cancel
Showing results for 
Search instead for 
Did you mean: 

Jobs that will execute the next 24 hours

Lion13
Level 4

is it possible you have a list of jobs that will execute the next 24 hours?

NetBackup 7.5 environment
OS windows 2008

thank you for your answers

Regards

1 ACCEPTED SOLUTION

Accepted Solutions

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

yes, check with below commands..

nbpemreq -predict -date  <tomorrow date with time>

nbpemreq -due -date  <tomorrow date with time>

http://www.symantec.com/business/support/index?page=content&id=TECH43573

View solution in original post

3 REPLIES 3

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

yes, check with below commands..

nbpemreq -predict -date  <tomorrow date with time>

nbpemreq -due -date  <tomorrow date with time>

http://www.symantec.com/business/support/index?page=content&id=TECH43573

Anonymous
Not applicable

For any UNIX/Linux users happening on this post.

Here is the one-liner for next 24 hours from now.

# nbpemreq -predict_all -date `date --date=tomorrow "+%D %T"`

Lion13
Level 4

Hello 

Thank you for your answers.
My problem was resolved

Regards