5.0
Table Of Contents
- VMware vCenter Operations Manager Enterprise Administration Guide
- Contents
- VMware vCenter Operations Manager Enterprise Administration Guide
- Configuring and Managing vCenter Operations Manager
- Configuring Adapters
- Configuring Resources
- Configuring Attribute Packages
- Configuring Applications
- Configuring and Managing Users
- Configuring Alert Notifications
- Performing Basic System Administration Tasks
- View vCenter Operations Manager Performance Information
- View vCenter Operations Manager Status Information
- Start or StopvCenter Operations Manager Services
- Viewing and Managing System Log Files
- Delete Old Data in the File System Database
- Run the Audit Report
- Modify Global Settings
- Modify Global Settings for Virtual Environments
- Create a Support Bundle
- Resolving Administrative System Alerts
- Analytics FSDB Overloaded
- Analytics Threshold Checking Overloaded
- Collector Is Down
- Controller Is Unable to Connect to MQ
- DataQueue Is Filling Up
- Describe Failed
- Failed to Repair Corrupted FSDB Files
- File Queue Is Full
- FSDB Files Corrupted for Resources
- FSDB Storage Drive Free Space Is Less Than 10%
- No DT Processors Connected
- One or More Resources Were Not Started
- Outbound Alert Send Failed
- Replication MQ Sender Is Blocked
- Backing Up and Recovering Data
- Using System Tools
- Summary of vCenter Operations Manager System Tools
- Check the FSDB and Repair Problems
- Move the FSDB
- View Resources in the FSDB
- Remove System-Generated Metrics from the FSDB
- Monitor vCenter Operations Manager Services in JConsole
- Verify Server to Collector Communication
- Configuring and Running the Repository Adapter
- Configure Database Connections for the Repository Adapter
- Set the Repository Adapter Schedule
- Configure the Source and Destination Columns for the Repository Adapter
- Set Operation Options for the Repository Adapter
- Configure Data Export Values for the Repository Adapter
- Start the Repository Adapter
- conf.properties File
- Configuring and Running runvcopsServerConfiguration
- Using the FSDB JDBC Driver
- Index
Using Embedded Adapters
Embedded adapters are the most commonly used adapters in vCenter Operations Manager. An embedded
adapter is a Java component that is designed to run in the vCenter Operations Manager collector. The
embedded adapter actively connects to a data source and pulls values from it. The
vCenter Operations Manager ITM adapter is an example of an embedded adapter.
Advantages of embedded adapters include better maintainability, control, and visibility into the management
of the adapter and the data that it collects. Embedded adapters also use the common functions, such as job
scheduling, that are already part of the collector.
Depending on the data collection methods used, embedded adapters support the following resource creation
methods.
Manual discovery
You send a request to the data source to return all available resources and select
the resources to add to vCenter Operations Manager. This method is typically
referred to as discovering resources or the discovery process.
Auto-discovery
When the data collection process discovers a new resource, the resource is
created for you in vCenter Operations Manager. You do not need to add the
resource.
Regardless of how a resource is created in vCenter Operations Manager, you configure and manage embedded
adapters through the vCenter Operations Manager user interface.
Using External Adapters
External adapters push data from outside sources to vCenter Operations Manager. Examples of external
adapters include the HP OpenView adapter, which runs in the HPOV agent, and a Perl script that reads a file
and sends the extracted data to vCenter Operations Manager.
External adapters use vCenter Operations Manager OpenAPI to send information to
vCenter Operations Manager. The vCenter Operations Manager OpenAPI has a simple form, which accepts
data through an HTTP request, and an advanced form, which uses Java RMI. For more information on
vCenter Operations Manager OpenAPI, contact VMware technical support.
The key advantage of an external adapter is flexibility in how the adapter is created and how it is deployed.
External adapters use auto-discovery to create resources in vCenter Operations Manager. With auto-discovery,
a resource is created in vCenter Operations Manager when the data collection process discovers a new resource.
You manage external adapters outside of the core vCenter Operations Manager domain.
Defining Adapter Instances
An adapter instance defines the type of adapter to use to connect to a particular data source. It also defines the
information that is required to identify and access that data source. You must define an adapter instance for
each data source that uses an embedded adapter.
NOTE You do not define adapter instances for external adapters. External adapters push data from outside
sources to vCenter Operations Manager. You manage external adapters outside of the core
vCenter Operations Manager domain.
An adapter instance definition typically includes the data access method and a host, port, and credential. The
exact information in a particular adapter instance definition depends on the type of adapter.
VMware vCenter Operations Manager Enterprise Administration Guide
14 VMware, Inc.