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

Manually Starting the Server Manager

If you do not run the Server Manager as a Windows service or a Linux or UNIX daemon, you can manually start it.
Use one of the following methods:
  • On Windows, run server_manager.exe, which is located in the top-level installation directory.
  • On Linux or UNIX, perform the following steps:
    1. Edit the server_manager.sh script to remove the RUN_AS_SERVICE parameter from the command that starts the Server Manager:
      if [ "$1" = "" ] then server_manager
      RUN_AS_SERVICE
      else server_manager
      RUN_AS_SERVICE
      $1 $2 $3 $4 $5 $6 fi
    2. Save the script file.
    3. Run the script from the command line with the
      start
      parameter. Enter the following command:
      ./server_manager.sh start

0 COMMENTS

We’d like to hear from you!