VMware vSphere 6.5 Cookbook
eBook - ePub

VMware vSphere 6.5 Cookbook

Abhilash G B, Cedric Rajendran, Mathias Meyenburg

Share book
  1. 539 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

VMware vSphere 6.5 Cookbook

Abhilash G B, Cedric Rajendran, Mathias Meyenburg

Book details
Book preview
Table of contents
Citations

About This Book

Deploy and manage VMware vSphere 6.5 components with ease.

Key Features

  • Simplified and to-the-point theory and practical recipes to deploy and manage vSphere 6.5
  • Discover the best ways to deploy stateless and stateful ESXi hosts and upgrade them
  • Storage and network resource management
  • Certificate management using VMCA
  • Monitor the performance of a vSphere environment.

Book Description

VMware vSphere is a complete and robust virtualization product suite that helps transform data centers into simplified on-premises cloud infrastructures, providing for the automation and orchestration of workload deployment and life cycle management of the infrastructure. This book focuses on the latest release of VMware vSphere and follows a recipe-based approach, giving you hands-on instructions required to deploy and manage a vSphere environment.

The book starts with the procedures involved in upgrading your existing vSphere infrastructure to vSphere 6.5, followed by deploying a new vSphere 6.5 environment. Then the book delves further into the procedures involved in managing storage and network access to the ESXi hosts and the virtual machines running on them. Moving on, the book covers high availability and fair distribution/utilization of clustered compute and storage resources.

Finally, the book covers patching and upgrading the vSphere infrastructure using VUM, certificate management using VMCA, and finishes with a chapter covering the tools that can be used to monitor the performance of a vSphere infrastructure.

What you will learn

  • Upgrade your existing vSphere environment or perform a fresh deployment
  • Automate the deployment and management of large sets of ESXi hosts in your vSphere Environment
  • Configure and manage FC, iSCSI, and NAS storage, and get more control over how storage resources are allocated and managed
  • Configure vSphere networking by deploying host-wide and data center-wide switches in your vSphere environment
  • Configure high availability on a host cluster and learn how to enable the fair distribution and utilization of compute resources
  • Patch and upgrade the vSphere environment
  • Handle certificate request generation and renew component certificates
  • Monitor performance of a vSphere environment

Who this book is for

If you are a system administrator, support professional, or anyone interested in learning how to install, configure, and manage a vSphere environment, then this book is for you. This task-oriented reference guide will also benefit consultants or infrastructure architects who design and deploy vSphere 6.5 environments.

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is VMware vSphere 6.5 Cookbook an online PDF/ePUB?
Yes, you can access VMware vSphere 6.5 Cookbook by Abhilash G B, Cedric Rajendran, Mathias Meyenburg in PDF and/or ePUB format, as well as other popular books in Computer Science & Virtualisation. We have over one million books available in our catalogue for you to explore.

Information

Year
2018
ISBN
9781787285347
Edition
3

Using vSphere Distributed Switches

In this chapter, we will cover the following topics:
  • Creating a vSphere Distributed Switch
  • Connecting hosts to a vSphere Distributed Switch
  • Creating a vSphere Distributed port group
  • Managing physical adapter (vmnic) to dvUplink mappings
  • Migrating a virtual machine network from a vSphere Standard Switch (vSwitch) to a vSphere Distributed Switch (dvSwitch)
  • Migrating VMkernel interfaces between vSphere Standard (vSwitch) and vSphere Distributed Switches (dvSwitch)
  • Creating additional VMKernel interfaces on a vSphere Distributed Switch (dvSwitch)
  • Creating a vSphere Distributed Switch backup
  • Restoring dvSwitch from a backup
  • Creating or importing a dvSwitch from a backup
  • Configuring security, traffic shaping, teaming, and failover on a dvSwitch
  • Configuring VLANs on a vSphere Standard or Distributed Switch
  • Configuring private VLANs on a vSphere Distributed Switch
  • Configuring LAGs on a vSphere Distributed Switch
  • Creating user-defined network resource pools
  • Using port mirroring on a vSphere Distributed Switch
  • Enabling NetFlow on a vSphere Distributed Switch

Introduction

A vSphere Distributed Switch (dvSwitch or vDS) is the second type of software switch solution created by VMware. Although it does not change the way ESXi handles network connections and traffic, it allows for a drastic improvement in how the software switch configuration and management are done in a vSphere environment. One of the administrative challenges with the Standard vSwitch was that it could only be configured/managed on a per-host level. A very common misconception is that dvSwitch is a single switch that spans over multiple ESXi hosts. The fact is that it is not. All it does is offer a single management plane for all the host data planes (hidden software switches) distributed on the ESXi hosts, hence the name distributed switch:
  • Distributed Port Group: This is a method to group dvPorts under a common configuration umbrella. Unlike the port groups on a standard virtual switch, there is only a single common type of Distributed Port Group. A Distributed Port Group is sometimes referred to as a dvPortGroup, and that will be the terminology that we will use throughout this book. A single dvPortGroup can serve both virtual machine and VMkernel traffic.
  • dvUplink: With dvSwitch, you can no longer apply teaming, load balancing, or failover policies directly for physical NICs. Instead, we now have an additional layer of abstraction called a dvUplink, which can be mapped to a physical NIC. The dvUplink count dictates the number of physical NICs from each host that can participate in the network configuration. dvSwitch provides advanced functionalities such as NetFlow, port mirroring, and ingress/egress traffic shaping, making a very feature-rich software switch.

Creating a vSphere Distributed Switch

A vSphere Distributed Switch cannot be created on an ESXi host directly. You need to be connected to the vCenter Server, either by using the vSphere Client or by using the vSphere Web Client. Also, keep in mind that a dvSwitch can only be created at the data center level in the vCenter inventory.

Getting ready

The ESXi hosts managed by the vCenter Server and it should be the vSphere Enterprise Plus licensed.

How to do it...

The following procedure will guide you through the steps involved in creating a dvSwitch:
  1. Log in to the vSphere Web Client, and use its inventory menu to go to Networking:
  1. Right-click on the data center you intend to create the dvSwitch on and go to Distributed Switch | New Distributed Switch...:
  1. On the New Distributed Switch wizard screen, supply a Name for the dvSwitch and click Next to continue:
  1. On the Select version screen, choose an intended dvSwitch version and click Next to continue:
  1. On the Edit settings screen, set the Number of uplinks, select Enabled or Disabled on the Network I/O Control option, and choose to either create or not create a default dvPortGroup. Click Next to continue:
  1. On the Ready to complete screen, review the settings and click Finish:

How it works...

A vSphere Distributed Switch is created at the data center level and spans across multiple participating hosts or clusters....

Table of contents