Jump to: navigation, search

Redundant (HA) Message Servers

This section describes how to deploy redundant Message Servers.

Redundancy

Redundant Message Servers support only the Warm Standby redundancy type, with the addition that the data is synchronized between the primary and backup servers.

Deploying Redundant Message Servers

This section describes how to install and set up redundant Message Servers.

Installation Recommendations

If you are installing the primary and backup Message Servers on the same host computer:

  • 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 Message Servers must be started from the same account.

Installation and Configuration

Tip
(Optional) If the backup Message Server is to reside on a remote Host, you can deploy it to that Host using Genesys Administrator Extension. For instructions, refer to the Framework 8.1 Genesys Administrator Extension Help.
1. Configure an Application object for the backup Message Server. [+] Show steps
2. If you did not deploy the backup Message Server using Genesys Administrator Extension, install it now.
3. Modify the primary Message Server Application object to work with the backup Message Server. [+] Show steps
4. If you installed the backup Message Server on UNIX, check the run.sh file and modify it, if necessary, so the Application can be started properly. [+] Show steps
5. Synchronize options and ports between the redundant Message Servers.

Starting the Backup Message Server

When starting a backup Message Server, be sure to use the following command-line options:

-host The name of the host on which Configuration Server is running.
-port The communication port that client applications must use to connect to Configuration Server.
-app The exact name of the backup Message Server Application object as configured in the Configuration Database.

For a description of the command-line parameters specific to Message Server, refer to Message Server.

Starting the Backup Message Server on UNIX

Prerequisite

  • The run.sh file has been modified accordingly. See Step 5, above.

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 Message Server is installed, and do one of the following:
    • To use only the required command-line parameters, type the following command line:
      sh run.sh
    • To specify the command line yourself, or to use additional command-line parameters, type the following command line:
      MessageServer -host <Configuration Server host> -port <Configuration Server port> -app <backup Message Server Application> [<additional parameters and arguments as required>]

Starting the Backup Message Server on Windows

  • To start as a Windows Service, refer to Starting and Stopping with Windows Services 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 Message Server is installed, and double-click the file startServer.bat.
    • 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 Message Server is installed, and type the following command line:
      MessageServer.exe -host <Configuration Server host> -port <Configuration Server port> -app <backup Message Server Application> [<additional parameters and arguments as required>]

This page was last edited on October 9, 2015, at 19:06.
Comments or questions about this documentation? Contact us for support!