Jump to: navigation, search

Redundant Configuration DB Servers

This section describes how to set up redundant Configuration DB Servers-that is, DB Servers that are dedicated to provide access to the Configuration Database and that are not clients of Configuration Server.

To set up redundant DB Servers that provide access to databases other than the Configuration Database (such as the Log Database) and that are not clients of Configuration Server (such as Log DB Server), refer to Redundant Client DB Servers.

Important
In this section only, the term DB Server denotes a Configuration DB Server, not a Client DB Server.

Redundancy

Redundant DB Servers support only the warm standby redundancy type.

Deploying Redundant Configuration DB Servers

Important
* Once installed, the two Configuration DB Servers must be started from the same account.

Installation Recommendations

If you are installing the primary and backup DB Servers on the same host computer, Genesys recommends that you:

  • Install them in different directories.
  • Specify a different port number for each server.

Prerequisites

  • Configuration Layer components are installed and running as described in Deploying Configuration Layer.
  • You are logged into Genesys Administrator.
Important
Once installed, the two Configuration DB Servers must be started from the same account.

Installation and Configuration

  1. Install the backup DB Server.
  2. Configure the backup DB Server.
  3. Configure an Application object for the backup DB Server.
    [+] Detailed Instructions
  4. Configure an Application object for the primary DB Server if one does not already exist.
  5. Modify the Application object for primary DB Server to work with backup DB Server.
    [+] Detailed Instructions
  6. Modify the configuration files for the primary DB Server and the backup DB Server.
    [+] Details
  7. Modify the backup DB Server start file so the application can be started correctly.
    [+] Detailed Instructions

Starting a Backup Configuration DB Server

When starting a backup DB Server, use the following command-line parameters:

-c The name of the configuration file that contains configuration information for the backup DB Server.
-app The name of the backup DB Server application.

For a description of other command-line parameters specific to DB Server, refer to DB Server.

Prerequisites

Start of procedure

  • To start from Genesys Administrator, refer to Starting and Stopping with the Management Layer.
  • To start manually, go to the directory in which the backup DB Server is installed, and do one of the following:
    • To use only the required command-line parameters, enter the following command line:
      sh run.sh
    • To specify the command line yourself, or to use additional command-line parameters, enter the following command line:
      multiserver -host <Configuration Server host> -port <Configuration Server port> -app <backup DB Server Application> -cfg -c <backup DB Server configuration file>

End of procedure

Prerequisites

Start of procedure

  • To start as a Windows Service, refer to Starting and Stopping with Windows Service Manager.
  • To start from Genesys Administrator, refer to Starting and Stopping with the Management Layer.
  • To start manually, do one of the following:
    • Use the Start > Programs menu.
    • To use only the required command-line parameters, go to the directory in which the backup DB Server is installed, and double-click on the startServer.bat file.
    • To specify the command line yourself, or to use additional command-line parameters, open the MS-DOS window, go to the directory in which the backup DB Server is installed, and type the following command line:
      multiserver.exe -host <Configuration Server host> -port <Configuration Server port> -app <backup DB Server Application> -cfg -c <backup DB Server configuration file>

End of procedure

This page was last edited on March 20, 2014, at 14:53.
Comments or questions about this documentation? Contact us for support!