5.6
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 StopvCenter 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
- Using System Tools
- Summary of System Tools
- Check the FSDB and Repair Problems
- Move the FSDB
- View Resources in the FSDB
- Remove System-Generated Metrics from the FSDB
- Monitor vCenter Operations Manager Services in JConsole
- Verify Server to Collector Communication
- Configuring and Running the Repository Adapter
- conf.properties File
- Configure Database Connections for the Repository Adapter
- Set the Repository Adapter Schedule
- Configure the Source and Destination Columns for the Repository Adapter
- Set Operation Options for the Repository Adapter
- Configure Data Export Values for the Repository Adapter
- Start the Repository Adapter
- Configuring and Running runvcopsServerConfiguration
- Managing Dashboards and Dashboard Templates
- Using the FSDB JDBC Driver
- Index
template share "
template-name
" all |
group-name
[,
group-name
]
template-name
is the name of the dashboard template to share. You can type the name of each user group that
can share the dashboard template or type all to share the dashboard with all user groups. Separate multiple
user group names with a comma.
Example
The following template share command shares the dashboard template named MyTemplate with members
of the Users user group.
dbcli.sh template share "MyTemplate" Users
template unshare Command
You can use the template unshare command to stop sharing a dashboard template that you previously shared.
Command Syntax
The template unshare command has the following syntax.
template unshare "
template-nam
e" all |
group-name
[,
group-name
]
template-name
is the name of the dashboard template to stop sharing. You can type the name of each user
group with which to stop sharing the dashboard template or type all to stop sharing the dashboard template
with all user groups. Separate multiple user group names with a comma.
Example
The following template unshare command stops sharing the dashboard template named MyTemplate with
all user groups.
dbcli.sh template unshare "MyTemplate" all
template delete Command
You can use the template delete command to delete a dashboard template.
Command Syntax
The template delete command has the following syntax.
template delete "
template-name
"
template-name
is the name of the dashboard template to delete.
Example
The following template delete command deletes a dashboard template named MyTemplate.
dbcli.sh template delete "MyTemplate"
template reorder Command
You can use the template reorder command to control the order of dashboards that are created from a specific
dashboard template.
Command Syntax
The template reorder command has the following syntax.
Chapter 11 Using System Tools
VMware, Inc. 151