- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- permanent higher priority and the ramifications
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
02-09-2001 01:13 PM
02-09-2001 01:13 PM
permanent higher priority and the ramifications
My questions:
How can the priority be set permanently for a particular login so that it is slightly better than a normal user?
What potential ramifications are there? (Could it hog system resources excessively, etc.?)
Thanks in advance,
David Jenkins
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2001 01:29 PM
02-09-2001 01:29 PM
Re: permanent higher priority and the ramifications
If the Unix support team do not wish to persue your request I would suggest that they have reasons for not placing your job at a highter priority.
The ramifications are endless, but the main one I can see is that it would push jobs that the support team see are more important or equal status down.
The Unix team see the bigger picture of all that the server has to do.
I would suggest that you document your request listing all the reasons that you believe that your job should be given highter priority and present it to them - then await their answer.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2001 01:37 PM
02-09-2001 01:37 PM
Re: permanent higher priority and the ramifications
Hope this helps,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2001 02:39 PM
02-09-2001 02:39 PM
Re: permanent higher priority and the ramifications
we are using Rumba to access an application on the Unix box and traverse through the same screens any user does. It stops at various points during the process to make sure the system has taken all the input correctly and then continues. I understand many of possible problems, but considering that this application is generating nearly half the revenue for this division, I've been tasked with finding this out by my superiors. Unfortunately the support team has even admitted to being new to HP-UX, I think they're reaction was based more on not-knowing what would happen rather than knowing what could happen.
My understanding of the processing queue is that priority degrades as usage increases and upgrades as usage decreases (upto the priority threshhold set by the system), making it so that higher priority processes do get more process time on average, but they can't completely lock out lower priority processes either.... Please correct me if I'm wrong in this assumption.
Are root privledges required to have renice run in the .profile?
Thank You,
David Jenkins
Between a rock and a meat grinder.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2001 03:31 PM
02-09-2001 03:31 PM
Re: permanent higher priority and the ramifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2001 07:55 PM
02-09-2001 07:55 PM
Re: permanent higher priority and the ramifications
Priorities and response times don't necessarily follow each other. For simple compute-bound programs, a higher priority program will get more CPU cycles over time but for I/O programs (disk, terminal, LAN), it is difficult to predict a performance increase.
When a process makes an I/O request, it is put to sleep waiting for the I/O to complete. The priority is adjusted to a better level because it is no longer using CPU cycles and therefore desirable as a process to reinstate quickly once the I/O is complete.
The HP-UX priority scheduler is very complex and tries to maximize CPU usage for processes while providing a fair share to all competing processes.
As with all benchmarks, you'll need a repeatable circumstances to measure the effectiveness of negative values for nice. It should be noted that only root can create a higher priority process..ordinary users can only degrade (make nicer) their processes.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2001 12:33 AM
02-12-2001 12:33 AM
Re: permanent higher priority and the ramifications
Maybe, if this is a really serious, revenue driven requirement that it might be worth looking at the Process Resource Manager (PRM) product to guarantee a minimum CPU share for your special users.