Cisco Cisco Prime Central 1.5.2 Installation Guide

Page of 98
For example, if the Cisco InTracer ID is cit://cit:4, the script usage is as follows:
primeusr@prime-dev= [~/install/scripts]# ./dmRemoveUtil
Enter Prime Central admin username:
centraladmin
Enter Prime Central admin user password:
Enter ID of the DM to be deleted:
4
The dmRemoveUtil script output is available in the installation-directory/install/logs/dmRemoveUtil.log
file.
Note
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
Unregistering Prime Network
Procedure
Step 1
On the Prime Network gateway server, do the following:
a) Enter:
runRegTool.sh localhost get suite-integ/enabled
If the result is True, enter the below commands:
runRegTool.sh -gs localhost set 127.0.0.1 suite-integ/enabled
false
runRegTool.sh localhost set suite-integ/enabled false
Note
The expected result for set commands is Success.
b) Check authentication by running the below command:
runRegTool.sh localhost get authentication/loginMethod/implClass
c) If the result of the above command is com.sheer.metromission.authentication2.LocalAuthenticationService, go to
step d.
Else, run the below command:
runRegTool.sh -gs localhost set 127.0.0.1 authentication/loginMethod/implClass
com.sheer.metromission.authentication2.LocalAuthenticationService
runRegTool.sh localhost set authentication/loginMethod/implClass
com.sheer.metromission.authentication2.LocalAuthenticationService
d) Stop Prime Network by running networkctl stop command.
e) Comment out the below lines in $SIL_HOME/esb/etc/com.cisco.prime.esb.jms.cfg file:
85