Asset ID: |
1-72-1903250.1 |
Update Date: | 2016-10-10 |
Keywords: | |
Solution Type
Problem Resolution Sure
Solution
1903250.1
:
IMF or PMF Does Not Return Prompt Back on Any Command on PIC 9.0.3 and PIC 9.0.4
Related Items |
- Oracle Communications Performance Intelligence Center (PIC) Software
|
Related Categories |
- PLA-Support>Sun Systems>CommsGBU>Global Signaling Solutions>SN-SND: Tekelec PIC
|
In this Document
Created from <SR 3-9239631001>
Applies to:
Oracle Communications Performance Intelligence Center (PIC) Software - Version 9.0.3 to 9.0.4 [Release 9.0]
Information in this document applies to any platform.
Symptoms
Sessions stopped updating due to xMF freeze. Any cfguser command (like pm.getprocs, routeDisp, linkDisp...) doesn't return any result and even doesn't return prompt back.
Changes
Cause
disasterRecovery process locks up the internal xMF database. Consequently, the xMF hangs up.
Solution
This issue is fixed in PIC10. However, a permanent WA exists and consists of:
- Unlock the internal xMF database. On the affected xMF, as cfguser, run:
idbunlock -cfv
- Stop the disasterRecovery process on all xMF servers. If picHealthReport package is installed, connect to NSP ORACLE box as tekelec and run the following command:
for i in `picHealthReport -l | egrep -i [pi]mf -A1 | grep -v "^--$" | grep -v mf`; do echo $i; ssh cfguser@$i ". ./.bash_profile;pm.set off disasterRecovery"; done
- Remove the disasterRecovery entry from the load.PmControl file in order to prevent the process restart if any clobber is done. If picHealthReport package is installed, connect to NSP ORACLE box as tekelec and run the following command:
- for i in `picHealthReport -l | egrep -i "[pi]mf" -A1 | grep -v "^--$" | grep -v mf`; do echo $i; ssh cfguser@$i "chmod u+w /usr/TKLC/TKLCmf/prod/maint/loaders/;sed -i /disasterRecovery/d /usr/TKLC/TKLCmf/prod/maint/loaders/load.PmControl; chmod u-w /usr/TKLC/TKLCmf/prod/maint/loaders/"; done
If picHealthReport package is not installed, you can manually run the appropriate commands on each xMF server.
References
<BUG:19112663> - [234933]XMF STOP SENDING TRAFIC AND DOES NOT RESPOND TO ANY COMMAND
Attachments
This solution has no attachment