- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PRM Process resource manager
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
Discussions
Discussions
Discussions
Forums
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
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
тАО11-21-2001 08:36 AM
тАО11-21-2001 08:36 AM
PRM Process resource manager
Somebody know how works the PRM, which things can we do with it and the aproximate price for two HP 9000 N class in cluster?
Thanks in advance.
Justo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2001 09:04 AM
тАО11-21-2001 09:04 AM
Re: PRM Process resource manager
PRM is Process Resource Manager that works very good if you have more than one application on the system and you want to control the resource utilization based on the application.
For ex., if you have two database on the system and one of them is not very critical but is using a lot of resources that you want to allot to the one that is very critical, PRM will become handy.
Check up this link for understanding PRM.
http://docs.hp.com/hpux/onlinedocs/B8733-90001/B8733-90001.html
Price
Search for PRM or B3835DA in
http://software.hp.com
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2001 09:39 AM
тАО11-21-2001 09:39 AM
Re: PRM Process resource manager
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B3835DA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2001 02:00 PM
тАО11-21-2001 02:00 PM
Re: PRM Process resource manager
$7650.00 License To Use - Tier 2
So you would probably see a pricetag of $15300.00 Plus tax of course. Hope this helps.
Regards,
Jason V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2001 02:15 PM
тАО11-21-2001 02:15 PM
Re: PRM Process resource manager
PRM can be used to control CPU and memory consumption....
U can divide applications and users into groups and assign minimum priority levels at which ur applications started by the perticular group runs....
For e.g. if pkg1 and pkg2 are running on system A and pkg3 is running on system B and if system A goes down,then pkg1 and 2 failed over to system B,
1) without PRM: all the processes/packages have same priority and allocated CPU equally(say each 33%).
2) with PRM and assigned priority: If pkg3 assigned higher priority, and bcos of running primary node. and also pkg1 has greater priority over pkg2 then CPU allocation changes something like:
pkg1 - 30% pkg2 - 20% pkg3 - 50% (approx)
Hope it is clear....
Satish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2001 02:32 PM
тАО11-21-2001 02:32 PM
Re: PRM Process resource manager
I have just begun to implement PRM on an two node N-box cluster. It is useful if you are having different applications running at the same time on the system, and one application hogs more resource, depriving the others.
Others have already pointed out the links to the docs. I would suggest you read the whole of it , since the tool needs clear understanding to use , even though it seems simple to implement.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2001 05:26 AM
тАО11-23-2001 05:26 AM
Re: PRM Process resource manager
PRM looks interesting, however all I want to do is assign a process to a particular CPU - the docs on PRM mention about "..if a process is locked to a CPU...".
Can this be done without PRM?
Many thanks, Tim.
PS: Using HPUX10.20, on a dual processor system.