Pathway/XM System Management Manual
PXMCOM Commands
Compaq NonStop™ Pathway/XM System Management Manual—426761-001
11-48
RESUME SERVER
RESUME SERVER
This command releases the suspension of a distributed server class and resumes the
processing of transactions queued for the class.
server-class
specifies the name of a previously suspended distributed server class.
GROUP group-name
specifies the name of a set of SERVER objects, each configured as a member of the
specified group. The RESUME SERVER command is issued to each SERVER
associated with this group.
*
resumes transaction processing for all suspended distributed server classes known to
Pathway/XM.
Considerations
If the server is suspended longer than the time specified for the server timeout and there
are no new sends to the server, the LCS process stops and the server class state changes
from SUSPENDED to STOPPED. In this case, you must use the START SERVER
command instead of the RESUME SERVER command. Therefore, before issuing a
START or RESUME command, you must verify the status of the server using a
STATUS SERVER command.
Examples
The following command resumes transaction processing for the DEPOSITS server class:
RESUME SERVER DEPOSITS
The following command resumes transaction processing for all distributed server classes
in the Pathway/XM environment:
RESUME SERVER *
RESUME SERVER { server-class }
{ GROUP group-name }
{ * }
Note. This command does not apply to direct or replicated server classes.