VMware vSphere 6.5 Cookbook
eBook - ePub

VMware vSphere 6.5 Cookbook

Abhilash G B, Cedric Rajendran, Mathias Meyenburg

Buch teilen
  1. 539 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

VMware vSphere 6.5 Cookbook

Abhilash G B, Cedric Rajendran, Mathias Meyenburg

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Über dieses Buch

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.

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist VMware vSphere 6.5 Cookbook als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu VMware vSphere 6.5 Cookbook von Abhilash G B, Cedric Rajendran, Mathias Meyenburg im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Computer Science & Virtualisation. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

Jahr
2018
ISBN
9781787285347

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....

Inhaltsverzeichnis