Configuring adapters for the Service Desk Automation Run Book
This topic describes the adapters required for the Service Desk Automation Run Book and their configurations.
The following adapters are required for the Unlock Account use case, which is available out-of-the-box with the run book.
Adding adapters to the Grid Manager
- Log on to Grid Manager with administrative privileges.
- Select Manage > Adapters.
From the Adapters in Repository section, select the adapters required for the run book.
The following table lists the required adapters for the unlock account use case.Adapter
Required for
BMC Remedy AR System actor and monitor adapter
The actor and monitor adapters provide an interface for BMC Atrium Orchestrator to monitor and act upon change and task tickets. These adapters must be installed and configured on the Grid Manager, and the adapter utilities imported into BMC Atrium Orchestrator Development Studio.
Windows Command
The Windows Command adapter is used to execute commands on a remote host running the Windows operating system. This adapter must be enabled on a Windows-based system.
- Click Add to Grid.
You can use the following sections to configure the adapters.
Configuring the BMC Remedy AR System actor adapter
You configure an adapter in Grid Manager. The configuration provides information about how the adapter interacts with the BMC Remedy Action Request System application (BMC Remedy AR System).
While configuring the BMC Remedy AR system actor adapter, specify the following required fields.
Element | Description |
|---|---|
Target | Specifies the host name or IP address of the BMC Remedy AR System server |
Username | Specifies the user name to be used to connect to the BMC Remedy AR System server |
Password | Specifies the password that corresponds to the specified username |
The following figure shows a sample XML for the BMC Remedy AR system actor adapter configuration.
<target>xyz-pun-123456.bmc.com</target>
<port>0</port>
<user-name>Allen</user-name>
<password>password</password>
</config>
For more detailed information about how to configure the BMC Remedy AR System adapter in the Grid Manager, see Configuring the BMC Remedy AR System actor adapter.
Configuring the BMC Remedy AR System monitor adapter
The configuration provides information about how the adapter interacts with the BMC Remedy AR System.
While configuring the BMC Remedy AR system monitor adapter, specify the following required fields.
Element | Description |
|---|---|
Target | Specifies the host name or IP address of the BMC Remedy AR System server |
Username | Specifies the user name to be used to connect to the BMC Remedy AR System server For example, Orchestration. |
Password | Specifies the password that corresponds to the specified username |
The following figure shows an XML template for the BMC Remedy AR system monitor adapter configuration.
<target>xyz-pun-123456.bmc.com</target>
<port>0</port>
<schemas>
<schema>Alert Events</schema>
</schemas>
<user-name>Allen</user-name>
<password>password</password>
</config>
For more information, see Configuring-the-BMC-Remedy-AR-System-monitor-adapter.
Video
The following BMC Communities video (3:46) shows how to configure BMC Remedy AR System actor and monitor adapter.
https://www.youtube.com/watch?v=YhF4TMc0vtg&feature=youtu.be
Configuring the Windows Command adapter
The Windows Command adapter is used to execute commands on a remote host running the Microsoft Windows operating system.
This adapter must be enabled on a Windows-based system.
The following figure shows an XML template for the Windows Command adapter configuration.
<target></target>
<user-name></user-name>
<password encryption-type=""></password>
<logon-with-user-credentials></logon-with-user-credentials>
<protocol></protocol>
<executable-directory></executable-directory>
<executable></executable>
<escape-double-quotes></escape-double-quotes>
<protocol></protocol>
<script-file-path></script-file-path>
<character-set></character-set>
<max-request-queue-size></max-request-queue-size>
<debug-utility></debug-utility>
</config>
For more information, see Configuring-the-Windows-Command-adapter.