Contents Index Lesson 1: Set up the Adaptive Server Anywhere databases Lesson 3: Set up the Open Servers in your system

ASA Database Administration Guide
  Replicating Data with Replication Server
    Tutorial: Replicate data using Replication Server

Lesson 2: Start the database servers


You need to run the primary site database server, with the primary database loaded.

Start the primary site database server

  1. Change to the tutorial directory.

  2. Enter the following command to start a network database server running the primedb database. You should be using the TCP/IP network communication protocol on the default communications port (2638):

    dbsrv9 -x tcpip primedb.db

Start the replicate site database server

  1. Change to the tutorial directory.

  2. Enter the following command to start a network database server running the repdb database, but on a different port:

    dbsrv9 -x tcpip(port=2639) -n REPSV repdb.db
What's next? 

Next, you have to make entries for each of the Adaptive Server Anywhere servers in an interfaces file, so Replication Server can communicate with these database servers.


Contents Index Lesson 1: Set up the Adaptive Server Anywhere databases Lesson 3: Set up the Open Servers in your system