cancel
Showing results for 
Search instead for 
Did you mean: 

Need Netbackup Admin CMD commands...HELP

charaan
Level 2

1)How to know specific client is in schedule or not

2)how to know when next schedule for particular client will run

2 REPLIES 2

Marianne
Level 6
Partner    VIP    Accredited Certified

You can try this:

bppllist -U -byclient client

-byclient client 

Lists the policy information for all policies that contain the client indicated.
Policy information includes all schedules.

Schedule info in the policies will give you a good indication of when the next schedule for the client will run. 

nbpemreq will show the next schedules for all clients up to the date that you specify in the command, e.g:

nbpemreq -predict_all  -date 12/20/2018 23:59:59

 

Awesome! Thanks!