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
Table 11-3. vCenter Operations Manager FSDB Fields (Continued)
Field Contents
fsdb.value
Metric value.
fsdb.max_threshold
Maximum threshold for the metric.
Following is an example of an insertCommand statement.
insertCommand=INSERT INTO TestTable (RID1; RNAME1) values(alive.RID; alive.RNAME)
In this example, the insertCommand statement exports the alive.RID field from the
vCenter Operations Manager database to the RID1 column of the output database and the alive.RNAME field
from the vCenter Operations Manager database to the RNAME1 column of the output database.
Configuring and Running runvcopsServerConfiguration
The runvcopsServerConfiguration tool calculates the resources that a vCenter Operations Manager server host
can support with acceptable performance based on the host's available CPU, memory, disk space, and file I/O
and your vCenter Operations Manager configuration.
Before you can use runvcopsServerConfiguration, you must set values in the vcops_parameters.properties
and vcops_server_configuration.properties files. Both files are located in the vcenter-
ops\vcopsServerConfiguration\vcops_server_configuration\conf directory.
Set Properties for runvcopsServerConfiguration
runvcopsServerConfiguration uses values in the vcops_parameters.properties file to estimate the maximum
number of resources that the vCenter Operations Manager server host can support. The
vcops_server_configuration.properties file contains connection information for the
vCenter Operations Manager server on the host. runvcopsServerConfiguration uses the values in this file to
connect to a host.
Prerequisites
Become familiar with the properties in the vcops_parameters.properties and
vcops_server_configuration.properties files. See “vcops_parameters.properties File,” on page 134 and
“vcops_server_configuration.properties File,” on page 135.
Procedure
1 Open the vcops_parameters.properties file and set each property to the correct value, or the best estimate
of the correct value, for the vCenter Operations Manager server host.
2 Save your changes and close the vcops_parameters.properties file.
3 (Windows host only) Open the vcops_server_configuration.properties file and configure connection
information for the vCenter Operations Manager server host.
4 Save your changes and close the vcops_server_configuration.properties file.
What to do next
Run runvcopsServerConfiguration. See “Run runvcopsServerConfiguration,” on page 136.
vcops_parameters.properties File
runvcopsServerConfiguration uses values in the vcops_parameters.properties file to estimate the maximum
number of resources that a vCenter Operations Manager server host can support.
The vcops_parameters.properties file is located in the
vcenter-
ops
\vcopsServerConfiguration\vcops_server_configuration\conf directory.
VMware vCenter Operations Manager Enterprise Administration Guide
134 VMware, Inc.