Sybase Failover allows you to configure two version 12.0 or later Adaptive Servers as companions. If the primary companion fails, that server’s devices, databases, and connections can be taken over by the secondary companion.
For more detailed information about how Sybase Failover works in Adaptive Server, refer to Using Sybase Failover in a High Availability System, which is part of the Adaptive Server Enterprise documentation set.
To enable Failover support for an RSSD connection, use either of the following methods:
Use rs_init when you install a new Replication Server.
For instructions, refer to Chapter 2, “Configuring Replication Server and Adding New Databases,” in the Replication Server Configuration Guide for your platform.
Edit the Replication Server configuration file after you have installed the Replication Server.
Use a text editor to open the Replication Server configuration file. The default file name is the Replication Server name with a “.cfg” extension.
The configuration file contains one line per entry.
Find the line “RSSD_ha_failover=no
” and
change it to:
RSSD_ha_failover=yes
To disable Failover support for an RSSD connection,
change the “RSSD_ha_failover=yes
” to:
RSSD_ha_failover=no
These changes take affect immediately; that is, you do not have to restart Replication Server to enable Failover support.
If you cannot recover the most recent database state of the RSSD, see “Recovering from RSSD failure” on page 315 in the Replication Server Administration Guide Volume 2.
It is not possible to migrate an RSSD database across platforms using command such as, cross-platform dump and load, or bcp. To migrate, you must rebuild the replication system on the new platform.
For instructions on how to enable Failover support for non-RSSD Replication Server connections to Adaptive Server, see “Configuring the replication system to support Sybase Failover” on page 297 in the Replication Server Administration Guide Volume 2.