Jump to: navigation, search

AIX

Complete these steps to set up SIP Server HA on AIX, using the IP Address Takeover method.

  1. Ensure that your system meets the deployment prerequisites
  2. Configure the primary SIP Server
  3. Configure the backup SIP Server
  4. Create Virtual IP address control scripts
  5. Create Application objects for Virtual IP address control scripts
  6. Verify the HA configuration

Ensure that your system meets the deployment prerequisites

There are basic requirements and recommendations for deploying an IP Address Takeover HA configuration of SIP Server in your environment.

  • Two separate physical host computers: one for the primary SIP Server and one for the backup SIP Server.
    Important
    Genesys recommends that you install primary and backup instances of SIP Server on different host computers. However, SIP Server does support HA configurations in which both primary and backup SIP Server instances reside on a single host server.
  • Software requirements:
    • SIP Server must be installed and configured on both host computers.
    • LCA release 8.1.2 or higher must be installed and configured on both host computers.
    • In deployments where SIP Server uses two NICs, one NIC is used for SIP communication, while the second NIC is used for other kinds of communication with various components. Solution Control Server (SCS) manages and monitors the SIP Server application through the second NIC. When you create a Host object, make sure you specify the hostname or IP address of the second NIC (dedicated to other non-SIP communication).
  • Networking requirements:
    • Static IP addresses are required for all network interfaces on both host computers.
    • It is highly recommended that you have primary and backup SIP Server hosts on a dedicated subnet. A dedicated subnet ensures that Virtual IP Address Takeover affects only the Address Resolution Protocol (ARP) table on the subnet router. Without a dedicated subnet, hosts that communicate with SIP Server might fail to update the ARP table during Virtual IP Address Takeover.
    • In deployments where SIP Server uses two NICs, one NIC is used for SIP communication, while the second NIC is used for other kinds of communication with various components. Each host has one NIC connected to a subnet dedicated to SIP communication. The Virtual IP address should be within the range of the network to which the NIC dedicated to SIP communication is connected. The second NIC on both hosts should be connected to a separate network.

Configure the primary SIP Server

  1. Stop the SIP Server applications on the primary and backup hosts. Genesys SIP Server applications can be stopped by using the Genesys Solution Control Interface.
  2. Open the Configuration Manager.
  3. Select the Applications folder, and right-click the SIP Server Application object that you want to configure as the primary SIP Server. Select Properties.
  4. Click the Options tab.
    1. Select the [TServer] section.
      1. Set the sip-port option to the port number that will be used by both the primary and backup SIP Server applications.
      2. Set the sip-address option to the Virtual IP address.
      3. Set the control-vip-scripts option to true.
      4. Set the sip-vip-script-up option to the name of the Application object (SIP_SERVER_PRIMARY_VIP_UP) that will be created later for a script that enables the Virtual IP address on the primary SIP Server host.
      5. Set the sip-vip-script-down option to the name of the Application object (SIP_SERVER_PRIMARY_VIP_DOWN) that will be created later for a script that disables the Virtual IP address on the primary SIP Server host.
      6. To enable Virtual IP address monitoring, set the sip-iptakeover-monitoring option to true.
      7. To enable NIC status monitoring, set the tlib-nic-monitoring option to true.
      8. To enable SIP NIC status monitoring, in scenarios where a dedicated NIC is used for SIP communication (the two-NIC configuration), configure the sip-nic-address option and set the sip-nic-monitoring option to true.
      9. To enable SIP traffic monitoring, set the sip-pass-check option to true.
      10. Click Apply to save the configuration changes.
    2. If you are deploying a hot-standby configuration, it is recommended that you enable ADDP for communication between the primary and backup SIP Servers. To enable ADDP, select the [backup-sync] section, and configure the following options:
      • sync-reconnect-tout
      • protocol
      • addp-timeout
      • addp-remote-timeout
    3. In the preceding example, the guideline that is used to configure ADDP settings is to set the addp-timeout and addp-remote-timeout options to 5 sec or at least two times the established network-latency time, and to set the sync-reconnect-tout option to at least two times the timeout value plus the established network latency.

      Important
      For more information about ADDP configuration parameters, see the "Backup-Synchronization Section" section in the Framework 8.1 SIP Server Deployment Guide.
    4. Click Apply to save the configuration changes.
  5. Click the Switches tab.
    1. Ensure that the correct Switch object is specified. If necessary, select the correct Switch object by using the Add button.
    2. Click Apply to save the configuration changes.
  6. Click the Server Info tab.
    1. Select the Redundancy Type. You can select either Hot Standby or Warm Standby.
    2. Complete this step if you are deploying a hot-standby configuration. If you are deploying a warm-standby configuration, proceed to Step c.
      1. In the Ports section, select the port to which the backup SIP Server will connect for HA data synchronization, and click Edit Port.
      2. In the Port Properties dialog box, on the Port Info tab, select the HA sync check box.
      3. Click OK.
    3. For the Backup Server option, select the SIP Server Application object that you want to use as the backup SIP Server. If necessary, browse to locate the backup SIP Server Application object.
    4. Click Apply to save the configuration changes.
  7. Click the Start Info tab.
    1. Select Auto-Restart.
    2. Click Apply to save the configuration changes.
  8. Click Apply and then OK to save the configuration changes.

Configure the backup SIP Server

  1. Stop the SIP Server applications on the primary and backup hosts. Genesys SIP Server applications can be stopped by using the Genesys Solution Control Interface.
  2. Open the Configuration Manager.
  3. Select the Applications folder, and right-click the SIP Server Application object that you want to configure as the backup SIP Server. Select Properties.
  4. Click the Switches tab.
    1. Click Add, and select the Switch object that you associated with the primary SIP Server Application object.
    2. Click Apply to save the configuration changes.
  5. Click the Start Info tab.
    1. Select Auto-Restart.
    2. Click Apply to save the configuration changes.
  6. Click the Options tab.
    1. Select the [TServer] section.
      1. Set the sip-port option to the same port number that you specified for the primary SIP Server.
      2. Set the sip-address option to the Virtual IP address.
      3. Set the control-vip-scripts option to true.
      4. Set the sip-vip-script-up option to the name of the Application object (SIP_SERVER_BACKUP_VIP_UP) that will be created later for a script that enables the Virtual IP address on the backup SIP Server host.
      5. Set the sip-vip-script-down option to the name of the Application object (SIP_SERVER_BACKUP_VIP_DOWN) that will be created later for a script that disables the Virtual IP address on the backup SIP Server host.
      6. To enable Virtual IP address monitoring, set the sip-iptakeover-monitoring option to true.
      7. To enable NIC status monitoring, set the tlib-nic-monitoring option to true.
      8. To enable SIP NIC status monitoring, in scenarios where a dedicated NIC is used for SIP communication (the two-NIC configuration), configure the sip-nic-address option and set the sip-nic-monitoring option to true.
      9. To enable SIP traffic monitoring, set the sip-pass-check option to true.
      10. Click Apply to save the configuration changes.
    2. If you are deploying a hot-standby configuration and have configured ADDP communication on the primary SIP Server, you must configure ADDP also on the backup SIP Server. To enable ADDP, select the [backup-sync] section, and configure the following options:
      • sync-reconnect-tout
      • protocol
      • addp-timeout
      • addp-remote-timeout
    3. In the preceding example, the guideline that is used to configure ADDP settings is to set the addp-timeout and addp-remote-timeout options to 5 sec or at least two times the established network-latency time, and to set the sync-reconnect-tout option to at least two times the timeout value plus the established network latency.

    4. Click Apply to save the configuration changes.
  7. Click Apply and then OK to save the configuration changes.

Create Virtual IP address control scripts

  1. On both SIP Server host computers, create two shell files: one to enable the Virtual IP address and another to disable it—for example:
    • set_ip_up.sh—To enable the Virtual IP address
    • set_ip_down.sh—To disable the Virtual IP address
  2. In the set_ip_up.sh file, enter the following command line:
    ifconfig <name_of_ethernet_interface> <vip_address> netmask <vip_netmask> alias
    where:
    • <name_of_ethernet_interface> is the name of the Virtual IP interface
    • <vip_address> is the Virtual IP–interface IP address
    • <vip_netmask> is the Virtual IP netmask
  3. In the set_ip_down.sh file, enter the following command line:
    ifconfig <name_of_ethernet_interface> <vip_address> delete
    where:
    • <name_of_ethernet_interface> is the name of the Virtual IP interface
    • <vip_address> is the Virtual IP–interface IP address

Create Application objects for Virtual IP address control scripts

  1. In the Configuration Manager, select Environment > Applications.
  2. Right-click and select New > Application.
  3. Select the Third Party Server template from the Application Templates folder, and click OK.
  4. On the General tab, enter a name for the Application object—for example, SIP_SERVER_PRIMARY_VIP_UP.
    Configuring the Application Object for the Script, General Tab: Sample Configuration
    Important
    You can use the previously listed Application object names, or you can specify your own.
  5. Select the Server Info tab.
    1. Select the host name of the SIP Server on which the corresponding Virtual IP address control script is located.
    2. If necessary, specify a valid communication-port number by using the Edit Port option.
    Configuring the Application Object for the Script, Server Info Tab: Sample Configuration
  6. Select the Start Info tab.
    1. Set the Working Directory to the location of the script, and enter the name of the script in the Command Line field. For example, for the SIP_SERVER_PRIMARY_VIP_UP Application object, enter the script name that enables the Virtual IP address (set_ip_up.sh). For the SIP_SERVER_PRIMARY_VIP_DOWN Application object, enter the script name that disables the Virtual IP address (set_ip_down.sh).
    2. If you are configuring an Application object that disables the Virtual IP interface (SIP_SERVER_PRIMARY_VIP_DOWN and SIP_SERVER_BACKUP_VIP_DOWN), set the Timeout Startup value to 8.
  7. Repeat the steps in this procedure to create an Application object for each of the four scripts.

Verify the HA configuration

  1. Test 1: Manual switchover
    1. Establish a call between two SIP endpoints.
    2. Perform a manual switchover by using the SCI. In the SCI, verify that the SIP Server roles have changed.
    3. Verify that hold, retrieve, and transfer functions can be performed on the call that was established before the switchover.
    4. Release the call.
  2. Test 2: Manual switchback
    1. Establish a call between two SIP endpoints.
    2. Perform a manual switchover again by using the SCI. In the SCI, verify that the SIP Server roles have changed.
    3. Verify that hold, retrieve, and transfer functions can be performed on the call that was established before the switchover.
    4. Release the call.
  3. Test 3: Stop primary SIP Server
    1. Establish a call between two SIP endpoints.
    2. Stop the primary SIP Server. Use the SCI to verify that the backup SIP Server goes into primary mode.
    3. Verify that hold, retrieve, and transfer functions can be performed on the call that was established before the switchover.
    4. Release the call.
This page was last edited on May 24, 2018, at 18:28.
Comments or questions about this documentation? Contact us for support!