MG - Redundancy Configuration

Overview

The MGC Redundancy feature improves reliability of your phone system by allowing an Alternate UCx Server to be provisioned. If the Primary UCx Server fails, resources register with the Alternate UCx Server.
The Primary UCx Server administers the database, which is replicated to the Alternate UCx Server manually. The Primary and Alternate UCx Servers can be a mix of any of the UCx platforms.

Prerequisites

  • Both the Primary and the Alternate UCServers must be running Release 5.0 software and up.
  • Both Servers must be updated to the same latest version of software.
  • A USB storage device to backup the MDSE database (See Select Backup Location on how to prepare the USB device)

Configuration

STEP ONE: Configure Alternate Server on Primary UCx

The actions in this step will trigger a reboot of the MGC(s). It is highly recommended that you schedule a maintenance window for this operation.

  1. Open the UCx Web-based Configuration Utility for the Primary UCX Server
  2. Navigate to the PBX - MDSE tab
  3. Press the Edit button corresponding to the Media Gateway that you want to modify
  4. Enter the IP address of the Alternate UCx Server in the Alternate Server IP Address field
  5. Press the Submit button
  6. The corresponding MGC will reboot
  7. Repeat the above steps for all the Media Gateways configured on the Primary UCx Server

STEP TWO: Replicate MDSE Database

Perform Backup on the Primary UCx Server:
  1. Open the UCx Web-based Configuration Utility
  2. Navigate to the System - Backup/Restore page
  3. Insert the USB storage device to a USB port on the UCx Server and change the backup location to USB drive (See Select Backup Location for details.)
  4. Click on Perform a Backup and select MDSE Configuration located under Addons
  5. Click on Process to create the backup
  6. Remove the USB device after the backup process has completed successfully
Perform Restore on the Alternate UCx Server:
  1. Open the UCx Web-based Configuration Utility
  2. Navigate to the System Backup/Restore page
  3. Insert the USB device with the backup file to a USB port on the Alternate UCx Server and change the location to USB drive
  4. Select the backup file from the USB device and perform a Restore (See Restore a backup file from a different system)
  5. Remove the USB device after the restore process has completed successfully

STEP THREE: Modify Configuration File

From the Alternate UCx Server:

  1. Navigate to the PBX - Tools Configuration File Editor page
  2. Search for the file /etc/asterisk/ucx_mdse.conf
  3. Edit the file and make the following changes:
    • UCXIP=<IP address of Alternate UCx Server>
    • CS=<IP address of Alternate UCx Server>
  4. Click on Save followed by Reload Configuration

# -------------------------------------------------------------------------------;
#  Do NOT edit this file as it is generated by the UCx Web-based Configuration   ;
#  Utility. All modifications to this file must be done via the management GUI!  ;
# -------------------------------------------------------------------------------;
#
UCXIP=192.168.3.36
SETRELOCATION=1
LOCALSWITCH=0
CS=192.168.3.36
CS_SW_VERSION=4021
CS_SW_ISSUE=750
CS_SW_PHASE=68
CS_SYSID=1
3 4 0 102 104 103 105 MGC IP=192.168.3.38
5 8 0 110 112 111 113 MGC IP=192.168.3.41
7 12 0 118 120 119 121 MGC IP=192.168.3.44

STEP FOUR: Replicate Analog and Digital phones Configuration

The Nortel extensions configured on the Primary UCx Server for the Analog and Digital phones connected to the MGC(s) need to be manually replicated to the Alternate UCx Server.

See Adding a Nortel Extension for steps to add Analog and Digital sets to both Primary and Alternate Servers.

Any future changes to the phone configuration performed on the Primary UCx Server needs to be repeated on the Alternate UCx Server.

 

Operation

  1. The switchover of MGC(s) from Primary UCx to Alternate UCx Server is triggered by failure conditions like:
    • Loss of connectivity to the Primary UCX Server
    • Software errors on the MDSE module
    • Hardware failure on the Primary UCx Server
  2. The MGC(s) will reboot when there is a switch over from Primary UCx to Alternate UCx and vice versa. The time taken for MGCs to complete the switchover, including detection of failure condition and rebooting is approximately 7 to 8 minutes.
  3. The MGC(s) after registering with the Alternate UCx Server will stay registered to the Alternate Server until the failure condition on the Primary UCx Server is cleared.
  4. Once the Primary UCx Server recovers, the MGC(s) will automatically switchover back to the Primary Server after 2 minutes.

Limitations

Once redundancy has been setup using the procedure on this page, any future changes to MGC configuration can only be applied to the Primary UCx Server. The same procedure on this page must then be followed to replicate the MGC data to the Alternate UCx Server.

Do not make changes to the MGC configuration on the Alternate UCx Server via the Web-based Configuration Utility.