Cisco Cisco Prime Central 1.5 Installation Guide

Page of 97
Procedure
Step 1
Log in to the Central node and run the following commands.
Example:
[rms-aio-central]/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
Unregistering RMS Data Manager from Prime Central
Unregister RMS Data Manager from Prime Central, which was used to integrate RMS with Prime Central earlier
Procedure
Step 1
Log in to the Prime Central server using ssh with 'root' user ID and its password.
Step 2
Enter
su
– primeusr
Step 3
Execute the list command to find the ID value assigned to the RMS host (Central node host name).
Step 4
Enter
cd ~/install/scripts
Step 5
Enter
./dmRemoveUtil
90