Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
VMware vSphere 5.5 Essentials
VMware vSphere 5.5 Essentials

VMware vSphere 5.5 Essentials: Efficiently virtualize your IT infrastructure with vSphere

eBook
$35.98 $39.99
Paperback
$48.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

VMware vSphere 5.5 Essentials

Chapter 2. VMware vCenter Server

In the last chapter, we discussed about various hypervisors and VMware vSphere. We understood how vSphere differs from other products, and how a virtual environment is a better choice in managing a data center. We now also know what our virtual infrastructure comprises of. So after having an introductory understanding of VMware vSphere, we will now have a look at vCenter Server and its role in VMware virtualized infrastructure.

We will cover the following topics in this chapter:

  • Introduction to vCenter Server
  • vCenter Server architecture
  • Communication between vCenter Server and ESXi hosts
  • Additional vCenter Server components
  • Comparison of vCenter Server and vCenter Server Appliance
  • Preparing and installing vCenter Server on Microsoft Windows
  • Importing, starting and configuring the vCenter Server Appliance
  • Configuring and managing vCenter Server
  • Managing inventory, hosts, VMs, and templates via vCenter Server
  • vCenter Server licensing
  • Backing up vCenter Server...

Introduction to vCenter Server

To start with, vCenter Server is the centralized management utility by VMware, and is used to manage virtual machines, multiple ESXi hosts, and all dependent components from a single centralized location. Using this tool, you're also able to take full control of advanced components including distributed switches, vMotion, Storage vMotion, templates, and clones.

vCenter Server architecture

In order to understand how vCenter Server works, it is important to understand its architecture.

The vCenter Server architecture is made up of the following components:

  • vSphere Web Client and vSphere Client: As discussed in the previous chapter, VMware offers both vSphere Web Client and vSphere legacy client to manage ESXi hosts and virtual machines. The vSphere legacy client can be used to connect directly to an ESXi host or to vCenter Server, but vSphere Web Client is used to connect only to the vCenter Server, not individual ESXi hosts.
    • The recommendation from VMware is to use VMware vCenter Server to manage ESXi hosts and virtual machines, and therefore use vSphere Web Client, as all the new features are available only through the use of vSphere Web Client. New customers should start with vSphere Web Client in any case, as VMware plans to give up the legacy client some day.
  • vCenter Server database: It is the most crucial component of the architecture. It stores...

Communication between vCenter Server and ESXi hosts

The main service running on the vCenter Server is known as vpxd or VMware Virtual Server service. When an ESXi host is added to the vCenter Server, there is an agent service called vpxa, which is installed and started on the ESXi host. Vpxa acts as an intermediary service between the vpxd service running on the vCenter Server and hostd service running on the ESXi host. The hostd service running on the ESXi host is mainly responsible for managing most of the operations on the host.

It knows all the registered virtual machines, their status, and the storage volumes that are visible to the host. When commands such as creating, migrating, or suspending a virtual machine from vCenter Server is issued, the vpxd service running on the vCenter Server sends the command to vpxa, and vpxa in turn forwards it to hostd, which then executes the command.

If a command is issued through the vCenter Server, the vCenter Server database is also updated. vCenter...

Additional vCenter Server components

vCenter Server also consists of the following services and interfaces:

  • Core services: This includes managing resources and virtual machines, scheduling tasks, managing and generating events and alarms, and logging statistics. It also offers functionality for provisioning virtual machines and configuring hosts.
  • Distributed services: This offers functionality for serving vSphere clusters, including (storage) vMotion, (storage) DRS, and high availability. While vMotion and storage vMotion are used for migrating virtual machines and their virtual hard disks online, DRS and Storage DRS implement automatic load balancing of computing and storage resources. vSphere high availability makes sure that virtual machines are restarted as fast as possible when an ESXi host crash happens.
  • Additional services: vCenter Server can be integrated with additional VMware products, including vSphere Update Manager (vUM) or vCenter Orchestrator. Some additional components like...

Comparison of vCenter Server and vCenter Server Appliance

In order to manage your virtualized data center, you are provided with some alternatives to install vCenter Server:

  • Installation on a supported Windows-based operating system
  • Deployment as a Linux-based virtual appliance (vCSA)

Both variants are quite similar as they both offer a wide range of management functionality, including:

  • Deployment and management of virtual machines, templates, and OVF appliances
  • Management of multiple ESXi hosts
  • Centralized network and storage provisioning
  • Statistics and performance data collection
  • Advanced cluster features including DRS, high availability, and fault tolerance

Beginning with vSphere 6.0, vCenter Server and the appliance alternative have the same limitations and features. Previous versions were intended for smaller setups, as they missed support for multiple linked (Linked Mode) or clustered (vCenter Heartbeat) vCenter Server instances.

Introduction to vCenter Server


To start with, vCenter Server is the centralized management utility by VMware, and is used to manage virtual machines, multiple ESXi hosts, and all dependent components from a single centralized location. Using this tool, you're also able to take full control of advanced components including distributed switches, vMotion, Storage vMotion, templates, and clones.

vCenter Server architecture


In order to understand how vCenter Server works, it is important to understand its architecture.

The vCenter Server architecture is made up of the following components:

  • vSphere Web Client and vSphere Client: As discussed in the previous chapter, VMware offers both vSphere Web Client and vSphere legacy client to manage ESXi hosts and virtual machines. The vSphere legacy client can be used to connect directly to an ESXi host or to vCenter Server, but vSphere Web Client is used to connect only to the vCenter Server, not individual ESXi hosts.

    • The recommendation from VMware is to use VMware vCenter Server to manage ESXi hosts and virtual machines, and therefore use vSphere Web Client, as all the new features are available only through the use of vSphere Web Client. New customers should start with vSphere Web Client in any case, as VMware plans to give up the legacy client some day.

  • vCenter Server database: It is the most crucial component of the architecture. It stores...

Communication between vCenter Server and ESXi hosts


The main service running on the vCenter Server is known as vpxd or VMware Virtual Server service. When an ESXi host is added to the vCenter Server, there is an agent service called vpxa, which is installed and started on the ESXi host. Vpxa acts as an intermediary service between the vpxd service running on the vCenter Server and hostd service running on the ESXi host. The hostd service running on the ESXi host is mainly responsible for managing most of the operations on the host.

It knows all the registered virtual machines, their status, and the storage volumes that are visible to the host. When commands such as creating, migrating, or suspending a virtual machine from vCenter Server is issued, the vpxd service running on the vCenter Server sends the command to vpxa, and vpxa in turn forwards it to hostd, which then executes the command.

If a command is issued through the vCenter Server, the vCenter Server database is also updated. vCenter...

Additional vCenter Server components


vCenter Server also consists of the following services and interfaces:

  • Core services: This includes managing resources and virtual machines, scheduling tasks, managing and generating events and alarms, and logging statistics. It also offers functionality for provisioning virtual machines and configuring hosts.

  • Distributed services: This offers functionality for serving vSphere clusters, including (storage) vMotion, (storage) DRS, and high availability. While vMotion and storage vMotion are used for migrating virtual machines and their virtual hard disks online, DRS and Storage DRS implement automatic load balancing of computing and storage resources. vSphere high availability makes sure that virtual machines are restarted as fast as possible when an ESXi host crash happens.

  • Additional services: vCenter Server can be integrated with additional VMware products, including vSphere Update Manager (vUM) or vCenter Orchestrator. Some additional components like...

Comparison of vCenter Server and vCenter Server Appliance


In order to manage your virtualized data center, you are provided with some alternatives to install vCenter Server:

  • Installation on a supported Windows-based operating system

  • Deployment as a Linux-based virtual appliance (vCSA)

Both variants are quite similar as they both offer a wide range of management functionality, including:

  • Deployment and management of virtual machines, templates, and OVF appliances

  • Management of multiple ESXi hosts

  • Centralized network and storage provisioning

  • Statistics and performance data collection

  • Advanced cluster features including DRS, high availability, and fault tolerance

Beginning with vSphere 6.0, vCenter Server and the appliance alternative have the same limitations and features. Previous versions were intended for smaller setups, as they missed support for multiple linked (Linked Mode) or clustered (vCenter Heartbeat) vCenter Server instances.

Preparing and installing vCenter Server on Microsoft Windows


vCenter Server is probably still, mostly installed on servers running Microsoft Windows. Before installing the application, it is important to ensure that all requirements are met.

Hardware, software, and network requirements

Assuming that all major vCenter Server components should be installed on one single host, the requirements are:

  • 64-bit compatible processor with at least 2 logical cores and 2 Ghz

  • At least 12 GB memory

  • At least 100 GB hard drive capacity

  • 64-bit variant of Microsoft Windows Server (2008 SP2 or newer)

  • 64-bit database Open Database Connectivity (ODBC) driver and Data Source Name (DSN) for establishing database connection

  • 1 GBit/s network

  • Resolvable system hostname using DNS forward and reverse lookup

For alternate setup scenarios, requirements might differ. The vCenter Server documentation offers very detailed lists of recommendations and requirements for particular infrastructure scenarios.

Database preparation

In order...

Importing, starting, and configuring the vCenter Server Appliance


When a user logs in into any of the above platforms using the vSphere client interface, he/she gets an indistinguishable difference. Because of this, the user does not come to know the platform on which the vCenter Server service is running.

The time required to deploy vCenter Server and its associated services is reduced by vCenter Server Appliance. It is also a low-cost alternative as there is no additional operating system license cost associated with VMware vCenter Server Appliance.

vCenter Server Appliance features

vCenter Server Appliance includes a prepackaged vCenter Server setup in SUSE Linux Enterprise Server 11 for vSphere operating system. It also comes with a PostgreSQL server derivate called vPostgres. For vCenter Server 5.5, this is supported by:

  • Evaluating the appliance

  • Managing no more than 100 ESXi hosts and 3000 virtual machines

These limitations have also changed for vSphere 6.0. The most recent release is in...

Left arrow icon Right arrow icon

Description

This book is intended for virtualization administrators who want to learn VMware vSphere quickly. It is assumed that you have some basic knowledge of virtualization and the vSphere environment.

What you will learn

  • Explore a multiplehost virtualization environment with ESXi and vCenter Server
  • Create and manage virtual machines
  • Create and configure vNetwork Switches to manage your virtual networks
  • Build softwaredefined, performanceoriented shared storage and network topologies with VSAN and NSX
  • Discover features such as vMotion, Storage vMotion, snapshots, templates, and cloning
  • Familiarize yourself with vSphere High Availability, Fault Tolerance, DRS, and Update management
  • Discover some of the newly added vSphere 6.0 features

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : May 29, 2015
Length: 228 pages
Edition : 1st
Language : English
ISBN-13 : 9781784395926
Vendor :
VMware
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : May 29, 2015
Length: 228 pages
Edition : 1st
Language : English
ISBN-13 : 9781784395926
Vendor :
VMware
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 175.97
VMware vCenter Cookbook
$60.99
VMware vSphere Security Cookbook
$65.99
VMware vSphere 5.5 Essentials
$48.99
Total $ 175.97 Stars icon

Table of Contents

13 Chapters
1. Introduction to VMware vSphere Chevron down icon Chevron up icon
2. VMware vCenter Server Chevron down icon Chevron up icon
3. Creating Virtual Machines Chevron down icon Chevron up icon
4. Managing Virtual Network Chevron down icon Chevron up icon
5. Network Virtualization with VMware NSX Chevron down icon Chevron up icon
6. Managing Virtual Storage Chevron down icon Chevron up icon
7. Working with VSAN Chevron down icon Chevron up icon
8. Managing Virtual Machines Chevron down icon Chevron up icon
9. Resource Management and Performance Monitoring Chevron down icon Chevron up icon
10. Incorporating vSphere High Availability, Fault Tolerance, and DRS Chevron down icon Chevron up icon
11. Securing and Updating vSphere Chevron down icon Chevron up icon
12. vSphere 6.0 Overview Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
(1 Ratings)
5 star 0%
4 star 100%
3 star 0%
2 star 0%
1 star 0%
Amazon Customer Mar 07, 2016
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
Good intro.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.