This document supports the version of each product listed and
supports all subsequent versions until the document is replaced
by a new edition. To check for more recent editions of this
document, see http://www.vmware.com/support/pubs.
EN-000820-00
Installation and Configuration Guide for Windows and Linux
You can find the most up-to-date technical documentation on the VMware Web site at:
http://www.vmware.com/support/
The VMware Web site also provides the latest product updates.
If you have comments about this documentation, submit your feedback to:
VMware is a registered trademark or trademark of VMware, Inc. in the United States and/or other jurisdictions. All other marks
and names mentioned herein may be trademarks of their respective companies.
VMware, Inc.
3401 Hillview Ave.
Palo Alto, CA 94304
www.vmware.com
2 VMware, Inc.
Contents
vCenter Operations Manager Installation Guide5
Before Installing vCenter Operations Mananger 5
System Requirements 6
Installation and Configuration Checklist 7
Preparing the vCenter Operations Manager Database 9
Installing vCenter Operations Manager 10
Validate the vCenter Operations Manager Installation 18
Managing Program Groups 19
Install a vCenter Operations Manager Collector 20
Installing a vCenter Operations Manager Adapter 21
Installing the Analytics Processor 22
Index25
VMware, Inc. 3
Installation and Configuration Guide for Windows and Linux
4 VMware, Inc.
vCenter Operations Manager Installation Guide
The vCenter Operations Manager Installation and Configuration Guide provides information about installing and
upgrading VMware®vCenter Operations Manager on Window or Linux operation systems.
Intended Audience
This guide is intended for anyone who wants to install vCenter Operations Manager.
Before Installing vCenter Operations Mananger
This section introduces the vCenter Operations Manager server installation.
Overview
Installing vCenter Operations Manager consists of two procedures:
1Preparing a database in either SQL Server or Oracle to hold the vCenter Operations Manager data.
2Installing the vCenter Operations Manager software.
vCenter Operations Manager is designed as an enterprise solution, so planning and preparing your
environment is critical to successful deployment. You should consider several factors when planning your
vCenter Operations Manager environment:
n
Environment size and landscape—the vCenter Operations Manager architecture needs to take into
account how large the environment is, including the number of applications, data sources, resources and
metrics, the physical environment distribution (the number of data centers), and the number of users.
n
Architecture
vCenter Operations Manager architecture allows for deployment flexibility.
vCenter Operations Manager is a Java-based application with four interdependent components:
n
n
VMware, Inc.
Environment complexity—what specific architectural and service level requirements must be met,
including security, availability, and accessibility.
vCenter Operations Manager server—Hosts the user interface and coordinates the functions
of the software, including controlling communications between the other components.
vCenter Operations Manager analytics—Receives metrics gathered from monitored resources,
analyzes the data, and creates statistical models to detect abnormal behavior. This includes the dynamic
thresholds processor, which can be installed separately to distribute the processing load, as described in
“Installing the Analytics Processor,” on page 22.
5
Installation and Configuration Guide for Windows and Linux
n
vCenter Operations Manager collector—Acts as the gateway between vCenter Operations Manager and
the adapters used to collect data from the collection landscape. It is installed by default as part of the
primary server but can also be distributed as a stand-alone component. You can install one or more remote
collectors to navigate firewalls, share bandwidth across data centers, and reduce the load on the
vCenter Operations Manager server. You can install the collector on a shared server.
n
vCenter Operations Manager messaging—The message bus (ActiveMQ) passes metric
information between vCenter Operations Manager components.
vCenter Operations Manager uses two data storage solutions. A relational database (Oracle or Microsoft SQL
Server) stores configuration and state data. A proprietary high-performance file system-based repository
(FSDB) stores the collected raw metrics.
The installation script installs all vCenter Operations Manager components—server (including messaging),
collector, and analytics—in the same folder structure. It also installs several vCenter Operations Manager
system tools.
System Requirements
vCenter Operations Manager has specific hardware and software requirements.
Operating System Requirements
You must install vCenter Operations Manager on a supported operating system.
vCenter Operations Manager is compatible with the following operating systems.
Table 1. Operating Systems
Operating SystemVersionService Pack
Windows Server 200064-bitSP2 or later
Windows Server 200864-bitN/A
Red Hat Enterprise Linux64-bitN/A
Hardware Requirements
You must install vCenter Operations Manager Server on a 64-bit machine that meets specific hardware
requirements.
Table 2. Hardware Requirements
Hardware
ComponentOne Million MetricsTwo Million MetricsSix Million Metrics
CPU4CPU8CPU32CPU
Memory14GB28GB72GB
Disk Storage1.5TB
FSDB: 1.5TB
Database: 100GB
Disk I/O for AnalyticsVM2,000 IOPS4,000 IOPS12,000 IOPS
3TB
FSDB: 2.8TB
Database: 200GB
8.8TB
FSDB: 8.4TB
Database: 400GB
6 VMware, Inc.
vCenter Operations Manager Installation Guide
Database Server Requirements for vCenter Operations Manager
vCenter Operations Manager requires an SQL or Oracle database to store data. The database server should be
dedicated to the vCenter Operations Manager database. The database must be configured and available to the
vCenter Operations Manager Server host.
vCenter Operations Manager supports the following database servers and versions.
n
Oracle 10g Release 2
n
Oracle 11g Release 2
n
Microsoft SQL Server 2005 SP2 or later
n
Microsoft SQL Server 2008
NOTE Microsoft SQL Server is supported only on Windows hosts.
The computer that hosts the database server must meet minimum hardware requirements.
NOTE You cannot use Integrated Windows Authentication while using Microsoft SQL server. The JDBC driver
supports the use of Type 2 integrated authentication on Windows operating systems through the
integratedSecurity connection string property. To use integrated authentication, copy the
sqljdbc_auth.dll file to folder %ALIVE_BASE%/common/bin.
n
2GB RAM
n
Two 32-bit CPUs, P4 2GHz or faster
For systems that collect more than one million metrics, the database server host should have 8GB RAM and
two 64-bit CPUs.
The ping time between the database server host and the vCenter Operations Manager Server host should be
less than one millisecond.
Hardware and Software Requirements for Client Systems
Make sure that your system supports the vCenter Operations Manager client.
Table 3. Client System Hardware and Software Requirements
ComponentRequirement
RAMAt least 2GB
Browser
PDF viewerAdobe Reader or a similar PDF viewer for viewing reports.
n
Internet Explorer 7.x or 8.x
n
Mozilla Firefox 3.x
JavaScript must be enabled. Popup blockers must be either
removed or disabled.
Installation and Configuration Checklist
Use this checklist to track the progress of vCenter Operations Manager standalone installation and
configuration, including any changes you make from the default configuration settings.
NOTE Changing the configuration settings is not covered in this guide. Consult your VMware representative
to determine the proper settings for your installation.
VMware, Inc. 7
Installation and Configuration Guide for Windows and Linux
Table 4. Installation Checklist
Action ItemNotes
Pre-Installation
Acquire hardware based on sizing projection.
Download the software.
Prepare the Database
For SQL Server:
n
Install SQL Server.
n
Create a Windows or SQL authentication account with
sufficient privileges to create a new database.
n
Run the vCenter Operations Manager database installer.
For Oracle:
n
Install Oracle.
n
Install and configure the SQLPlus tool.
n
Create a user with sufficient Oracle privileges to create a
tablespace and user schemas.
n
Run the vCenter Operations Manager database installer.
Prepare Hardware
Confirm external port access to vCenter Operations Manager
server and the database server. The default server ports
include:
n
Remote Collectors: 80, 1100, 61616
n
External: 1433, 1521
Confirm the following ports are reserved on the vCenter
Operations Manager server: 1099, 1100, 1199, 1201, 1202,
1203, 61616
Confirm that the response time between vCenter Operations
Manager server and database server is: greater than 1
millisecond
Installation
Install and configure the primary vCenter Operations
Manager server.
n
Test vCenter Operations Manager database
configuration
n
Validate FSDB Home path
n
Before completing configuration wizard, move all
unused adapters (For example, Hyperic, ITM, SCOM) to
the plugins directory.
(Optional) Install and configure a secondary server using the
backup option.
(Optional) Install and configure any remote collectors.
8 VMware, Inc.
Loading...
+ 18 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.