- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- basic PRM /WLM question about assigning priority
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
10-10-2002 07:40 PM
10-10-2002 07:40 PM
I've never used prm or wlm but I believe I understand the general concept. My question is whether you can assign priority based process name as seen from ps -ef and also further clarify it w/ astericks (*). For example, if you wanted to give priority to a particular oracle instance running on a box, could you define a priority for *sid_number* as the process name so you would get all the shadow processes as well as db writers and log writers?
tia,
Frank
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 08:51 PM
10-10-2002 08:51 PM
Re: basic PRM /WLM question about assigning priority
I'm not 100% clear on what your question is exactly, but the following is an extract from one of my own /etc/prmconf files :
#
#
#
# Group/CPU records
#
BATCH:2:5::
CONTROLM:4:30::
NETBACKUP:3:10::
OTHERS:1:55::
#
# Memory records
#
#
# Application records
#
/oracle1/app/oracle/product/8.0.6/bin/oracle::::OTHERS,oraclepara*
/oracle1/app/oracle/product/8.0.6/bin/oracle::::OTHERS,ora_*_para
/oracle1/app/oracle/product/8.0.6/bin/oracle::::OTHERS,oraclepsfi*
/oracle1/app/oracle/product/8.0.6/bin/oracle::::OTHERS,ora_*_psfi
/oracle1/app/oracle/product/8.0.6/bin/oracle::::CONTROLM,oraclepodbx*
/oracle1/app/oracle/product/8.0.6/bin/oracle::::CONTROLM,ora_*_podbx
...
Is this what you were looking for ?
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 08:52 PM
10-10-2002 08:52 PM
Re: basic PRM /WLM question about assigning priority
PRM
http://www.docs.hp.com/hpux/onlinedocs/B8733-90007/B8733-90007.html
WLM
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B8844-90003/B8844-90003_top.html&con=/hpux/onlinedocs/B8844-90003/00/00/29-con.html&toc=/hpux/onlinedocs/B8844-90003/00/00/29-toc.html&searchterms=WLM&queryid=20021010-225334
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 09:20 PM
10-10-2002 09:20 PM
Solutionlike
ora*
This would allocate the required amount of percentage to the all the oracle database background processes like the dbwriter and the log writer processes.i.e. ora_lgwr and ora_dbw0 process.
check this white paper for the PRM for Oracle database
Attached is the document
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 09:46 PM
10-10-2002 09:46 PM
Re: basic PRM /WLM question about assigning priority
First off, can you assign priority to process that have a particular process name (i.e COMMAND or 4th column in ps -ef)?
Second, can you state *p680* for a process name so you get all processes that have p680 in their name
Thanks,
Frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 10:04 PM
10-10-2002 10:04 PM
Re: basic PRM /WLM question about assigning priority
Answer for first is 'yes'
Answer for second is 'yes'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 07:51 AM
10-14-2002 07:51 AM
Re: basic PRM /WLM question about assigning priority
The PRM whitepaper mentioned above is a great source of information for PRM and Oracle interaction. HP-UX Workload Manager has a Oracle Database Toolkit (ODBTK) which contains tools that make it easy to use metrics from Oracle database instances as goal values in SLOs. The information library link on www.hp.com/go/wlm (and /go/prm) gives a listing of manuals and whitepapers covering this as well as other topics.