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

B HP-UX command/system call support
Several HP-UX commands and system calls support PRM in assigning users and applications to the
proper PRM groups. Other commands have options that allow you to use PRM more efficiently. In
either case, this functionality is available only when PRM is configured. See the following tables
for information on these commands and system calls.
Table 32 lists HP-UX commands and system calls that support PRM groups. With HP-UX 11i v1
and later, most HP-UX commands and system calls support PRM.
Table 32 HP-UX commands/system calls that support PRM groups
Supports PRM as followsCommand/ system call
Places the scheduled job in the user’s initial PRM group. If the user does not have an initial
group, the job is placed in the user default group, OTHERS (PRMID 1).
at
Places the scheduled job in the user’s initial PRM group. If the user does not have an initial
group, the job is placed in the user default group, OTHERS (PRMID 1).
cron
Places the login process in the user’s initial PRM group. If the user does not have an initial
group, the login process is placed in the user default group, OTHERS (PRMID 1).
login
Process remains in its current PRM group.exec
Starts children processes in the parent’s PRM group.fork
Returns a process’s FSS PRMID.pstat
Table 33 describes HP-UX commands that have options for PRM.
Table 33 PRM options in HP-UX commands
DescriptionOptionCommand
Displays the PRMID of each process.-Pacctcom
Displays only processes belonging to the PRM group given by group, which
is specified by PRM group name or PRMID.
-Rgroupacctcom
Displays the PRMID and name of the invoking user’s initial group.-Pid
Adds a column named PRMID to the ps output that gives the PRM group name
associated with each process. If you also specify -l, you get the PRMID instead
of the PRM group name.
-P [-l]ps
Displays only the processes that belong to PRM groups specified in
group_list.
group_list must consist of PRMIDs or PRM group names. Groups must be
separated by commas; no spaces are allowed.
-Rgroup_listps
For more information on these commands, see their manpages.
116 HP-UX command/system call support