5.6

Table Of Contents
3 To define the values to exclude from an output column, use a not equals operator (=<>).
When a line includes a not equals operator, the Repository Adapter exports the value only if the value for
the corresponding field in the vCenter Operations Manager database does not match any of the listed
values.
For example:
Column=<>value;value2
4 Save your changes and close the conditions.properties file.
Example: conditions.properties File
In the following conditions.properties file, the resource name field is mapped to the RNAME1 output column
and the metric name field is mapped to the MKNAME output column.
RKNAME1='Collector';'Web';'Analytics';'Business*'
MKNAME=<>'health';'avail*'
In this example, the Repository Adapter exports data for the Collector, Web, and Analytics resources and for
any resources that have a name that begins with Business. It does not export data for the health metric or for
any metric that has a name that begins with avail.
Start the Repository Adapter
On a Windows host, you start the Repository Adapter by running a batch (.bat) file. On a Linux host, you start
the Repository Adapter by running a shell script.
Prerequisites
Configure the Repository Adapter. See “Configuring and Running the Repository Adapter,” on page 136.
Procedure
n
On a Windows host, open a command prompt and type the following command.
vcenter-ops
\tools\RepositoryAdapter\run.bat
n
On a Linux host, open a terminal window and type the following command.
vcenter-ops
\tools\RepositoryAdapter\run.sh
After you start the Repository Adapter, it runs according to the schedule that you configured in the
conf.properties file. See “Set the Repository Adapter Schedule,” on page 140.
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.
Chapter 11 Using System Tools
VMware, Inc. 143