Configuring the BMC Atrium CMDB adapter


You configure an adapter in Grid Manager. The configuration provides information about how the adapter interacts with the BMC Atrium CMDB application. While each adapter must have a unique name, you can create multiple adapters with the same adapter type to allow for different configuration properties.

This topic describes the properties to configure the BMC Atrium CMDB adapter:


Before you begin

To obtain the Web Service URL for the adapter configuration, perform the following steps:

  1. Go to http://host:port/cmdbws/services/listServices to open the list of services for the Atrium Web Service.
  2. Verify that the list of services contains "cmdbws" and that the Service Status is Active.
  3. Copy the Web Service URL specified under the Service EPR heading.

    Example

    For BMC Atrium CMDB 2.0: http://host:port/cmdbws/server/cmdbws
    For BMC Atrium CMDB 7.5 and later: http://host:port

  4. Paste only the Server Name and Port into the Soap Url configuration element of your adapter configuration.

    Note

    You must only use the procedure when you want to use the CMDB Web Service version 2.0 to configure the BMC Atrium CMDB version 7.6.03.00 with a CMDB adapter.

    The form view provides an easy-to-use interface for configuring adapters. The form view prevents human errors that might occur as a result of copying the configuration XML from the XML sample into the UI when configuring an adapter. You can switch to the XML view to configure those elements and attributes that are not available as fields or to configure all the elements and attributes using XML only. However, after you switch to the XML view, and save the configuration in the XML from that view, you cannot thereafter use the form view for modifying that configuration.

    Note

    The BMC Atrium Orchestrator Application Adapter for BMC Atrium CMDB contains an actor adapter only; it does not include a monitor adapter. The default name for the actor adapter is BMCAtriumCMDBActorAdapter.

To configure the actor adapter

  1. Log on to the BMC Atrium Orchestrator Grid Manager.
  2. Access the adapters page, by clicking the Manage tab; then click the Adapters tab.
  3. In the Adapters in Repository list, select the ro-adapter-bmc-atrium-cmdb-actor check box.
  4. Click Add to Grid to include the adapter in the Adapters on Grid list.
  5. Click Configure corresponding to the newly added adapter.
  6. On the Add an Adapter Configuration page, perform the following substeps to configure the adapter using the form view or jump to step 7 to configure the adapter using the XML view:
    1. Enter a name for the adapter.
    2. Enter a description for the adapter.
    3. Under Properties, enter or select values for the configuration elements.
      The configuration elements for each adapter are described in that adapter's section. Include all required elements indicated with an asterisk (*).
    4. ( optional ) Click Switch to XML Viewand use the following steps to specify elements and attributes that are not in the form view.

      Note

      Switching to the XML view to specify those elements and attributes not included in the form means that you cannot thereafter use the form for modifying that configuration.

  7. On the Warning message that appears, click Switch View.
  8. In the Properties text box, use XML format to enter the configuration elements and attributes not available as fields in the form view.
  9. Click OK.
  10. (optional) Configure the adapter in the XML view using the following substeps:
    1. Enter a name and a description for the adapter.
    2. Click Switch to XML View.
    3. On the Warning message that appears, click Switch View.
    4. Copy the configuration elements from the XML sample into the Properties text box, and then click OK.

      Note

      If the default value for an optional element is acceptable, omit the element. Do not include empty elements.

    5. On the Warning message that appears, click Save.

This saves the adapter configuration with settings in the XML view permanently. The newly configured adapter is now listed in the Adapters on Grid list.

The following table describes the node elements required to configure the actor adapter:

Node elements required to configure the actor adapter


The following figure shows an XML sample for configuring the adapter using the BMC Atrium CMDB 7.5 application with out-of-box keystores:


XML template for configuring the actor adapter

<config>
<soap-url></soap-url>
<atrium-instances-url></atrium-instances-url>
<atrium-instances-wsdl></atrium-instances-wsdl>
<atrium-versions-url></atrium-versions-url>
<atrium-versions-wsdl></atrium-versions-wsdl>
<version></version>
<patch></patch>
<install-certificate></install-certificate>
<passphrase></passphrase>
<nonce-validation></nonce-validation>
<created-validation></created-validation>
<sign-request></sign-request>
<encrypt-request></encrypt-request>
<verify-reponse-signature></verify-reponse-signature>
<decrypt-response></decrypt-response>
<signature-properties>
  <keystore-type></keystore-type>
  <keystore-file></keystore-file>
  <keystore-password></keystore-password>
  <alias></alias>
  <password></password>
</signature-properties>
<encryption-properties>
  <keystore-type></keystore-type>
  <keystore-file></keystore-file>
  <keystore-password></keystore-password>
  <encryption-user></encryption-user>
</encryption-properties>
</config>

The following figure shows an XML sample for configuring the actor adapter using the BMC Atrium CMDB 9.1:

XML sample for configuring the actor adapter for BMC Atrium CMDB 9.1

<config>
 <soap-url>http://clm-pun-123456.bmc.com:34560</soap-url>
 <atrium-instances-url>https://clm-pun-123456.bmc.com:34561/atriumws91/services/atrium_instances</atrium-instances-url>
 <atrium-instances-wsdl>http://clm-pun-123456.bmc.com:34560/atriumws91/services/atrium_instances.wsdl</atrium-instances-wsdl>
 <atrium-versions-url>https://clm-pun-123456.bmc.com:34561/atriumws91/services/atrium_versions</atrium-versions-url>
 <atrium-versions-wsdl>http://clm-pun-123456.bmc.com:34560/atriumws91/services/atrium_versions.wsdl</atrium-versions-wsdl>
 <version>v9.0</version>
 <install-certificate>true</install-certificate>
 <passphrase>changeit</passphrase>
 <nonce-validation>false</nonce-validation>
 <created-validation>false</created-validation>
 <sign-request>false</sign-request>
 <encrypt-request>false</encrypt-request>
 <verify-reponse-signature>false</verify-reponse-signature>
 <decrypt-response>false</decrypt-response>
</config>

 

 

The following figure shows an XML sample for configuring the actor adapter using the BMC Atrium CMDB 7.5 application with out-of-box keystores:

XML sample for configuring the actor adapter with out-of-box keystores

<config>
  <soap-url>http://abc-lt-01:9090</soap-url>
  <version>v7.5</version>
  <nonce-validation>true</nonce-validation>
  <created-validation>true</created-validation>
  <sign-request>true</sign-request>
  <encrypt-request>true</encrypt-request>
  <verify-reponse-signature>true</verify-reponse-signature>
  <decrypt-response>true</decrypt-response>
</config>

The following figure shows an XML sample for configuring the adapter using the BMC Atrium CMDB 7.5 application (patch 001) with custom keystores:

XML sample for configuring the adapter with custom keystores

<config>
  <soap-url>https://abc-lt-01:9090</soap-url>
  <version>v7.5</version>
  <patch>001</patch>
  <install-certificate>true</install-certificate>
  <passphrase>changeit</passphrase>
  <nonce-validation>true</nonce-validation>
  <created-validation>true</created-validation>
  <sign-request>true</sign-request>
  <encrypt-request>true</encrypt-request>
  <verify-reponse-signature>true</verify-reponse-signature>
  <decrypt-response>true</decrypt-response>
<signature-properties>
    <keystore-type>jks</keystore-type>
    <keystore-file>D:\CMDB 7.5\security\cmdbwsclient.jks</keystore-file>
    <keystore-password>password</keystore-password>
    <alias>cmdb</alias>
    <password>mycmdb</password>
  </signature-properties>
  <encryption-properties>
    <keystore-type>jks</keystore-type>
    <keystore-file>D:\CMDB 7.5\security\cmdbwsserver.jks</keystore-file>
    <keystore-password>password</keystore-password>
    <encryption-user>cmdbserver</encryption-user>
  </encryption-properties>
</config>

The following figure shows an XML sample for configuring the actor adapter for CMDB version 7.6.03 with default security settings:

XML sample for configuring the actor adapter for CMDB version 7.6.03 with default security settings

<config>
  <soap-url>http://vm-xxx-abcd:1296</soap-url>
  <atrium-instances-url>https://vm-xxx-abcd:1297/atriumws7603/services
/atrium_instances</atrium-instances-url>
  <atrium-instances-wsdl>http://vm-xxx-abcd:1296/atriumws7603/services
/atrium_instances.wsdl</atrium-instances-  wsdl>
  <atrium-versions-url>https://vm-xxx-abcd:1297/atriumws7603/services
/atrium_versions</atrium-versions-url>
  <atrium-versions-wsdl>http://vm-xxx-abcd:1296/atriumws7603/services
/atrium_versions.wsdl</atrium-versions-wsdl>
  <version>v7.6.03</version>
  <install-certificate>true</install-certificate>
  <passphrase>changeit</passphrase>
</config>

The following figure shows an XML sample for configuring the actor adapter for CMDB version 7.6.03 with all security policies turned on:

XML sample for configuring the actor adapter for CMDB version 7.6.03 with all security policies turned on

<config>
  <soap-url>http://vm-xxx-abcd:1296</soap-url>
  <atrium-instances-url>https://vm-xxx- abcd:1297/atriumws7603/services
/atrium_instances</atrium-instances-url>
  <atrium-instances-wsdl>http://vm-xxx- abcd:1296/atriumws7603/services
/atrium_instances.wsdl</atrium-instances-wsdl>
  <atrium-versions-url>https://vm-xxx- abcd:1297/atriumws7603/services
/atrium_versions</atrium-versions-url>
  <atrium-versions-wsdl>http://vm-xxx- abcd:1296/atriumws7603/services
/atrium_versions.wsdl</atrium-versions-wsdl>
  <version>v7.6.03</version>
  <install-certificate>true</install-certificate>
  <passphrase>changeit</passphrase>
  <nonce-validation>true</nonce-validation>
  <created-validation>true</created-validation>
  <sign-request>true</sign-request>
  <encrypt-request>true</encrypt-request>
  <verify-reponse-signature>true</verify-reponse-signature>
  <decrypt-response>true</decrypt-response>
</config>

The following figure shows an XML sample for configuring the actor adapter using the BMC Atrium CMDB 2.0 application:

XML sample for configuring the actor adapter using BMC Atrium CMDB 2.0

<config>
  <soap-url>http://vm3-xxx-abcd:9090/cmdbws</soap-url>
  <version>v2.0</version>
</config>

The following figure shows an XML sample for configuring the actor adapter using the BMC Atrium CMDB 8.1 application:

XML sample for configuring the actor adapter using BMC Atrium CMDB 8.1

<config>
 <soap-url>http://vm-xxx-abcd:34560</soap-url>
 <atrium-instances-url>https://vm-xxx-abcd34561/atriumws81/services/atrium_instances</atrium-instances-url>
 <atrium-instances-wsdl>http://vm-xxx-abcd:34560/atriumws81/services/atrium_instances.wsdl</atrium-instances-wsdl>
 <atrium-versions-url>https://vm-xxx-abcd:34561/atriumws81/services/atrium_versions</atrium-versions-url>
 <atrium-versions-wsdl>http://vm-xxx-abcd:34560/atriumws81/services/atrium_versions.wsdl</atrium-versions-wsdl>
 <version>v8.1</version>
 <install-certificate>true</install-certificate>
 <passphrase>changeit</passphrase>
 <nonce-validation>false</nonce-validation>
 <created-validation>false</created-validation>
 <sign-request>false</sign-request>
 <encrypt-request>false</encrypt-request>
 <verify-reponse-signature>false</verify-reponse-signature>
 <decrypt-response>false</decrypt-response>
</config>

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*