Previous Topic: Troubleshoot When the Servers Fail to StartNext Topic: Verify Users are Logged Off


Stop a CSE on UNIX

Follow these steps:

  1. Ensure that all users are logged off.

    Important! Do not shut down the Message Dispatcher when a client is requesting access or a server process is active.

  2. Run the monitor report to verify that all users are logged off the clients.

    Note: For more information about the monitor report, see Client Server Encyclopedia Administration Guide.

    When the clients are logged on, use the TCP/IP netstat command to display active clients.

  3. To stop the Message Dispatcher, shut down all servers, and close open sockets, use this command:
    ./stopmd
    
  4. To list server processes that failed to stop, use this command:
    ps -u <cseadmin>
    

    where <cseadmin> is the CSE administrator account under which this instance of CSE is running.

  5. To terminate server processes still running, use this command:
    kill <process_id> .
    

More information:

Restart Servers after Stopping

Verify Users are Logged Off