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
The following sample creation script is for SQL server.
CREATE TABLE TestTable
( RID1 int,
RNAME1 nvarchar(1000),
MID1 int,
MNAME1 nvarchar(900),
RKNAME1 nvarchar(50),
MKNAME1 nvarchar(1000),
AKNAME1 nvarchar(50),
timestamp1 datetime,
min_threshold1 nvarchar(50),
value1 nvarchar(50),
max_threshold1 nvarchar(50)
)
The following sample creation script is for Oracle.
CREATE TABLE TestTable (
RID1 INTEGER,
RNAME1 NVARCHAR2(1000),
MID1 INTEGER,
MNAME1 NVARCHAR2(900),
RKNAME1 NVARCHAR2(50),
MKNAME1 NVARCHAR2(1000),
AKNAME1 NVARCHAR2(50),
timestamp1 TIMESTAMP,
min_threshold1 NVARCHAR2(50),
value1 NVARCHAR2(50),
max_threshold1 NVARCHAR2(50)
);
The following sample creation script is for Postgres.
CREATE TABLE TestTable
( RID1 int2 ,
RNAME1 varchar(1000),
MID1 int2,
MNAME1 varchar(900),
RKNAME1 varchar(50),
MKNAME1 varchar(1000),
AKNAME1 varchar(50),
timestamp1 timestamp,
min_threshold1 varchar(20) null,
value1 varchar(20),
max_threshold1 varchar(20) null
)
Limitations
The Repository adapter is designed to extract only a small subset of data for specific purposes. Exporting a
large amount data can result in a significant load on the system.
VMware vCenter Operations Manager Administration Guide
140 VMware, Inc.