Arun_K
12 years agoLevel 6
Difference
Can anybody tell me the basic difference between
Windows: %INSTALL_PATH%\NetBackup\bin\admincmd\nbpemreq -suspend_scheduling
Unix: /usr/netbackup/bin/admincmd/nbpemreq -suspend_scheduling
Windows: %INSTALL_PATH%\NetBackup\bin\admincmd\nbpemreq -resume_scheduling
Unix: /usr/netbackup/bin/admincmd/nbpemreq -resume_scheduling
AND
From the command line, run:
/usr/openv/netbackup/bin/admincmd/bprdreq -terminate
NBU 7.1.0.2
I have read the documents but not clear.
One thing many folks haven't mentioned here: running nbpemreq -suspend_scheduling, also terminates bprd.
So to summarize:
nbpemreq -suspend_scheduling:
- No scheduled jobs
- No manual jobs, restores, etc.
bprdreq -terminate:
- Scheduled jobs still run
- No manual jobs, restores, etc.