Create a SAMPLE_RS and SAMPLE_RS_ERSSD when the directories or files do not exist.
SAMPLE_RS master tcp ether localhost 11752 query tcp ether localhost 11752 # SAMPLE_RS_ERSSD master tcp ether localhost 11751 query tcp ether localhost 11751
| Parameter | Description |
|---|---|
| sybinit.release_directory | The actual path or value of $SYBASE |
| rs.rs_idserver_pass | Valid password |
| rs.rs_rssd_prim_pass | Valid password |
| rs.rs_rssd_maint_pass | Valid password |
| rs.rs_ltm_rs_pass | Valid password |
| rs.rs_rs_sa_pass | Valid password |
| rs.rs_rs_run_file | Valid file and path that will used to start up SAMPLE_RS. $SYBASE/REP-15_5/samp_repserver/RUN_SAMPLE_RS is the suggested location and file name. |
| rs.rs_rs_errorlog | Valid file and path that will used SAMPLE_RS log file. $SYBASE/REP-15_5/samp_repserver/SAMPLE_RS.log is the suggested location and file name. |
| rs.rs_rs_cfg_file | Valid file and path that will used SAMPLE_RS configuration file. $SYBASE/REP-15_5/samp_repserver/SAMPLE_RS.cfg is the suggested location and file name. |
| rs.rs_erssd_database_dir | Valid path where the ERSSD database will be located. $SYBASE/REP-15_5/samp_repserver/dbfile is the suggested location. |
| rs.rs_erssd_translog_dir | Valid path where the ERSSD database transaction log will be located. $SYBASE/REP-15_5/samp_repserver/log is the suggested location. |
| rs.rs_erssd_backup_dir | Valid path where the ERSSD backups, including the mirror log, will be located. $SYBASE/REP-15_5/samp_repserver/backup is the suggested location. |
| rs.rs_erssd_errorlog_dir | Valid path where the ERSSD log will be located. $SYBASE/REP-15_5/samp_repserver/errorlog is the suggested location. |
| rs.rs_diskp_name | Valid file and path that will be used for the stable device. The file does not have to exist, however, the directory path must exist. $SYBASE/REP-15_5/samp_repserver/samp_partition/partition1 is the suggested location. |
| rs.rs_rs_pass | Valid password |
# --- rs_init resource file ---- # sybinit.release_directory: sybinit.product: rs rs.rs_operation: rs_install # # --- ID SERVER INFORMATION ---- # rs.rs_idserver_name: SAMPLE_RS rs.rs_id_server_is_rs_server: yes rs.rs_idserver_user: USE_DEFAULT rs.rs_idserver_pass: rs.rs_rssd_prim_pass: rs.rs_rssd_maint_pass: rs.rs_ltm_rs_pass: # # --- REPLICATION SERVER INFORMATION ---- # rs.rs_name: SAMPLE_RS rs.rs_rs_sa_user: USE_DEFAULT rs.rs_rs_sa_pass: rs.rs_erssd_requires_ltm: no rs.rs_needs_repagent: yes rs.rs_rs_run_file: rs.rs_rs_errorlog: rs.rs_rs_cfg_file: rs.rs_charset: USE_DEFAULT rs.rs_language: USE_DEFAULT rs.rs_sortorder: USE_DEFAULT # # --- ERSSD ---- # rs.rs_rssd_embedded: yes rs.rs_erssd_name: SAMPLE_RS_ERSSD rs.rs_erssd_database_dir: rs.rs_erssd_translog_dir: rs.rs_erssd_backup_dir: rs.rs_erssd_errorlog_dir: # # --- DISK PARTITION INFORMATION ---- # rs.rs_diskp_name: rs.rs_diskp_lname: partition1 rs.rs_diskp_size: 20 rs.rs_diskp_vstart: 0 # # --- REMOTE SITE CONNECTION INFORMATION ---- # rs.rs_rs_user: USE_DEFAULT rs.rs_rs_pass: # # --- ID SERVER INTERFACES INFORMATION ---- # rs.do_add_id_server: no rs.do_add_replication_server: no
If the creation of the SAMPLE_RS fails:
isql -Usa –Ppassword -SSAMPLE_RS
The password to the sa user ID is the value that was filled in the resource file for rs.rs_rs_sa_pass.
admin who go
exit go