HP-UX Workload Manager User's Guide
Appendix B 395
B WLM configuration file
syntax overview
This appendix provides a quick reference for the WLM configuration file
syntax, indicating the required and optional components. Optional
components are enclosed in square brackets ([]). Pointers to detailed
syntax information are also included. Also included is an example WLM
configuration.
Configuration file syntax
[ version = 0; ]
[ icod_thresh_pri = integer; ]
[ icod_filter_intervals = integer; ]
[ primary_host = hostname [ : port_number ]; ]
[
prm {
groups = { FSS_group_def | PSET_group_def [: LCPU = {ON | OFF} ]} [, ...];
[ users = user : init_group [alt_group1 alt_group2 ...] [, ...]; ]
[ uxgrp = uxgrp_name : group [, ...]; ]
[ apps = group : application [alt_name1 alt_name2...] [, ... ]; ]
[ scomp = compartment : group [, ...]; ]
[ procmap = group : PID_finder [, ...]; ]
[ disks = group : volume ent [, ...]; ]
[ gmincpu = group : min [, ...]; ]
[ gmaxcpu = group : max [, ...]; ]
[ weight = group : wt [, ...]; ]
[ gminmem = group : min [, ...]; ]
[ gmaxmem = group : max [, ...]; ]
[ memweight = group : wt [, ...]; ]
}
]
slo slo1_name {
pri = priority;
[ entity = PRM group group_name; ]
[ mincpu = lower_bound_request; ]
[ maxcpu = upper_bound_request; ]
[ goal = goal_expression; ]
[ condition = condition_expression; ]
[ exception = exception_expression; ]