ASA Database Administration Guide
Replicating Data with Replication Server
Tutorial: Replicate data using Replication Server
You need to run the primary site database server, with the primary database loaded.
Start the primary site database server
Change to the tutorial directory.
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
Change to the tutorial directory.
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
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.