TS/MP System Management Manual (G06.24+, H06.03+)
Configuring Objects in a PATHMON Environment
NonStop TS/MP System Management Manual—541819-001
3-14
Displaying Object Attributes
Overriding Working-Set Values
When you add an object, you can temporarily override the current attribute values in
the PATHCOM working set by specifying other values in the ADD command. For
example, this command creates a SERVER named JOHN, using the working-set
values for all SERVER attributes except the HIGHPIN attribute (which will have the
value ON):
= ADD SERVER JOHN, HIGHPIN ON
Notice that this command does not change the values currently recorded in the
working set—it only overrides them for this particular instance of the ADD command.
Reinitializing Working-Set Values
You can reset any or all PATHCOM working-set values to their initial state (the values
that existed when PATHCOM was started) by using the RESET command. For
example, to reset the PROCESSTYPE, AUTORESTART, and NUMSTATIC values for
SERVER objects to their initial settings, you enter:
= RESET SERVER PROCESSTYPE, AUTORESTART, NUMSTATIC
To reset all SERVER attributes to their initial values, you enter:
= RESET SERVER
If an attribute for an object has no standard initial default value, PATHCOM resets that
attribute to indicate that the value is not yet specified (you see the attribute flagged with
a question mark when you issue the SHOW command).
Displaying Object Attributes
After an object has been added to the system and its attributes have been recorded in
the PATHMON configuration file, you can examine these attributes by using the INFO
command. For instance, to display the attribute values for the SERVER named ANNA,
you would enter:
= INFO SERVER ANNA