cancel
Showing results for 
Search instead for 
Did you mean: 

any command to suspend all the active and queued jobs expect a specific policy/jobin netbackup 7.7.3

PavanKumar
Level 2

any command to suspend all the active and queued jobs expect a specific policy/ job in netbackup 7.7.3

2 REPLIES 2

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

bpdbjobs is the command to perform these kind of jobs, if you would like to suspend all expect specific one, then you need to write for loop to do so..

list all job IDs expect the once you do not want to suspend and run bpdbjobs -suspend command for all job IDs using for loop.

https://www.veritas.com/content/support/en_US/doc/123533878-127136857-0/v123536850-127136857

Marianne
Level 6
Partner    VIP    Accredited Certified

As per @RamNagalla's excellent response - there is no single command to suspend all the active and queued jobs except a specific policy/ job.

You have to manually do that - either via a script or bulk selection in the GUI.

Please note that only filesystem backups with Checkpoint selected in the policy can be suspended.