HP-UX Workload Manager Toolkits User's Guide

HP-UX WLM SAP Toolkit
Example WLM configuration files
Chapter 5 97
goal = usage _CPU;
}
#
# The following SLO requests resources on behalf of the SAP_D02 workload.
# This SLO is usage-based, so more CPU resources will get allocated as
# the workload gets busier.
#
slo s_SAP_D02 {
pri = 1;
entity = PRM group SAP_D02;
mincpu = 100;
maxcpu = 300;
goal = usage _CPU;
}
File for separating SAP processes into different
workloads
This example configuration file, split_procs.wlm, demonstrates how
WLM can separate different types of SAP processes into separate
workload groups, using WLM's process map (procmap) feature. WLM
allocates CPU resources based on workload usage.
#
# Name:
#split_procs.wlm
#
# Version information:
#@(#) __HP_WLM_WHAT_ID_GOES_HERE__
#
#(C) Copyright 2005 Hewlett-Packard Development Company, L.P.
#
#$Revision: 1.4 $
#
# Caveats:
#DO NOT MODIFY this file in its /opt/wlm/toolkits/sap/config
#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 ability to separate different types
#of SAP processes into different workload groups. The process map
#(procmap) feature is used to move SAP batch and dialog processes