5.6
Table Of Contents
- VMware vCenter Operations Manager Administration Guide
- Contents
- VMware vCenter Operations Manager 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 Performance Information
- View Status Information
- vCenter Operations Manager Service Names
- 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 Connect to Replication MQ
- 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 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
- conf.properties File
- 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
- Configuring and Running runvcopsServerConfiguration
- Managing Dashboards and Dashboard Templates
- Using the FSDB JDBC Driver
- Index
2 Configure how much data the Repository Adapter retrieves from the database.
Option Action
Retrieve data incrementally
Set the incremental property to true. Each time the Repository Adapter
runs, it retrieves only values collected by vCenter Operations Manager since
the last time it ran.
Retrieve data collected during a
specific number of days
n
Set the incremental property to false.
n
Specify the number of days to retrieve data for in the maxDays property.
The Repository Adapter uses the maxDays setting only if incremental
is set to true.
For example, if maxDays=365, the adapter retrieves data for the past year.
3 Set the retryConnectCount property to the number of times the Repository Adapter retries the database
connection.
4 Set the delayBetweenRetries property to the interval, in milliseconds, between retry attempts.
5 Save your changes and close the config.properties file.
Configure Data Export Values for the Repository Adapter
You must define the resources and metrics for which the Repository Adapter exports values. Each statement
in the conditions.properties file specifies the name of one of the output columns in the destination database
and one or more values.
You can define either the values to include or the values to exclude. If a column does not appear in
condition.properties, the Repository Adapter does not consider it when it determines the values to export.
Each value must match all of the conditions that apply to it. If you define conditions for both resources and
metrics to export, the Repository Adapter exports only those metrics for those resources. It does not export
metrics for the defined resources or values for the defined metrics for other resources.
Follow these rules when you add or edit values in conditions.properties.
n
Enclose string values in single quotes.
n
Do not quote numeric values, such as resource or attribute IDs.
n
Use an asterisk (*) if you need to specify a wildcard character. A wildcard matches any number of
characters, including zero. You can use a wildcard at the beginning or the end of a string. You cannot use
wildcards in numeric values.
Prerequisites
Define the output columns in the destination database. See “Configure the Source and Destination Columns
for the Repository Adapter,” on page 141.
Procedure
1 Open the conditions.properties file in the
vcenter-ops
\tools\RepositoryAdapter directory.
2 To define the values to include in an output column, use an equals sign.
When a line includes the equals sign, the Repository Adapter exports the value only if the value for the
corresponding field in the vCenter Operations Manager database matches one of the listed values.
For example:
Column=value1;value2
VMware vCenter Operations Manager Administration Guide
142 VMware, Inc.