Geographic Redundancy
To configure geographic redundancy for Avaya System Manager 8.0, you will need to perform the following steps:
-
Determine the roles of the System Manager instances: The primary instance will be the active instance, and the secondary instance will be the standby instance.
-
Ensure that both instances are running the same software version and have the same licenses and certificates installed.
-
Configure network connectivity between the two instances, including IP addressing, routing, and firewalls.
-
Configure the primary instance to replicate data to the secondary instance. This can be done using the System Manager web interface:
a. Log in to the System Manager web interface for the primary instance.
b. Navigate to the System Manager Settings page.
c. Select Geographic Redundancy from the left-hand menu.
d. Enter the IP address of the secondary instance in the Remote System Manager IP field.
e. Select the types of data to replicate to the secondary instance, such as configuration data, system logs, and alarms.
f. Click the Save button to save the configuration.
-
Configure the secondary instance to receive replicated data from the primary instance. This can also be done using the System Manager web interface:
a. Log in to the System Manager web interface for the secondary instance.
b. Navigate to the System Manager Settings page.
c. Select Geographic Redundancy from the left-hand menu.
d. Enter the IP address of the primary instance in the Primary System Manager IP field.
e. Click the Save button to save the configuration.
-
Verify that the replication is working correctly by checking the replication status on both instances. This can be done using the System Manager web interface:
a. Log in to the System Manager web interface for either instance.
b. Navigate to the System Manager Dashboard page.
c. Check the Replication Status section to ensure that replication is occurring successfully.
-
Test the failover process by simulating a failure of the primary instance. This can be done by shutting down the primary instance or disconnecting it from the network.
a. After the primary instance has failed, the secondary instance should automatically assume the active role.
b. Verify that users are able to access the System Manager web interface and that all data is available.
c. Once the primary instance is back online, it will automatically assume the standby role and begin replicating data from the secondary instance.
Note that geographic redundancy requires careful planning and testing to ensure that it is configured correctly and working properly. It is also important to regularly test the failover process to ensure that it will work correctly in the event of a failure.
Yes, you can also configure geographic redundancy for Avaya System Manager 8.0 using the Command Line Interface (CLI). Here are the general steps to follow:
-
Log in to the primary System Manager instance using a terminal emulator, such as PuTTY or SecureCRT.
-
Type the following command to enter the command line interface:
Enter-CliMode
-
Configure network connectivity between the two instances, including IP addressing, routing, and firewalls. You can use standard network configuration commands to set up this connectivity.
-
Type the following command to configure geographic redundancy on the primary instance:
geographic-redundancy primary add remote <secondary_instance_ip> type all
In this command, replace <secondary_instance_ip> with the IP address of the secondary instance. This command enables the primary instance to replicate all data to the secondary instance.
- Type the following command to configure geographic redundancy on the secondary instance:
geographic-redundancy standby add primary <primary_instance_ip> type all
In this command, replace <primary_instance_ip> with the IP address of the primary instance. This command enables the secondary instance to receive replicated data from the primary instance.
- Verify that the replication is working correctly by checking the replication status on both instances. You can use the following command to check the replication status:
geographic-redundancy show all
This command will show you the status of all geographic redundancy configurations on both instances.
-
Test the failover process by simulating a failure of the primary instance. This can be done by shutting down the primary instance or disconnecting it from the network.
a. After the primary instance has failed, the secondary instance should automatically assume the active role.
b. Verify that users are able to access the System Manager web interface and that all data is available.
c. Once the primary instance is back online, it will automatically assume the standby role and begin replicating data from the secondary instance.
Note that these commands are a general guideline and you may need to modify them based on your specific deployment. It is also important to regularly test the failover process to ensure that it will work correctly in the event of a failure.