If you have not configured the sample Replication Server during installation, you can use the resource file created by the installer to configure and start the sample Replication Server.
During installation, the installer prompts you to configure and start a sample Replication Server. Regardless of your choice, the installer creates a resource file, $SYBASE/REP-15_5/samp_repserver/SAMPLE_RS.res, for the sample Replication Server and updates the interfaces file. Use this resource file to configure and start the sample Replication Server after installation. The sample Replication Server resource file creates an ERSSD.
At the command prompt, enter:
cd $SYBASE/REP-15_5/samp_repserver ./rs_init-SAMPLE_RS.sh
The rs_init utility in this script displays commands as it executes them, and writes this output to its log.
If you encounter errors during configuration and start-up of the sample Replication Server, read the log file $SYBASE/REP-15_5/init/logs/logmmdd.xxx, where:
All files and logs associated with the sample Replication Server are in $SYBASE/REP-15_5/samp_repserver.
Sample Replication Server Item |
Definition |
---|---|
Name |
SAMPLE_RS |
Port |
11752 |
User name |
sa |
Password |
None |
ERSSD server name |
SAMPLE_RS_ERSSD |
ERSSD server port |
11751 |
ERSSD user name |
SAMPLE_RS_RSSD_prim |
ERSSD password |
SAMPLE_RS_RSSD_prim_ps |
See Replication Server Configuration Guide for UNIX > Configure Replication Server and Add Databases Using rs_init.