Cisco Cisco Prime Central 1.5.2 Installationsanleitung

Seite von 98
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
Verify that the correct value is configured for the HOSTNAME object in the ILIntegrator.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 ILIntegrator.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 Step 6.
Note
Step 6
Run the DMIntegrator script. (For usage details, see
./DMIntegrator.sh -a ILIntegrator.prop Prime-Central-DB-hostname db-SID db-user db-password port
Step 7
Reload the user profile:
source $HOME/.cshrc
Step 8
Enable 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 enable
Step 9
Start the Prime Network integration layer:
$PRIMEHOME/bin/itgctl start
Step 10
Restart Prime Central integration layer by running below: In Prime Central, login as primeusr and restart the Prime Central
integration layer to recognize the recently added Prime Network server:
itgctl stop
itgctl start
The Prime Network integration layer will remain in Unknown state (even after integration), if the Prime Central
integration layer is not restarted.
Note
59