Queue Manager Manual
Examples of Configuring Queue Manager
Installation and Management
4–26 46517 Tandem Computers Incorporated
Run Queue Manager The following shows a command example for running Queue Manager within a
PATHWAY system, where $XXPM is the PATHMON name.
PATHCOM $XXPM; RUN PROG1
Queue Manager Shutdown The following is an example of shutting down Queue Manager in a PATHWAY
system, where:
$XXE0 and $XXE1 are Entry Managers
$XXWM is the Wait Manager
$XXPM is the PATHMON name.
COMMENT STOP ASSOCIATIVE SERVERS
STOP $XXE0
STOP $XXE1
STOP $XXWM
COMMENT STOP PATHWAY
PATHCOM $XXPM;SHUTDOWN, WAIT
COMMENT STOP PATHMON
STOP $XXPM
COMMENT SHUTDOWN COMPLETE
Executing Queue Manager
from TACL
In the following examples, Queue Manager servers are configured and run from the
TACL prompt.
Running the Wait Manager from TACL
In the following example:
$s.#wmserv.debuglog is the debuglog
$volx.qmcfig.dsqueue is the Queue File
$voly.qmudsv.wmserv is the Wait Manager
$xxwm is the Wait Manager process name.
>clear all
>assign debuglog, $s.#wmserv.debuglog
>assign queuefile, $volx.qmcfig.dsqueue
>param debuglogformat “TRUE”
>param debugloglevel “3”
>param debuglogrecsperopen “500”
>run $voly.qmudsv.wmserv /out $s.#wmserv, name $xxwm,
nowait, pri 130, cpu 4/