HP Matrix Operating Environment Software User Manual

Page 62

Advertising
background image

After ESA is installed as part of Insight Dynamics, the WSDL is available at http://
localhost:52000/esa/services/serverservice?wsdl

. The XSD file

(esa-server-model-1.0.xsd) can be found at C:\Program Files\HP\Virtual Server
Environment\esa\etc\xsd\esa-server-model-1.0.xsd

.

For more information about HP Operations Orchestration and ESA, see the Server and Storage
Workflows for HP Insight Dynamics
white paper at

www.hp.com/go/insightdynamics/docs

.

ESA configuration is stored in a property file called esa.properties, included in the C:\
Program Files\HP\Virtual Server Environment\conf

directory. The parameters that

you can configure include:

Operations Orchestration system IP address

Operations Orchestration username and credentials

Operations Orchestration replytoURI

This is the URI to which OO posts the results of the workflow. This value is passed to the
workflow as an input parameter.

Workflow path

For example, in the workflow path ESA/Get Server Info, ESA is the folder name and
Get Server Info

is the flow name.

Following is an example ESA properties file.

#
### WorkFlow Details
#
#esa.oo.*.path - Indicates the path of the work flow relative to Library folder in OO.
#Valid Types: ASYNCHRONOUS, SYNCHRONOUS
#Valid Status: ENABLED, DISABLED)
#timeout value in milliseconds.
#

#SERVER WorkFlows
esa.oo.get.server.info.flow.path = Hewlett-Packard/ESA/Server/Flows/Get Server Info
esa.oo.get.server.info.flow.type = ASYNCHRONOUS
esa.oo.get.server.info.flow.status = ENABLED
esa.oo.get.server.info.flow.timeout = 60000

#
###OO - Configuration
#
#esa.oo.communication.protocol - Protocol for communicating with the OO server.
#esa.oo.admin.username - Username of OO server.
#esa.oo.admin.password - Password of OO server.
#esa.oo.host - indicates the ip address of the OO server.
#esa.oo.port - Port number of the OO Server
#
#esa.oo.service.ws.path - Path to the OO service.
#esa.oo.timeout.workflow – Presently not used.
#esa.oo.retry.count – Presently not used.
#esa.oo.syncpolling - This property is only for synchronous calls, and can be ignored as of now.
#esa.oo.san.replytoURI - URI to which OO should call back for storage workflows.
#esa.oo.server.replytoURI - URI to which OO should call back for server workflows.
#

esa.oo.communication.protocol=https
esa.oo.admin.username=Admin
esa.oo.admin.password=password
esa.oo.host=xx.xx.xx.xx
esa.oo.port=16443

esa.oo.service.ws.path=/PAS/services/WSCentralService
esa.oo.timeout.workflow=30
esa.oo.retry.count=3
esa.oo.syncpolling=100
esa.oo.esacertificate.presentIn.OO=FALSE
esa.oo.san.replytoURI=http://xx.xx.xx.xx:52000/esa/services/oostorageservice?wsdl
esa.oo.server.replytoURI=http://xx.xx.xx.xx:52000/esa/services/ooserverservice?wsdl

62

Managing logical servers

Advertising