HP-UX 11i September 2001 Release Notes
HP-UX 11i Operating Environment Applications
HP-UX 11i Enterprise Operating Environment (new at 11i original release)
Chapter 4
74
• support for processor sets
HP PRM introduces a new type of PRM group, called a PSET PRM group, that is
based on processor sets. The PSET PRM’s CPU entitlement is specified by assigning
it to a subset of the system’s processors.
• prmanalyze updated to perform new functionality
• new PRM toolset for SCM
NOTE Processor Sets can be installed from the September 2001 Software Pack (Optional
HP-UX 11i Core Enhancements). You can download or order the Software Pack CD from
the HP Software Depot at the following web site:
http://software.hp.com
Version C.01.08.02
included in the
original HP-UX 11i:
With version C.01.08.02, PRM provides the following features:
• Distribution of resources through shares, hierarchical PRM groups, in-kernel
memory management, a Simple Network Management Protocol (SNMP) agent,
remote management of PRM, and an improved GUI.
• PRM provides a shares model of distributing resources instead of static percentages.
This model facilitates configuration changes. PRM groups can be nested, allowing for
more convenient partitioning.
• Memory is controlled in the kernel, through the prm2d daemon, rather than in user
space, through the prm0d daemon.
• The syntax for memory records is essentially the same, with the only difference being
that the optional SUPPRESS field is no longer needed and is ignored if present:
#!PRM_MEM:{PRMID|GROUP}:SHARES:[CAP]:::
• The CAP value is treated as a hard limit to the group’s memory usage. Previously, it
was a soft limit that could be crossed.
• The prm2d in-kernel memory manager is the default for HP-UX 11i. If you prefer to
use the previous manager (prm0d), follow the steps below:
1. As root, go to the PRM install directory:
# cd /opt/prm/bin/
2. Make a backup of prm2d:
# mv prm2d prm2d.original
3. Create a symbolic link from prm2d to prm0d:
# ln -s prm0d prm2d
• Provides an enhanced GUI, which enables PRM to be remotely managed from any
system that has Java Runtime Environment 1.2.2. PRM has a SNMP agent that
makes configuration and resource information available.