Forum Discussion
2 Replies
Sort By
- Amol_NairLevel 6There is no setting in nbu which would force a job to give away their allocated resources to another jobs immediately.. Wouldn’t such a setting be a flaw in the product ad it would force on going jobs to fail and in turn be as good as a data loss situation..
changing job/policy priorities can ensure that these jobs have higher preference over other queued jobs and ensure that they take up resources prior to other jobs in queue..- GenericusModerator
If you are confident with your shell scripting and command line, you can use bpdbjobs to list out jobs and cancel or suspend them.
Say you have backups running and you want to kill them all at 11:00, and start one particular policy.
1. have crontab run your script at 10:55 to deactivate all active policies - so no new backups can start
2. after deactivation, continue your script and kill active jobs
3. have your script activate only the policy you want to start
4 wait, then reactivate the rest of your policies.
If you are on solaris or linux, this is farly easy to do.
Related Content
- 4 years ago