HP-UX Workload Manager Toolkits User's Guide
HP-UX WLM Oracle Database Toolkit: Providing Database Metrics to WLM
How do I use the metrics?
Chapter 246
# prm structure
# Create workload groups and designate which binaries and Oracle
# instances will be placed in each. Alpha, beta, and gamma all
# get their own group, while larry, moe, and curly are placed in
# the group named static_instances.
#
# The alpha, beta, and gamma instances are all Oracle 8.1.5 based,
# and share an ORACLE_HOME setting, while larry, moe, and curly
# are 8.0.6 based.
#
# Because Oracle processes rename themselves (as in ora_dbw1_alpha
# or ora_pmon_alpha), we also tell HP-UX WLM to watch for the
# applications under the alternate names “ora*alpha”, “ora*beta”,
# etc.
#
# The application zeus_app runs with the instance beta, so it is
# placed in the beta_grp workload group.
#
# See wlmconf(4) for complete HP-UX WLM configuration information.
#
prm {
groups = OTHERS : 1,
alpha_grp : 2,
beta_grp : 3,
gamma_grp : 4,
static_instances : 5;
apps = alpha_grp:/u01/app/oracle/product/8.1.5/bin/oracle
“ora*alpha”,
beta_grp:/u01/app/oracle/product/8.1.5/bin/oracle
“ora*beta”,
beta_grp:/u01/app/olympus_bin/zeus_app,
gamma_grp:/u01/app/oracle/product/8.1.5/bin/oracle
“ora*gamma”,
static_instances:/u01/app/oracle/product/8.0.6/bin/oracle
“ora*larry”,
static_instances:/u01/app/oracle/product/8.0.6/bin/oracle
“ora*moe”,
static_instances:/u01/app/oracle/product/8.0.6/bin/oracle
“ora*curly”
;
}