5.8.5
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 Stop vCenter 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
- Backing Up and Recovering Data Components
- Backing Up and Recovering Processing Components
- Configuring the Repository Adapter
- Repository Adapter Requirements and Limitations
- Repository Adapter Configuration Steps
- Creating a Database User for the Repository Adapter
- Configure the Source Database Connection for the Repository Adapter
- Configure the Output Destination for the Repository Adapter
- Configuring the Source and Destination Columns for the Repository Adapter
- Configure Data Export Values for the Repository Adapter
- Customizing Repository Adapter Operation
- Start the Repository Adapter
- Using System Tools
- Using the Database Command Line Interface
- Index
n
<
n
<=
n
=
n
!=
compare-value
Threshold value. Can be a floating number for regular metrics or a string
value for string metrics.
wait-cycle
Number of consecutive violations that can occur before generating an alarm.
cancel-cycle
Number of consecutive violation-free cycles that can occur before canceling
the alarm.
The following definition contains two thresholds. In the first definition, the criticality level is critical, the
operator is >=, the threshold value is 90, the wait cycle is 2, and the cancel cycle is 3. In the second definition,
the criticality level is immediate, the operator is =, the threshold value is 70, and the wait and cancel cycles
are both 3.
"critical,>=,90,2,3;immediate,=,70,3,3"
Managing Resource Kinds
You can use dbcli commands to manage resource kinds.
You can also use the Custom user interface to perform resource kind operations. See Chapter 3,
“Configuring Resources,” on page 19.
Configure Resource Kind Default Settings
You can use the dbcli reskind configure command to set the default packages to use for a resource kind
and specify whether resources generate early warning smart alerts and use dynamic thresholds by default.
The reskind configure command has the following syntax.
reskind configure "adapterkind-key:resourcekind-key" [--package {none | "package-name"}] [--
smpackage {none | "smpackage-name"}] [--dt {true | false} ] [--smartalert {true | false}]
adapterkind-key:resourcekind-key defines the resource kind to configure. The value consists of an adapter kind
key and a resource kind key. If the keys contain spaces, you must enclose the combination of both values in
quotes, for example,"SampleStorage:Volume".
The reskind configure command has certain options.
Table 13‑7. reskind configure Command Options
Option Description
--package {none | "package-name"}
Name of an attribute package to use as the default attribute
package for the specified resource. Type none instead of an
attribute package name to reset the default attribute
package.
-smpackage {none | "smpackage-name"}
Name of a super metric package to use as the default super
metric package for the specfiied resource. Type none
instead of a super metric package name to reset the default
super metric package.
--dt {true | false}
Enables or disables dynamic threshold calcuation for
resources of the specfiied resource kind.
--smartalert {true | false}
Enables or disables early warning smart alert generation
for resources of the specified resource kind.
Chapter 13 Using the Database Command Line Interface
VMware, Inc. 167