Use this procedure to stop a custom server that is currently running.
Stopping a server has no effect on whether the server starts automatically
the next time the system starts. This procedure only affects the current status
of the server.
- At the Welcome window, select Operations —> Custom Server
Manager
- Find the server you want to stop.
- Click WAITING under the Run Status.
- Click Stop.
The Run Status changes to NONE. Blueworx Voice Response removes the process ID.
Note: If you are using
a single system image, this stops the custom server only on the node on which
you run this procedure.
- Stopping more servers : To stop other custom servers,
repeat Steps 2 through 4.
Although the Custom Server Manager window is still displayed, the server
is no longer ready to run.
Stopping a custom server
from the command line
You can stop a custom server without using the Custom Server Manager window.
To do this you need to be logged on as
dtuser.
- Start the system monitor by typing
DTmon -s
A table is displayed,
the third column of which shows the PID corresponding to each process.
- Identify the PID for the custom server
- Type
kill -2 <PID number>
- Wait five seconds and then repeat step 1 to ensure that the custom server
has stopped.