Cisco Cisco Prime Central 1.2 Guida All'Installazione

Pagina di 64
45
   
Step 6
Restart the Prime Central integration layer so that it recognizes the recently added Prime Network server:
itgctl stop
itgctl start
Step 7
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
Step 1
As the Prime Network user, log into the Prime Network gateway:
ssh root@
Prime-Network-host-IP-address
su - prime
Note
In this example, prime is the Prime Network user.
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 
./DMIntegrator.sh -a ILIntegrator.prop
 Prime-Central-DB-hostname db-SID db-user db-password port
Step 6
Reload the user profile:
source $HOME/.cshrc
Step 7
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 8
Start the Prime Network integration layer:
$PRIMEHOME/bin/itgctl start
Integrating Prime Network in a High Availability Configuration with Prime Central 
If Prime Network is installed in a local redundancy, Red Hat Cluster Suite (RHCS) high availability (HA) configuration, you 
can integrate it with Prime Central. However, if Prime Network is installed in a geographic redundancy HA configuration, you 
cannot integrate it with Prime Central.
Step 1
As the application user, shut down Prime Network. 
Step 2
Verify that the JAVA_HOME environment variable points to Java 1.6, which the DMIntegrator.sh script requires. 
Step 3
Verify that the /usr/bin/scp secure copy tool is present on the Prime Network server.