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
Table 13‑4. attribute configure Command Options (Continued)
Option Description
--dtbelow {true | false}
Marks or unmarks violations below the dynamic threshold
of the attribute as KPI violations.
--thresholds {none | "threshold-def[;threshold-
def]..."}
List of threshold definitions for the attribute package. Type
none instead of a threshold definition to remove all
existing thresholds. For more information, see “Threshold
Definitions,” on page 166.
The following attribute configure command checks the attribute named active_average under the group
named mem for collection inside attribute packages named Default Attributes and Reduced package. If
either attribute package does not already exist, the command creates it. The command also creates two
thresholds and marks HT from level critical and DT above and DT below as KPI violations.
dbcli.sh attribute configure "VMWARE:VirtualMachine" "mem|active_average" --packages "Default
Attributes,Reduced package" --check true --ht true --htcriticality critical --dtabove true --
dtbelow true --thresholds "critical,>=,90,2,3;immediate,=,70,3,3"
Configure a Super Metric
You can use the dbcli supermetric configure command to configure properties of a super metric in a super
metric package.
The supermetric configure command provides similar functionality to the super metric editor in the
Custom user interface. For more information, see “Add a Super Metric,” on page 50.
The supermetric configure command has the following syntax.
supermetric configure supermetric-name --packages {all | "package-name[,package-name]..."} --
check {true | false} --ht {true | false} --htcriticality level-name --dtabove {true | false} --
dtbelow {true | false} --thresholds {none | "threshold-def[;threshold-def]..."}
supermetric-name is the name of the super metric to configure.
The supermetric configure command has certain options. All of the options are required.
Table 13‑5. supermetric configure Command Options
Option Description
--packages {all | "package-name[,package-name]..."}
List of super metric packages to which to apply the
operation. To apply the operation to all super metric
packages, type all instead of individual super metric
package names.
--check {true | false}
Checks or unchecks the super metric for collection in the
specified packages.
--ht {true | false}
Marks or unmarks hard threshold violations of the super
metric as KPI violations.
--htcriticality level-name
Sets the criticality level for hard threshold violations of the
super metric to generate KPI violations.
--dtabove {true | false}
Marks or unmarks violations above the dynamic threshold
of the super metric as KPI violations.
--dtbelow {true | false}
Marks or unmarks violations below the dynamic threshold
of the super metric as KPI violations.
--thresholds {none | "threshold-def[;threshold-
def]..."}
List of threshold definitions for the super metric. Type
none instead of a threshold definition to remove all
existing thresholds. For more information, see “Threshold
Definitions,” on page 166.
VMware vCenter Operations Manager Administration Guide
164 VMware, Inc.