Book Image

VMware ESXi Cookbook

By : Mohammed Raffic Kajamoideen, Aravind Sivaraman
Book Image

VMware ESXi Cookbook

By: Mohammed Raffic Kajamoideen, Aravind Sivaraman

Overview of this book

<p>VMware ESX and VMware ESXi hypervisors are used for providing the foundation for building and managing a virtualized IT infrastructure. vSphere 5.1 delivers the same industry-leading performance and scalability as prior vSphere releases, with several additional benefits including its improved reliability and security. VMware vSphere 5.1 is based on the ESXi hypervisor architecture, a thin purpose-built hypervisor that does not depend on a general purpose operating system, which does away with the requirement of persistent storage. So we can now store it on a dedicated compact storage device, drastically reducing the hypervisor install footprint to less than 150MB.</p> <p>"VMware ESXi 5.1 Cookbook" explores every aspect of VMware administration. We will learn to configure and to administer vSphere including high availability (HA), distributed resource scheduler (DRS), fault tolerance (FT), vMotion , svMotion, virtual machine provisioning, update manager, and distributed virtual switches. We will also explore advanced level operations with lots of tips and tricks to ease your job.</p> <p>"VMware ESXi 5.1 Cookbook" offers a comprehensive understanding of new features released with vSphere 5.1 and how it enhances your VMware virtual environment. Starting with the installation and configuration of ESXi and vCenter and followed by the configuration of various core components including the network, storage, virtual machine administration, security, performance, and patching, along with the high availability of the virtual infrastructure.</p> <p>Also exploring how the vSphere environment can be secured, learn to monitor your virtual environment using default alarms available with the vCenter server and to collect performance reports for your vSphere environment.</p>
Table of Contents (16 chapters)
VMware ESXi Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Installing VMware vCenter


vCenter is one of the main components of the vSphere suite as it is required for the functioning of almost all the features in the vSphere suite.

Getting ready

Make sure the following prerequisites are met:

  • vCenter Single Sign On and vCenter Inventory Service is installed.

  • An operating system that is supported by 64-bit Windows is available.

  • An ODBC entry with a 64-bit DSN has been created.

  • Microsoft .NET 3.5 SP1 Framework has been installed.

  • DNS resolution is working.

  • Time is synchronized and is pointing to the correct source.

  • Server that is used for the installation is not a domain controller.

  • Server is a part of the domain (vCenter can be installed on workgroup, but it is recommended that you install it on the domain server).

  • The user account that is used for the installation has the required privileges on the server and has the following read permission on the AD:

    • It is a member of the administrator's group

    • It acts as part of the operating system

    • It logs on as an service

How...