Stopping an RSM Server

This section explains how to stop an RSM Server. When you stop an RSM Server, all Sybase Central connections and in-process commands are terminated.

There are two ways to stop an RSM Server:

When you stop an RSM Server, it:

WARNING! Before you stop an RSM Server, make sure that there are no Sybase Central sessions (because of server events, latency graphs, or materializations) connected to that server. If a Sybase Central session is connected when you stop an RSM Server, requests from that session cannot be completed. See the Replication Server plug-in help for more information.

StepsStopping an RSM Server using isql

  1. Log in to RSM Server using isql:

    isql -U<username> -P<password> -S <servername>
    
  2. Shut down RSM Server.

  3. At the isql prompt, enter:

    shutdown
    

    A disconnected isql session (including your session that issued the shutdown command) displays the following message:

    DB-LIBRARY error:
    
       Unexpected EOF from SQL Server.
    

StepsStopping an RSM Server using Sybase Central

  1. Right-click the RSM Server icon in Sybase Central.

  2. Select Shutdown.