Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Display Backup schedule

Updated: 22 May 2010 | 6 comments
Paul Smith 5557200's picture
0 0 Votes
Login to vote

Does anyone know of an easy way to printout/display the schedules/times of all the policies. I want to do a comparison to optimize the backup time and right now I think we have an large number of policies running during the same time window.
I've been looking online and in the KB but things I find don't work or don't exist. We're on Windows 2003

discussion Filed Under:

Comments

Abesama's picture
27
Aug
2009
0 Votes 0
Login to vote

bppllist

<install_path>\NetBackup\bin\admincmd\bppllist -allpolicies -L

Anger Management

Taqadus Rehman's picture
27
Aug
2009
0 Votes 0
Login to vote

Addition to Abesama's Reply

 
Here is symantec's document covring details of bppllist

http://seer.entsupport.symantec.com/docs/262913.htm

Regards,

Taqadus Rehman

quebek's picture
27
Aug
2009
0 Votes 0
Login to vote

nbpemreq ??

I would also try to play with this command
nbpemreq -predict_all -date 08/28/2009 23:59:59
and change date so you can see what is running when :D

Paul Smith 5557200's picture
28
Aug
2009
0 Votes 0
Login to vote

I found this in an article

I found this in an article also but the command failed saying no such command. I could find NBPEM but not NBPEMREQ

I just refined my search it looks like someone renamed this file in the admincmd folder so I'll pull it off the CD and give it a try

Thanks

quebek's picture
28
Aug
2009
1 Vote +1
Login to vote

Are you on NBU 6.5 level?

If so you should find this command in
NAME
nbpemreq—run NetBackup Policy Execution Manager Requisition to schedule the jobs that are due
SYNOPSIS
install_path\NetBackup\bin\admincmd\nbpemreq -predict -date mm/dd/yyyy HH:MM:SS
install_path\Netackup\bin\admincmd\nbpemreq -predict -dateu unixtime
install_path\Netackup\bin\admincmd\nbpemreq -updatepolicies

DESCRIPTION
The nbpemreq command enables a user to determine which jobs are due in the near future. It also reads in all entered policy updates that are in a pending state.
OPTIONS
-predict -date mm/dd/yyyy HH:MM:SS
Provides feedback by showing what jobs are scheduled to run in the near future. The -date command specifies the time more accurately.
-predict -dateu unixtime Provides feedback by showing what jobs are scheduled to run in the near future. The -dateu command specifies the time in UNIX time (seconds).
-updatepolicies Tells the NetBackup policy execution manager to read in all pending policy updates.

Anton Panyushkin's picture
28
Aug
2009
0 Votes 0
Login to vote

Perhaps he is running

Perhaps he is running NetBackup 5.x where he has bppllist but not nbpem or nbpemreq?