HP Process Resource Manager User's Guide

Administering PRM
Moving processes between PRM groups
Chapter 9174
To move the same process to your initial group, use the -i option:
# prmmove -i -p 100
To move multiple processes to your initial group:
# prmmove -i -p 100 -p 101 -p 102
To move the user’s shell (PID indicated by $$ below) to PRM group 15:
# prmmove 15 -g $$
To move all processes owned by user1 to PRM group projectX:
# prmmove projectX -u user1
NOTE Be careful when using the -u option: Configured applications that were
invoked by the user (those assigned to a specific PRM group in the
configuration file) are moved by this option as well.
This has no effect on subsequent logins of user1. To move all of a user’s
processes permanently, change the user’s initial group in the
configuration file, as discussed in the section “Specifying PRM users” on
page 139.