TS/MP 2.5 System Management Manual

= SET PATHWAY MAXPARAMS 30
= SET PATHWAY MAXSTARTUPS 40
= START PATHWAY COLD!
For more information about shutting down and starting your configuration, see “Starting and
Stopping a PATHMON Environment” (page 34).
NOTE: When specifying limits, you must always allow space for system growth. If you specify
sufficient limits initially, you can avoid the need to reconfigure and cold start your system to specify
new limits. For more details, see “Configuring Objects in a PATHMON Environment” (page 51).
Viewing Current Limits
To determine whether or not current limits are being reached, use the INFO PATHWAY command.
The INFO PATHWAY command shows the maximum number possible and the actual number in
use.
For information about the maximum number possible, see “Configuration Limits and Defaults”
(page 318).
Adding, Altering, and Deleting Objects
These sections describe how to add, alter, and delete SERVER, TCP, TERM, and PROGRAM objects.
NOTE: You manage TERM, TCP, and PROGRAM objects only if your environment includes the
Pathway/iTS product. For information about the Pathway/iTS product, see the Pathway/iTS System
Management Manual.
Certain commands that modify an object can be performed only if the object is not running. For
example, you can only delete an object that is stopped. So, before you modify an object, you must
be aware of the state: stopped, suspended, running, or running but subject to a pending stop
request. To determine the state of an object, use the STATUS command for that particular object,
as described earlier in this section.
Adding Objects
You add SERVER, TCP, TERM, and PROGRAM objects using the SET and ADD commands for that
particular object. Once you have configured and added an object, you can start the object using
the START command for that object. For complete information about configuring and adding
objects, see “Configuring Objects in a PATHMON Environment” (page 51).
Altering Objects
You can alter SERVER, TCP, TERM, and PROGRAM objects by entering the ALTER command for
the specified object type.
Before using the ALTER command for a SERVER object, you must freeze and stop the SERVER
with the FREEZE and STOP commands, respectively. This example changes the priority at which
the server runs:
= FREEZE SERVER SALES
= STOP SERVER SALES
= ALTER SERVER SALES PRI 50
= THAW SERVER SALES
= START SERVER SALES
Deleting Objects
You can delete SERVER, TCP, TERM, and PROGRAM objects by entering the DELETE command
for the object type you wish.
In response to the DELETE command, the PATHMON process removes the object definition from
the PATHMON configuration file.
Reconfiguring a PATHMON Environment 95