User's Manual

Table Of Contents
1. Open the desired configuration file in a text editor.
2. Using the syntax shown below:
#!UXGRP:UNIX_GROUP_NAME:{GROUP | (NONE)}
and explained in the section “Unix group record syntax” (page 77):
a. Add or modify a line specifying a Unix group name.
b. Add or modify the group—or replace it with (NONE).
3. Save the file and exit your editor.
4. Load the configuration using one of the following commands:
To initialize, moving user processes to the owners’ initial groups and moving applications to
their assigned groups, use the command:
#prmconfig -i [-fconfigfile] {-s | -c}
To keep the existing assignments of users, processes, and groups, use the command:
#prmconfig -k [-fconfigfile] {-s | -c}
Use the -f configfile option to specify a file other than the default /etc/prmconf. The -s
option displays warnings regarding the configuration file. (The -c option displays a subset
of the -s warnings.)
5. Enable PRM’s application manager if it is not already enabled:
#prmconfig -e APPL
Alternatively, enable all PRM resource managers using prmconfig -e without any additional
arguments:
#prmconfig -e
Removing a Unix group’s PRM group assignment
To remove a Unix group record:
1. Open the configuration file in a text editor.
2. Remove the line corresponding to the Unix group record you wish to remove. Unix group
records have the following form:
#!UXGRP:UNIX_GROUP_NAME:{GROUP | (NONE)}
3. Save the file and exit the text editor.
4. Load the configuration using one of the following commands:
To initialize, moving user processes to the owners’ initial groups and moving applications to
their assigned groups, use the command:
#prmconfig -i [-fconfigfile] {-s | -c}
To keep the existing assignments of users, processes, and groups, use the command:
#prmconfig -k [-fconfigfile] {-s | -c}
Use the -f configfile option to specify a file other than the default /etc/prmconf. The -s
option displays warnings regarding the configuration file. (The -c option displays a subset
of the -s warnings.)
5. Enable PRM’s application manager if it is not already enabled:
#prmconfig -e APPL
Alternatively, enable all PRM resource managers using prmconfig -e without any additional
arguments:
#prmconfig -e
78 Configuring and enabling PRM on the command line