Cisco Cisco Prime Central 1.5 Installation Guide

Page of 94
Step 3
Verify that the JAVA_HOME environment variable points to Java 1.7, which the DMIntegrator.sh script requires:
java version
Step 4
Verify that the correct value is configured for the HOSTNAME object in the DMIntegrator.prop file.
a) Enter the following command:
hostname fqdn
b) On the primary Prime Network server, navigate to the $PRIME_NETWORK_HOME/prime_integrator directory.
c) Open the DMIntegrator.prop file and confirm that the value configured for the HOSTNAME object is the same as the
gateway listed after running the hostname fqdn command.
Only complete this step if Prime Network is installed in a local and Geographical redundancy configuration.
Otherwise, proceed to Step4 .
Note
Step 5
Run the DMIntegrator.sh script. (For usage details, see
.)
$ ./DMIntegrator.sh
Step 6
Start Prime Network:
networkctl start
Step 7
After Prime Network is integrated with Prime Central, use the Prime Central portal to create new users, even if they already
existed in standalone mode.
Step 8
Restart the Prime Central integration layer so that it recognizes the recently added Prime Network server:
itgctl stop
itgctl start
Step 9
Now that Prime Network is integrated with Prime Central, you must also integrate the Prime Network integration layer.
Continue to
Integrating the Prime Network Integration Layer with Prime Central
Procedure
Step 1
As the Prime Network user, log in to the Prime Network gateway:
ssh root@Prime-Network-host-IP-address
su - prime
In this example, prime is the Prime Network
user.
Note
Step 2
Disable the Prime Network integration layer health checker by entering the following command on the Prime Network
gateway server:
$PRIMEHOME/local/scripts/il-watch-dog.sh disable
Step 3
Stop the Prime Network integration layer:
$PRIMEHOME/bin/itgctl stop
Step 4
Change directories to the $PRIMEHOME/integration directory:
cd $PRIMEHOME/integration
Step 5
Run the DMIntegrator script. (For usage details, see
57