HP-UX Workload Manager Toolkits User's Guide

HP-UX WLM SAP Toolkit
Command reference
Chapter 5 99
-f /etc/cmcluster/C11/wlmprocmap.C11_D01_node1 -t BTC,
Dialog : /opt/wlm/toolkits/sap/bin/wlmsapmap
-f /etc/cmcluster/C11/wlmprocmap.C11_D01_node1 -t DIA;
}
#
# The following SLO requests resources on behalf of the Batch workload.
# This SLO is usage-based, so more CPU resources will get allocated as the
# workload gets busier.
#
slo s_Batch {
pri = 1;
entity = PRM group Batch;
mincpu = 100;
maxcpu = 300;
goal = usage _CPU;
}
#
# The following SLO requests resources on behalf of the Dialog workload.
# This SLO is usage-based, so more CPU resources will get allocated as the
# workload gets busier.
#
slo s_Dialog {
pri = 1;
entity = PRM group Dialog;
mincpu = 100;
maxcpu = 300;
goal = usage _CPU;
}
Command reference
SAPTK consists of the wlmsapmap SAP process ID collector.
The collector is described below.