Cisco Cisco Prime Central 1.5 Installation Guide

Page of 94
VERSION=
PATCH=
DB_VERSION=
DB_LOCATION=
DB_SID=
DB_PORT=
DB_TYPE=
INSTALL_DATE_TIME=
INSTALL_LOCATION=
OS_USERNAME=
SWITCH_TO_SUITE_LOC=
PROTOCOL_PORT_PAIR=<name:value,name:value,name:value,...>
BUILD_NUMBER=
where:
• DISPLAY is the application.
• SWITCH_TO_SUITE_LOC is the location of the DMSwitchToSuite.sh script on the application.
• PROTOCOL_PORT_PAIR is a comma-separated pair of protocols and ports relevant to the application.
• BUILD_NUMBER is the build number of the installed application.
DMIntegrator.sh Script Usage
The DMIntegrator.sh script shows the following usage:
./DMIntegrator.sh [-n] prop-file server-hostname service-name db-user db-password db-port
./DMIntegrator.sh [-a] prop-file server-hostname service-name db-user db-password db-port
./DMIntegrator.sh [-i] prop-file
where:
• -n is for noninteractive, single application instance registration
• -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
55