HP-UX Workload Manager User's Guide
Example configuration files
fixed_entitlement.wlm
Chapter 9 295
# commands. For more information, see prmmove(1) and prmrun(1).
#
# Note that the group OTHERS is a group created automatically.
# Applications run by users not referenced in the prm structure will
# execute in the OTHERS group. So, only bob and sally can execute
# applications in the Marketing group.
#
prm {
groups = Marketing : 2;
users = bob : Marketing,
sally: Marketing OTHERS;
}
#
# slo structure
#
# The keywords pri (priority) and entity (group to which
# the SLO applies) are required for any SLO specification.
#
# The cpushares statement requests a fixed allocation of 30% of the
# CPU resources on the system for the Marketing group.
#
slo Marketing_Analysis {
pri = 1;
cpushares = 30 total;
entity = PRM group Marketing;
}
For information on the cpushares keyword, see “Specifying a
shares-per-metric allocation request (optional)” on page 205.