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 three 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 Administrative Tools Services

  1. Double-click the Control Panel icon.

  2. Double-click the Services icon.

  3. In the Services window, select the RSM Server you want to stop.

    RSM Servers are listed as the following, where servername is the name of the RSM Server:

    Sybase RSMServer_servername
    
  4. Click Stop to stop the selected RSM Server.

NoteThis sequence works only if the RSM Server was started using Administrative Tools Services.

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.