Pathway/XM System Management Manual

PXMCFG Statements and PXMCHK Utility
Compaq NonStop™ Pathway/XM System Management Manual426761-001
10-8
ADD PROGRAM
ADD PROGRAM
This statement enters the name and the description of a PROGRAM object into the
SuperCTL configuration file. Use this statement after defining a PROGRAM object with
the SET PROGRAM
statement.
program-name
specifies the PROGRAM object name. program-name can have from 1 to 15
alphanumeric or hyphen characters and must start with a letter, be unique within the
Pathway/XM environment, and not be a Pathway/XM reserved word.
program-attribute
specifies an attribute describing a PROGRAM object. An attribute consists of a
keyword and a value. The value you enter temporarily overrides the value
previously established with the statement. Use any of the attributes listed for the
SET PROGRAM statement.
Consideration
To use the ADD PROGRAM statement, you must have a licensed copy of the Compaq
NonStop™ Pathway/iTS product on your system; otherwise, the PATHMON process
returns an error.
Examples
The following examples add program objects to the SuperCTL configuration file:
ADD PROGRAM PROG-1
ADD PROGRAM PROG-2, TCP TCP-1, TYPE T16-6530
ADD PROGRAM program-name [ , program-attribute ]...