Pathway/XM System Management Manual
PXMCFG Statements and PXMCHK Utility
Compaq NonStop™ Pathway/XM System Management Manual—426761-001
10-7
ADD NODE
ADD NODE
This statement adds CPU resources to the Pathway/XM environment by entering the
NODE object name into the SuperCTL configuration file. The named NODE object is
used as a reference when defining TCP and SERVER objects. Use this statement after
defining a NODE object with the SET NODE
statement.
node-name
specifies the name of a logical processing node in a network of machines.
node-name can be from 1 through 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.
A maximum of 256 NODE objects can be added to a Pathway/XM environment.
node-attribute
specifies an attribute describing a NODE object. An attribute consists of a keyword
and a value. The value you enter temporarily overrides the value previously
established with the SET NODE statement. Use any of the attributes listed for the
SET NODE statement.
Examples
The following examples add logical nodes to the SuperCTL configuration file:
ADD NODE SERV1
ADD NODE SERV2, CPUS (3:50, 4:50)
ADD NODE node-name [ , node-attribute ] ...