User's Manual
Table Of Contents
- HP Process Resource Manager User Guide
- Contents
- Preface
- 1 Overview
- 2 Understanding how PRM manages resources
- 3 PRM configuration planning
- 4 Setting up PRM
- 5 Using PRM with HP System Management Homepage (SMH)
- 6 Using PRM with HP Systems Insight Manager (SIM)
- 7 Configuring and enabling PRM on the command line
- Quick start to using PRM’s command-line interface
- Configuring PRM
- The PRM configuration file
- Configuration tips and requirements
- Specifying PRM groups/controlling CPU resource use
- Controlling memory use
- Controlling applications
- Specifying PRM users
- Assigning secure compartments to PRM groups
- Assigning Unix groups to PRM groups
- Checking the configuration file
- Loading the PRM configuration
- Enabling resource managers
- Updating the configuration
- 8 Fine-tuning your PRM configuration
- 9 Administering PRM
- Moving processes between PRM groups
- Displaying application filename matches
- Displaying netgroup expansions
- Displaying accessible PRM groups
- Displaying state and configuration information
- Displaying application and configuration information
- Setting the memory manager’s polling interval
- Setting the application manager’s polling interval
- Disabling PRM
- Resetting PRM
- Monitoring PRM groups
- Logging PRM memory messages
- Logging PRM application messages
- Displaying groups’ allocated and used resources
- Displaying user information
- Displaying available memory to determine number of shares
- Displaying number of cores to determine number of shares
- Displaying past process information
- Displaying current process information
- Monitoring PRM with GlancePlus
- Monitoring PRM with OpenView Performance Agent (OVPA) / OpenView Performance Manager (OVPM)
- Automating PRM administration with scripts
- Protecting the PRM configuration from reboots
- Reconstructing a configuration file
- Special case of interest: Client/server connections
- Online cell operations
- Backing up PRM files
- A Command reference
- B HP-UX command/system call support
- C Monitoring PRM through SNMP
- D Creating Secure Resource Partitions
- E Using PRM with Serviceguard
- F Using PRM with HP Integrity Virtual Machines
- G PRM error messages
- Glossary
- Index

G PRM error messages
This appendix lists all PRM error messages with cause and action text. The messages are grouped
by command:
• prmmonitor—error messages starting at number 001
• prmconfig—error messages starting at number 200
• prmmove—error messages starting at number 401
• prmrun—error messages starting at number 601
• prmlist—error messages starting at number 802
• prmrecover—error messages starting at number 1000
• prmavail—error messages starting at number 1200
• prmanalyze—error messages starting at number 1501
• prmagt—error messages starting at number 1601
The error messages in this appendix contain the symbols: %s and %d. These symbols are
placeholders that appear in the actual error messages as file, group, user, command, or application
names, or as numbers.
prmmonitor error messages
001 Interval and number of samples must be more than 0 and
less than %d.
Message
Cause Command arguments are invalid.
Action Specify positive integers as command arguments.
002 PRM is not configured.Message
Cause PRM is not configured; there is nothing to monitor.
Action Configure and enable PRM (prmconfig -k -e or prmconfig -i -e)
prior to running prmmonitor.
003 PRM resource manager(s) disabled.Message
Cause Requested information for PRM when no managers were active, or requested
information for a specific PRM manager that is not active.
Action Enable PRM (prmconfig -e) prior to running prmmonitor.
004 The Resource argument may only be the keywords CPU, MEM,
MRG, or <volume_group_name>.
Message
Cause The optional Resource argument provided is not a recognized keyword.
Action Re-enter prmmonitor command and use CPU, MEM, or MRG for the resource
argument. You can also specify a volume group.
147 PRM Memory Resource Group (MRG) feature not included in
this system.
Message
Cause In-kernel memory controls are not available on the system.
Action Do not specify the MRG option for this command on systems where in-kernel
memory controls are not available.
150 Current Memory manager does not stop jobs.Message
Cause In-kernel memory controls are not available on the system.
Action Do not specify the STOPPED option for this command on systems where in-kernel
memory controls are not available.
130 PRM error messages