HP PRM Version C.02.03 Release Notes for HP-UX 11i V1.0 and HP-UX 11i V2.0

PRM Release Notes
Known problems and workarounds
Chapter 18
Workaround
Start each daemon manually. To start the prm3d daemon and prmagt, type
the following commands:
# /opt/prm/bin/prm3d
# /opt/prm/bin/prmagt
Alternate names have limit on length
Issue
Due to a kernel limitation, the PRM application manager cannot identify
alternate names that are greater than 64 characters in length, or scripts
where the combination of the alternate name and command name is greater
than 64 characters.
Workaround
Be sure these names do not exceed 64 characters.
High CPU load may reduce CPU entitlements of PRM groups with
few processes
Issue
The CPU scheduler that PRM uses schedules processes by:
Distributing all the processes from each PRM group in round-robin
fashion starting from the same CPU every time
Once all the processes are distributed, CPUs with spare cycles inherit
processes from CPUs that are completely busy
Because the round-robin distribution always starts with the same CPU, that
CPUand other CPUs at the start of the distributioncan quickly become
loaded with processes. For example, assume there are many groups with
just one or two processes. Also assume a single PRM group has enough
processes to distribute at least one process per CPU and that each of those
processes consumes all of its CPUs cycles.
As a result, there are no CPUs with spare cycles to inherit processes. With
all those processes crowded on the first CPUs in the round-robin
distribution, the processes associated PRM groups may not be able to get
their CPU entitlements.