Table of Contents

Search

  1. Preface
  2. Data Replication Overview
  3. Understanding Data Replication
  4. Sources - Preparation and Replication Considerations
  5. Targets - Preparation and Replication Considerations
  6. Starting the Server Manager
  7. Getting Started with the Data Replication Console
  8. Defining and Managing Server Manager Main Servers and Subservers
  9. Creating and Managing User Accounts
  10. Creating and Managing Connections
  11. Creating Replication Configurations
  12. Materializing Targets with InitialSync
  13. Scheduling and Running Replication Tasks
  14. Implementing Advanced Replication Topologies
  15. Monitoring Data Replication
  16. Managing Replication Configurations
  17. Handling Replication Environment Changes and Failures
  18. Troubleshooting
  19. Data Replication Files and Subdirectories
  20. Data Replication Runtime Parameters
  21. Command Line Parameters for Data Replication Components
  22. Updating Configurations in the Replication Configuration CLI
  23. DDL Statements for Manually Creating Recovery Tables
  24. Sample Scripts for Enabling or Disabling SQL Server Change Data Capture
  25. Glossary

Stopping a Server Manager Service or Daemon

Stopping a Server Manager Service or Daemon

If you are running the Server Manager as a service or a daemon and need to stop it, enter the appropriate command at the command prompt. Data Replication provides a script for stopping a Server Manager service in the top-level installation directory.
  1. At the command prompt, change directory (cd) to the Data Replication installation directory that you specified in the DBSYNC_HOME environment variable.
    • On Windows, use the following syntax:
      cd %DBSYNC_HOME%
    • On Linux and UNIX, use the following syntax:
      cd $DBSYNC_HOME
  2. Stop the Server Manager in one of the following ways:
    • To stop a Server Manager service on Windows, run the stop_sm_service.cmd script, or enter the following command:
      server_manager.exe RUN_AS_SERVICE -k
    • To stop a Server Manager daemon on Linux or UNIX, enter the following command:
      ./server_manager.sh stop
      Then verify that the Server Manager daemon is not running. For example, use the following command:
      ps -eaf | grep server_manager

0 COMMENTS

We’d like to hear from you!