cancel
Showing results for 
Search instead for 
Did you mean: 

Report listing on scheduled jobs

DataProtector
Level 4
I can't remember if the command I use to use on the UNIX platform to list all the job that will run that night was bpschedule or not.    I am now supporting a windows backup server environment and the bpschedule command appears to be a command to change properties in schedules.   Is this the same command, if so what is proper syntac to have it display a listing for clients and their schedules for the next 24 hours
1 REPLY 1

Rakesh_Khandelw
Level 6
with NBU 6.0 onwards, the command is -
 
nbpemreq
 

NAME

nbpemreq—run NetBackup Policy Execution Manager Requisition to schedule the

jobs that are due

SYNOPSIS

/usr/openv/netbackup/bin/admincmd/nbpemreq -predict -date mm/dd/yyyy

HH:MM:SS

/usr/openv/netbackup/bin/admincmd/nbpemreq -predict -dateu unixtime

/usr/openv/netbackup/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.