Pathway/XM System Management Manual

PXMCFG Statements and PXMCHK Utility
Compaq NonStop™ Pathway/XM System Management Manual426761-001
10-9
ADD ROUTER
ADD ROUTER
This statement adds support for Pathway/iTS web clients by entering the name and
description of a ROUTER object into the SuperCTL configuration file. Use this
statement after defining a ROUTER object with the SET ROUTER
statement.
router-name
specifies the ROUTER object name. router-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.
Although there is no fixed maximum number of ROUTER objects that can be added
to a Pathway/XM environment, you cannot add more than the number of physical
processes that can be started in a processor.
node-attribute
specifies an attribute describing a ROUTER object. An attribute consists of a
keyword and a value. The value you enter temporarily overrides the value
previously established with the SET ROUTER statement. Use any of the attributes
listed for the SET ROUTER statement.
Example
The following example adds a router named RT1 to the SuperCTL configuration file and
specifies port 5000, which overrides the port specified in the SET ROUTER statement.
ADD ROUTER RT1, PORT 5000
ADD ROUTER router-name [ , node-attribute ] ...