Pathway/XM System Management Manual
PXMCOM Commands
Compaq NonStop™ Pathway/XM System Management Manual—426761-001
11-13
CONTROL SERVER
server-class
specifies the name of a previously defined and added distributed SERVER object.
GROUP group-name
specifies the name of a set of SERVER objects, each configured as a member of the
specified group. The CONTROL SERVER command is issued to each SERVER
associated with this group.
*
issues the CONTROL SERVER command to all SERVER objects in a given
Pathway/XM environment.
ASSIGN logical-unit , assign-spec
assigns a logical file name to a physical Guardian file and specifies attributes of the
file. The PATHMON process stores the values assigned by this attribute and sends
the values to the server process using an ASSIGN message when the server process
is opened.
The parentheses can be omitted when this attribute is the last one in the command.
If the server program is written in COBOL, this attribute is used to override the
program file assignment made in the SELECT clause.
logical-unit
specifies the name assigned to a Guardian file and file attributes.
program-unit
specifies the name of the server in the source program. In COBOL, this is
the PROGRAM ID name. The program name can be different from the file
create-spec is:
{ EXT [ ( ] pri-extent-size [ ) ] }
{ EXT ( [ pri-extent-size ] , sec-extent-size ) }
{ EXCLUSIVE }
{ SHARED }
{ PROTECTED }
{ I/O }
{ INPUT }
{ OUTPUT }
{ CODE file-code }
Note. ASSIGN values are stored in a configuration file in alphabetic order; they are also
accessed in alphabetic order.
Note. No new logical units can be defined using the CONTROL command; they can
only be changed.