Pathway/XM System Management Manual

PXMCFG Statements and PXMCHK Utility
Compaq NonStop™ Pathway/XM System Management Manual426761-001
10-61
SET SERVICE
SET SERVICE
This statement defines values for a set of pre-defined, node-independent SERVER
objects that can be imported by third-party applications. Use this statement before using
the ADD SERVICE
statement.
FILE superctl-name
specifies the name of the exported SuperCTL file that contains the SERVER object
definitions to be imported. Pathway/XM associates the server class definitions with
a NODE object and outputs the newly created SuperCTL file. This attribute is
required.
GROUP server-group-name
specifies a group name for a set of imported or exported SERVER objects. You may
define one or more group names for a SERVICE object.
This attribute allows PXMCOM to execute commands on all server classes
associated with the group names defined for the SERVICE object.
NODE node-name
specifies the name of a previously defined NODE object to be used by the server
classes associated with this SERVICE object as follows: filenames are resolved
using the NODE object’s defaults; the server processes associated with this
SERVICE object are automatically assigned to the NODE objects CPU resources.
This attribute is required.
NOTE: The NODE object definition must have the ROLE attribute set to SERVER.
VARIABLE type:name=file-name
specifies SERVER object attribute values that were included in the exported
SuperCTL file and need to be overridden when the SuperCTL file is imported.
SERVER object attribute values included in this VARIABLE attribute will be
replaced with either the default value or by the value defined in this attribute.
SET SERVICE service-attribute [ , service-attribute ]...
service-attribute is:
FILE superctl-name
GROUP server-group-name
NODE node-name
VARIABLE type:name=file-name
Note. When specifying a variable in a SET SERVER statement for export, the variable is
enclosed in brackets:
<type:name=file-name >