HP-UX Workload Manager User's Guide

Example configuration files
transient_groups.wlm
Chapter 9 323
# resources will be available to users in the Payroll group!
#
slo Payroll_Processing {
pri = 1;
cpushares = 80 total;
entity = PRM group Payroll;
condition = */06/* || */21/*;
}
For information on the condition keyword, see “Specifying when the
SLO is active (optional)” on page 205.
transient_groups.wlm
This example shows how you can reduce the resources used by groups
with no active SLOs.
#
# Name:
# transient_groups.wlm
#
# Version information:
#
# (C) Copyright 2003-2006 Hewlett-Packard Development Company, L.P.
#
# $Revision: 1.7 $
#
# Caveats:
# DO NOT MODIFY this file in its /opt/wlm/examples/wlmconf location!
# Make modifications to a copy and place that copy outside the
# /opt/wlm/ directory, as items below /opt/wlm will be replaced
# or modified by future HP-UX WLM product updates.
#
# Purpose:
# This example demonstrates WLM’s management of groups with no active
# SLOs. By default, WLM workload groups continue to consume system
# resources even when the groups have no active SLOs.
#