Pathway/XM System Management Manual

PXMCFG Statements and PXMCHK Utility
Compaq NonStop™ Pathway/XM System Management Manual426761-001
10-10
ADD SERVER
ADD SERVER
This statement enters the name and description of a server class into the SuperCTL
configuration file. Use this statement after defining a server class with the SET
SERVER statement.
server-class
specifies the name of a server class. A SERVER object name can be 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.
server-attribute
specifies an attribute describing a server class. An attribute consists of a keyword
and a value. The value you enter temporarily overrides the value previously
established with the SET SERVER statement. Use any of the attributes listed for the
SET SERVER statement. All attributes specified must be consistent with the server
class type defined for the server class.
Examples
The following statement adds a definition for the server class CLASS-1 to the
SuperCTL configuration file:
ADD SERVER CLASS-1
The following statement adds the server class CLASS-2 to the SuperCTL configuration
file and defines its AUTORESTART and DEBUG attributes:
ADD SERVER CLASS-2, AUTORESTART 4, DEBUG ON
ADD SERVER server-class [ , server-attribute ]...