+

Search Tips   |   Advanced Search

(ZOS) Stopping or canceling the z/OS location service daemon from the MVS console

Location service daemons provide the CORBA location service in support of Remote Method Invocation and Internet Inter-ORB Protocol (RMI/IIOP). This topic discusses how to issue MVS™ console commands to stop or cancel the z/OS location service daemon.

We must first install WebSphere Application Server.

If we cancel or stop the location service daemon, it cancels or stops all WAS on the system. If we installed WAS ND, the location service daemon also cancels or stops the deployment manager and the node agents.


Tasks

Issue one of the following commands to stop the location service daemon:

STOP DAEMON01 
CANCEL DAEMON01
CANCEL DAEMON01,ARMRESTART 

If we issue the stop command, the server finishes all remaining work before shutting itself down. If we issue the cancel command, the server stops quickly. Inflight data and transactions might be lost.

Use the cancel command that has the ARMRESTART option if automatic restart management (ARM) is active and we want the ARM to restart the location service daemon.

We have stopped or cancelled the location service daemon.