Cisco Cisco Prime Central 1.5 Installation Guide

Page of 97
Unregistering Prime Provisioning
Procedure
Step 1
On the Prime Central portal, do the following:
a) From the Prime Central menu, choose Administration System Suite Monitoring.
b) In the Suite Monitoring portlet, click the Applications tab.
c) Click the Prime Provisioning radio button and click Remove.
d) At the confirmation prompt, click OK.
e) Enter:
rm -rf ~/XMP_Platform/tomcat-7.0.23/webapps/srsummary-portlet
rm -rf ~/XMP_Platform/tomcat-7.0.23/webapps/devicesrcount-portlet
Step 2
Navigate to the Prime Provisioning installation directory and restart the Prime Provisioning server:
./prime.sh stop
./prime.sh start
Step 3
As the primeusr user, log in to the Prime Central integration layer and restart it:
a) Enter the following command, which lists all integration layer instances (and their profiles) that are running:
itgctl list
b) Note down the ID of the integration layer instance with the "PC-IL-CORE" profile.
c) Stop the PC-IL-CORE profile instance:
itgctl stop ID
d) Restart the integration layer:
itgctl start ID
Step 4
Login to Prime Provisioning server and navigate to the directory where Prime Provisioning is installed.
Step 5
Navigate to <INSTALL_DIR>/prime_integrator directory and delete dmid.xml.
Unregistering Cisco ME 4600 Series Agora-NG
Procedure
Step 1
On the Agora-NG server, run the following command:
$ rm /opt/ptin/agorang/share/primecentral/dmid.xml
Step 2
SSH to the Prime Central server.
Step 3
Enter:
su – primeusr
Step 4
Run the list command and find the ID value assigned to the Agora-NG server.
You will need this for Step 6.
Step 5
Enter the following commands:
cd ~/install/scripts
88