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
template delete "template-name"
template-name is the name of the dashboard template to delete.
The following template delete command deletes a dashboard template named MyTemplate.
dbcli.sh template delete "MyTemplate"
Managing Attributes and Super Metrics
You can use dbcli commands to manage attributes and super metrics.
You can also use the Custom user interface to perform attribute and super metric operations. For more
information, see Chapter 4, “Configuring Attribute Packages,” on page 39.
Configure an Attribute
You can use the dbcli attribute configure command to configure properties of an attribute in an attribute
package.
The attribute configure command provides similar functionality to the attribute package editor in the
Custom user interface. For more information, see “Add an Attribute Package,” on page 42.
The attribute configure command has the following syntax.
attribute configure "adapterkind-key:resourcekind-key" "attribute-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]..."}
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,
"VMWARE:VirtualMachine".
attribute-name
Hierarchical name of the attribute to configure. Use the metric key naming
convention group_key[|group_key]|attributekind_key, for example, mem|
active_average.
Because the configuration is associated with attribute kinds, the attribute configure command ignores
group instance names.
The attribute configure command has certain options. All of the options are required.
Table 13‑4. attribute configure Command Options
Option Description
--packages {all | "package-name[,package-name]..."}
List of attributes packages to which to apply the operation.
To apply the operation to all existing attribute packages,
type all instead of individual attribute package names. If a
named attribute package does not exist, the command
creates it.
--check {true | false}
Checks or unchecks the attribute for collection in the
specified attribute packages.
--ht {true | false}
Marks or unmarks hard threshold violations of the
attribute as KPI violations.
--htcriticality level-name
Sets the criticality level for hard threshold violations of the
attribute to generate KPI violations.
--dtabove {true | false}
Marks or unmarks violations above the dynamic threshold
of the attribute as KPI violations.
Chapter 13 Using the Database Command Line Interface
VMware, Inc. 163