9 Workarounds
9.1 Workaround to Resolve DB Site Replication Alarms
- Server CLI: Log in to the server.
- Server CLI: Check if the replication links are up.
- Server CLI: Resolve replication issue
9.2 Workaround to Resolve Device Deployment Failed Alarm
9.2.2 NOAMP VIP GUI: Identify Server(s) and Interface(s) with Alarm
- Navigate to Alarms & Events, then View Active.
- Look for the 10054 alarm and make a list of the server(s) and interface(s).
9.3 Workaround to Resolve syscheck Error for CPU Failure
9.4 Workaround to Resolve the Server HA Switchover Issue
- Server CLI: Log in to the server.
- Server CLI: Resolve HA switchover issue(s).
- Repeat this procedure on each affected server.
9.5 Workaround for Errors During Dual Image Upgrade
Fatal Errors
During any fatal errors the server will not be recoverable and must be rebuilt. Rebuild the server with the same DSR release of its mate server.
Failures
During typical failures the system can be recovered by running the following commands and then restart the server./var/TKLC/backout/diUpgrade --clearError
sudo /usr/TKLC/appworks/sbin/backout_restore
sudo init 6
Early Check Failure
In case the upgrade fails due to an early check, restart the server before retrying the upgrade.
9.6 Workaround to Resolve Failed Upgrade
Error: Upgrade failed from 9.x to 9.0.2 with error: "Server could not restart the application to complete the upgrade".
Figure 9-1 Failed Upgrade

Following are the steps to resolve a failed upgrade:
- Set Max HA Role to Active for the failed server on HA screen.
- Restart the server on the server screen.
9.7 Workaround to Resolve False Alarms for DA MP and vSTP MP
The following critical alarms raised for DA MP (Diameter Agent Message Processor), vSTP MP in DSR or vSTP for combined deployments with multiple sites can be ignored:
- 25500 - No DA MP Leader Detected
- 70371 - No vSTP MP Leader Detected
If required, perform the following procedure to resolve the below alarms:
- On DSR SOAM, run the following
commands:
iset -fcntl=off PmControl where "procTag='vstpoam'" iset -fcntl=respawn PmControl where "procTag='dsroam'"
- On vSTP SOAM, run the following
commands:
iset -fcntl=off PmControl where "procTag='dsroam'" iset -fcntl=respawn PmControl where "procTag='vstpoam'"
Note:
In future, if the system is restarted, the alarms will not be restored.9.8 Workaround to Resolve 31000 Critical Alarm Observed After Upgrade
The following critical alarm is observed after upgrade: C GN_TIMEOUT/WRN DNS lookups for finding NodeID took over 3000ms.
Perform the following procedure to resolve 31000 Critical alarm (cmsoapa#31000{S/W Fault}:
- Log in to the server where the alarm is raised.
- Run the following SSH command (on UNIX systems – or putty if running on Windows) to
log in to the active NOAM:
ssh admusr@<server address>
- Enter the password.
- If asked to confirm the server's identity, answer Yes.
- To check if the alarm exists, run the following command in the server
CLI:
ra.stat
Output
cmsoapa#31000{S/W Fault} *C GN_TIMEOUT/WRN DNS lookups for finding NodeID took over 3000ms
- Run the following command to restart the Named process on the
server:
sudo systemctl restart named
Note:
Repeat the similar procedure on each affected server.