Hi, Helen!
You can according to the following link to check the alarm:
ALM-15.1007027 Database Data Synchronization Between Active and Standby VRM Nodes Failed
After the alarm is cleared, perform the following operations to switch over the active and standby VRM nodes:
1. Use PuTTY to log in to any VRM node.
Ensure that the management IP address and username gandalf are used to establish the connection.
The system supports the login authentication using a password or private-public key pair.
2. Run the following command and enter the password of the root user as prompted to switch to the root user:
su - root
3. Run the following command to view the status of the active and standby VRM nodes:
service had query
Information similar to the following is displayed:
NODE ROLE PHASE RESS VER START
ha1(VRM01) active Actived normal V100R001C01 2016-01 21 18:19:02
ha2(VRM02) standby Deactived normal V100R001C01 2016-01-28 10:36:41
Determine whether the RESS values in the command output are all normal.
If yes, go to the next step.
If no, VRM switchover is not allowed. Contact technical support.
4. Use PuTTY to log in to the node whose PHASE value displayed in 3 is Activated.
Ensure that the management IP address and username gandalf are used to establish the connection.
The system supports the login authentication using a password or private-public key pair.
5. Run the following command and enter the password of the root user as prompted to switch to the root user:
su - root
6. Run the following command to perform active/standby switchover:
sh /opt/galax/gms/common/ha/switchOverHA.sh
7. Determine whether the active/standby switchover is successful by performing the following steps:
a. Run the following command to check whether the ROLE status of the original standby VRM node has changed from standby to active and whether the ROLE status of the original active VRM node has changed from active to standby:
service had query
b. Ensure that the RESS values in the command output are all normal.
c. Check whether a floating IP address can be used to log in to FusionCompute.
If the switchover fails, contact technical support.