Overview

Integration between Universal CMDB (UCMDB) and HPE Service Anywhere ("SAW") enables you to share information from UCMDB with Service Anywhere. Common use cases include Hardware, Installed Software, Running Software, and Business Services.

You can use the integration to automate the creation and update of information in Service Anywhere. This ensures Service Anywhere is kept up to date with real, accurate, discovered data in your environment.

How Data is Synchronized Between UCMDB and Service Anywhere

The following graphic shows the high-level components of the integration:

Note The Push Adapter and Push Connector are executed in the Data Flow Probe/Integration Service process.

UCMDB stores its information using CIs. The integration chooses which data to pull from UCMDB by defining integration TQL queries. Each TQL query defines a superset of data relevant for the integration.

The UCMDB Push Engine:

  • Retrieves the required data from UCMDB, using the given TQL query.
  • If set for differential synchronization, filters the data to include only the data that has changed since the last execution of this synchronization.
  • Splits the data into multiple chunks without breaking consistency.
  • Sends the information to the Probe/Adapter

The Push Adapter is a generic framework for easily configuring push adapters, using only XML and GroovyGroovy is an agile and dynamic language, natively supported by the Java Virtual Machine. It allows simple scripting capabilities, while maintaining all the strengths and capabilities of Java. It can execute simple String manipulation, and use 3rd party libraries. For more information, see http://groovy.codehaus.org/. It allows easy mapping of the data from the UCMDB data model into the Service Anywhere data model, and the transfer of this converted data into the Push Connector. For more information, see Developing Push Adapters in the HPE Universal CMDB Developer Reference Guide.

The Push Connector is a component that connects to the Push Adapter, built specifically to reconcile, push, and handle the complex logic needed to synchronize data into Service Anywhere.