Enabling Failover Support for Non-RSSD Database Connections

Use configure replication server with ha_failover to enable Failover support for new database connections from the Replication Server to Adaptive Servers.

See Adaptive Server Enterprise > Using Sybase Failover in a High Availability System.

  1. If necessary, start the Replication Server.
    See Replication Server Administration Guide Volume 1 > Manage a Replication System > Starting Replication Server.
  2. Log in to the Replication Server:
    isql -Uuser_name -Ppassword -Sserver_name

    where user_name must have Administrator privileges. Specify the name of the Replication Server using the -S flag.

    When your login is accepted, isql displays a prompt:
    1>
  3. Set ha_failover on.
    configure replication server
    set ha_failover to 'on'