- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I increase the priority of a particular Res...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 09:48 PM
06-08-2006 09:48 PM
How do I increase the priority of a particular Restore job.
Using Netbackup 5.x
How do I increase the priority of a particular Restore job.
Here is the scenario. Many backup jobs are running on a particualr tape drive, and there are many other backup jobs queued, waiting for that same tape drive to become available. At this point, I want to run a Restore job using the same tape drive before it starts any of the queued backup jobs.
Can someone suggest a solution ?
Thanks in advance.
Jo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 09:52 PM
06-08-2006 09:52 PM
Re: How do I increase the priority of a particular Restore job.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 10:02 PM
06-08-2006 10:02 PM
Re: How do I increase the priority of a particular Restore job.
=============================================================
Run a program named prog in the current directory at the default
priority_change of 10 (system nice value of 30):
nice ./prog prog_args
Run the same program in the background using a system nice value of 36
(priority_change=12 plus 4 for the Korn shell):
nice -12 ./prog prog_args &
=============================================================
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2006 03:54 AM
06-09-2006 03:54 AM
Re: How do I increase the priority of a particular Restore job.
Thanks for the quick reply. What I am trying to do is to execute a restore job before it executes other queued backup jobs using the same tape drive.
Restore program (bprestore)will be invoked from a client machine, which will contact the netbackup server to get the task done. So increasing the priority of a particular process in client machine cannot solve the problem. Increasing the priority of a process in netbackup server also won't work. I was actually looking for an option built into the Netbakcup software to get this done.
Thanks
Jo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2006 04:18 AM
06-09-2006 04:18 AM
Re: How do I increase the priority of a particular Restore job.
However you should be able to run bprestore manually from the unix commandline with nice as indicated above. That should work, however you are still limited by the speed of you tape drives.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2006 06:07 AM
06-09-2006 06:07 AM
Re: How do I increase the priority of a particular Restore job.
What I am trying to do is NOT just increasing the priority of a single process. A backup job's priority can be increased by increasing the Prioriry of the respecitve 'Profile' through the Netbackup Admin console. I am looking for a similar functionality for a Restore job.
Thanks
Jo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2006 06:21 AM
06-09-2006 06:21 AM