Cisco Cisco Process Orchestrator 3.1 User Guide

Page of 786
 
13-93
Cisco Process Orchestrator 3.1 User Guide
 
Appendix 13      Using Adapters
  JMX Adapter
JMX Adapter
The Cisco Process Orchestrator Adapter for JMX provides support in Process Orchestrator for 
monitoring and managing MBeans on JMX servers. The JMX Adapter provides the MBean activities and 
JMX Server target for running processes against your JMX environment.
The following JMX activities are available in the product. For more information about using these 
activities, see 
.
Getting Started Using the JMX Adapter
Use the following process to monitor and manage JMX adapter instances. 
Step 1
Create a JMX Server target (see 
).
Step 2
Define a JMX command activity (see 
Step 3
View the activity results (see 
Creating a JMX Server Target
Step 1
On the Definitions workspace, right-click Targets and choose New > JMX Server to open the New JMX 
Server Wizard.
Step 2
On the General panel, enter the appropriate information, then click Next.
Step 3
On the JMX Server Connection panel, specify the information for connecting to the JMX server, 
including:
  •
Transport protocol—Sun RMI is the supported protocol and is selected by default.
  •
Override URL Path—Check this check box if you want to override the default URL path and enter 
a different URL path to the JMX server.
  •
Credentials of the following runtime user—Choose the user account that contains the credentials to 
connect to the target from the drop-down list.
Activity Name
Description
Get Complex MBean Attribute
Define the criteria for the MBean attributes to collect from the JMX 
server. Retrieves complex MBean attributes such as composite data 
and arrays. 
Complex MBean attribute values are returned as data tables, so a 
schema is required. This field is normally auto-populated when you 
select an MBean attribute in the browser, but you can manually 
populate the schema by specifying the column name and data type.
Get MBean Attribute
Define the criteria for the MBean attributes to collect from the JMX 
server. Retrieves all MBeans attributes.
Get MBean Names
Retrieves the names of the MBeans on the server.
Set MBean Attribute
Updates an MBean attribute value.