Deploying the Connector and Registering the Templates in Enterprise Manager 10g Release 5
2-4
Connector Installation and Configuration Guide
This extracts the
hp_service_manager_connector.jar
file to the following
folder:
$ORACLE_HOME/sysman/connector/HP_Service_Manager_Connector/
For example:
emctl extract_jar connector -jar hp_service_manager_connector.jar -cname
"HP Service Manager Connector"
2.
Deploy the connector by running the following
emctl
command. You only need
to run this step on one OMS.
$ORACLE_HOME/bin/emctl register_connector connector -dd <connectorType.xml>
-cs //<server>:<port>/<dbSID> -repos_user <username> -repos_pwd <password>
For example:
emctl register_connector connector -dd $ORACLE_HOME/sysman/connector/HP_
Service_Manager_Connector/HP_Service_Manager_Connector.xml -cs
//$emhost:$dbport/$dbSID -repos_user sysman -repos_pwd $repospwd
The HP Service Manager Connector should now appear on the Management
Connector page.
emctl Parameters
Table 2–2
provides descriptions for the parameters shown in the emctl command
above.
Table 2–2 emctl Parameters
Parameter
Description
cs
Connect string. Specify as "//$emHost:$dbPort/$dbSID”,
where, $emHost is the server, $dbPort is the port, and $dbSID is
the database session identifier.
server
Host name of the Enterprise Manager repository.
port
Listener port of the repository.
database sid/ Service
Name for RAC DB
Repository database instance ID or service name if you are using
RAC database as the repository.
repos_user
Specify
SYSMAN.
repos_pwd
Password for
SYSMAN.
ctname
Connector type name — Specify
"HP Service Manager
Connector".
The double quotes ("") are mandatory.
cname
Connector name — Specify
"HP Service Manager
Connector".
The double quotes ("") are mandatory.
iname
Internal name — Depending on the template, the values can be
ServiceManager_Default_Incident.xsl,
ServiceManager_Default_Incident_AutoClose.xsl,
createTicket, getTicket, or updateTicket.
tname
Template name — Depending on the template, the values can be
Create Ticket Response, Get Ticket Request, Get
Ticket Response, Update Ticket Response,
or a name
defined by the user.
ttype
Template type — Specify 1 for inbound transformation and 2 for
outbound transformation.