HP-UX Workload Manager User's Guide
Configuring WLM
System-wide settings
Chapter 5 147
System-wide settings
Use one or more of the following keywords outside all structures in your
configuration to set values for the host (typically a virtual partition or
nPartition).
To specify the minimum number of CPU shares a host receives, use the
hmincpu keyword and the following syntax:
hmincpu = min;
where
hmincpu Is an optional keyword.
You cannot specify this keyword in a configuration that
includes a prm structure.
min Is the host’s minimum number of CPU shares. The
value must be an integer between 0 and the host’s
hmaxcpu value, inclusive.
min is out of the total CPU resources, which is 100
multiplied by the number of cores (absolute CPU units
are implied). The default value is 0.
To specify the maximum number of CPU shares a host receives, use the
hmaxcpu keyword and the following syntax:
hmaxcpu = max;
where
hmaxcpu Is an optional keyword.
You cannot specify this keyword in a configuration that
includes a prm structure.
max Is the host’s maximum number of CPU shares. The
value must be an integer between the host’s hmincpu
value and the system’s total CPU resources, inclusive.
Total CPU resources is 100 multiplied by the number of
cores (absolute CPU units are implied).