Contents
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.
Redundancy
Redundant DB Servers support only the warm standby redundancy type.
Deploying Redundant Configuration DB Servers
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.
Installation and Configuration
- Install the backup DB Server.
- Configure the backup DB Server.
- Configure an Application object for the backup DB Server.
[+] Detailed Instructions - Configure an Application object for the primary DB Server if one does not already exist.
- Modify the Application object for primary DB Server to work with backup DB Server.
[+] Detailed Instructions - Modify the configuration files for the primary DB Server and the backup DB Server.
[+] Details - 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
- The run.sh file of the backup DB Server has been modified accordingly. Refer to Modifying a backup Configuration DB Server start file, above.
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>
- To use only the required command-line parameters, enter the following command line:
End of procedure
Prerequisites
- The startserver.bat file of the backup DB Server has been modified accordingly. Refer to Modifying a backup Configuration DB Server start file, above.
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>

