Cisco Cisco Prime Central 1.5 Installation Guide

Page of 94
Unregistering RMS from Prime Central
To rerun the Cisco RMS integration with Prime Central on the Central node, complete the procedures listed in this section. It is
mandatory to unregister Cisco RMS with Prime Central NMS before the rerun:
• Disabling SNMP Traps Notification to Prime Central NMS Interface
• Cleaning up Files on Central Node
• Unregistering RMS Data Manager from Prime Central
Disabling SNMP Traps Notification to Prime Central NMS Interface
Follow these steps to disable SNMP traps notifications to the Prime Central NMS interface on the Cisco RMS Central node:
Procedure
Step 1
Log in to the Central node and run the following commands.
Example:
[rms-aio-central]cd /rms/ova/scripts/post-install
./configure_fm_server.sh
Step 2
Enter the number of SNMP managers to be configured as ' 0 ' to deregister the PC NMS interface. This will disable the
SNMP traps notification. The script execution output log is displayed as follows:
Example
[rms-aio-central] /rms/ova/scripts/post_install # ./configure_fm_server.sh
*******************Script to configure NMS interface details for FM-Server*******************************
RMS FM Framework requires the NMS manager interface details...
Enter number of SNMP managers to be configured (0 to disable SNMP traps/1/2/3)
0
Disabling SNMP traps from RMS
Deleting the ip table rules, added for the earlier configured NMS... iptables: Saving firewall rules
to /etc/sysconfig/iptables:[ OK ]
*********Done************
[rms-aio-central] /rms/ova/scripts/post_install #
Cleaning Up Files On Central Node
To clean up the files on the Central node, that was generated from the earlier Prime Central integration procedure, complete the
following steps:
Procedure
Step 1
Go to the directory
/rms/app/fm_server/prime_integrator
Step 2
Enter
rm - rf DMIntegrator.logDMIntegrator.prop datasource.properties dbpasswd.pwd dmid.xml jms.log
pc.xml
Step 3
Enter
/rms/app/CSCObac/snmp/bin/snmpAgentCfgUtil.sh deletehost rms-aio-central
'rms-aio-central'
is the host name of the RMS Central
node
Note
87