Cisco Cisco Prime Central 1.5.2 설치 가이드

다운로드
페이지 98
• -a is for noninteractive, multiple application instance registration
• -i is for interactive mode for both single and multiple application instance registration
For example:
./DMIntegrator.sh -a DMIntegrator.prop db-server db-sid db-user db-password db-port
where:
• db-server—Prime Central database server hostname or IP address.
• db-sid—Prime Central database service name (primedb for an embedded database; user provided for an external database).
• db-user—Prime Central database user (primedba for an embedded or external database).
• db-password—Prime Central database user password.
• db-port—Prime Central database port number (1521 for an embedded database; user provided for an external database).
The DMIntegrator.sh script output is available in the DMIntegrator.log file.
Note
Integrating Cisco InTracer with Prime Central
Procedure
Step 1
As the application user, shut down Cisco InTracer.
Step 2
Verify that the JAVA_HOME environment variable points to Java 1.7, which the DMIntegrator.sh script requires.
Step 3
Verify that the /usr/bin/scp secure copy tool is present on the Cisco InTracer server.
Step 4
Under the Cisco InTracer home folder, create a prime_integrator folder (if it does not already exist) and copy the following
files to it:
• DMIntegrator.prop
• DMIntegrator.sh
• DMIntegrator.tar
Step 5
Verify that permissions are correct.
Step 6
Run the DMIntegrator.sh script. (For usage details, see
.)
$ ./DMIntegrator.sh
Step 7
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:
57