5.7
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-6. supermetric import Command Options (Continued)
Option Description
--retry maxRetryMinutes--retry Maximum amount of time, in minutes, that the command retries
the import operation. The command retries the import operation
at one-minute intervals until it reaches this time limit.
NOTE This option is useful if data is missing from the super metric
when you initiate the command.
--create
Creates missing resources, if any, in the imported configuration.
The following supermetric import command imports the SM1.xml super metric file. If the required information
is not available when you initiate the command, the command retries the import information at one-minute
intervals for up to 10 minutes. The command applies the import information to all super metric packages and
creates missing resources, if any, in the imported configuration.
dbcli.sh supermetric import "SM1.xml" --retry 10 --packages all --check true
Delete a Super Metric
You can use the dbcli supermetric delete command to delete a super metric.
The supermetric delete command has the following syntax.
supermetric delete "
supermetric-name
"
supermetric-name is the name of the super metric to delete. If multiple super metrics have the same name, the
command deletes all of those super metrics.
The following supermetric delete command deletes the super metric named SM1.
dbcli.sh supermetric delete "SM1"
Threshold Definitions
You can use the --thresholds option to define thresholds in the dbcli attribute configure and supermetric
configure commands. An attribute or super metric can have one or more threshold definitions within an
attribute package or super metric package.
The --thresholds option has the following syntax.
--thresholds {none | "
threshold-def
[;
threshold-def
]..."}
none is a special value that removes all existing thresholds. It does not create new thresholds. threshold-def
defines a threshold. Each threshold-def has the following format.
criticality-name
,
threshold-operator
,
compare-value
,
wait-cycle
,
cancel-cycle
criticality-name
Criticality level of the threshold. Can be one of the following values.
n
critical
n
immediate
n
warning
n
info
n
none
threshold-operator
Numeric operator. Can be one of the following values.
n
>
n
>=
VMware vCenter Operations Manager Administration Guide
164 VMware, Inc.