HP-UX Workload Manager Toolkits User's Guide

HP-UX WLM Duration Management Toolkit and HP-UX WLM Toolkit for Base SAS Software
How do I use DMTK / SASTK?
Chapter 6 131
Step 5. Activate the configuration:
# wlmd -a configfile
Step 6. Start the high-priority job in the express_lane workload group:
# prmrun -g express_lane critical_job
where critical_job is a command for launching the job.
You can also move an existing high-priority job to the express_lane
workload group. To accomplish this, use the prmmove command:
# prmmove express_lane -p PID
where PID is the process ID of critical_job.
For more information on these commands, see prmrun(1) and
prmmove(1).
Example express lane: fixed allocation
This example (/opt/wlm/toolkits/duration/config/expressconf.wlm) shows
an express lane SLO that has a fixed CPU allocation for our workload
group.
# Name:
# expressconf.wlm
#
# Version information:
#
# (C) Copyright 2001-2005 Hewlett-Packard Development Company, L.P.
#
# $Revision: 1.9 $
#
# 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:
# Demonstrate an express lane. Express lanes allow applications to
# finish more quickly.