- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Manage CPUs with WLM on vpars
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
11-27-2007 06:07 PM
11-27-2007 06:07 PM
Vpars already configured with min/max CPUs , we need to create a pool of "on-demand CPUs" to be moved between vpars whenever CPU threshold reach 65% on certain vpars and freed once this % decreased , also system has some icap CPUs, how can I do such configuration ? ,I searched the configuration examples and could not find one match what looking for , WLM ver.A.03.02.02
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 07:00 PM
11-27-2007 07:00 PM
Re: Manage CPUs with WLM on vpars
It would be helpful if you provided links to the documenation you already used from http://docs.hp.com so we don't provide you docs you have already used.
A google search with the site:docs.hp.com provides a number of possible links that may be helpful.
As far as I know, to use WLM in a vpar it will need to be codeword unlocked prior to installation. Most shops use swcopy to make a copy of the software in the clear before installation.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 07:21 PM
11-27-2007 07:21 PM
Re: Manage CPUs with WLM on vpars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2007 10:44 PM
11-28-2007 10:44 PM
Re: Manage CPUs with WLM on vpars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2007 11:10 PM
11-28-2007 11:10 PM
Re: Manage CPUs with WLM on vpars
To be honets, when working across multiple nPars/vPars I think you would do better to look at using gWLM rather than WLM. gWLM will I think see a lot of further development where WLM may not. Is there something specifically you want in WLM rather than gWLM, or is it just that you already have licenses for WLM?
This doc does a reasonable comparison between the 2 products:
http://h20338.www2.hp.com/hpux11i/downloads/WLM-gWLM-migration.pdf
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2007 12:52 AM
11-29-2007 12:52 AM
Re: Manage CPUs with WLM on vpars
Any how the configuration I realy need is on one npar we have 6 vpars , I need to set priority per vpar , for example vpar1 , priority one when CPU utilization reach 65% , vpar2 priority 2 and so on , how can I achieve that ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2007 02:34 AM
11-29-2007 02:34 AM
Re: Manage CPUs with WLM on vpars
I built and used the confirgurations successfully many times but unfortunately I have migrated to IVM and no longer have access to those configurations. I do remember that the documentation provided a guide that worked. I believe the example wlm config template named something like vpar usage goal was the template that I used.
review that or check out the WLM docs at http://docs.hp.com/en/netsys.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2007 02:56 AM
11-29-2007 02:56 AM
Re: Manage CPUs with WLM on vpars
primary_host = myserver;
slo slo_myslo {
pri = 1; # Change this value
goal = usage _CPU;
}
How to do that for rest of vpars ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2007 06:00 AM
11-29-2007 06:00 AM
SolutionIf I remember correctly. The config files for all vpars are pretty much idential except the primary_host on each would always point to the server with the manger on it. Then my_slow on each would become something like slo_vpar, slo_vpar2 etc...
I also think that if you want to use something other than the default 90% CPU usage you will have to use the mincpu and maxcpu qualifiers.
As you look through the other templates they seem to give example of all sorts of ways to do it.
http://h20338.www2.hp.com/hpux11i/cache/328165-0-0-0-121.html#par_usage_goal.wlm
Again I apologize that I cannot give you examples of what I used so you would not have to trial and error like I did.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2007 07:54 AM
11-29-2007 07:54 AM