Book Image

Data Center Virtualization Certification: VCP6.5-DCV Exam Guide

By : Andrea Mauro, Paolo Valsecchi
Book Image

Data Center Virtualization Certification: VCP6.5-DCV Exam Guide

By: Andrea Mauro, Paolo Valsecchi

Overview of this book

This exam guide enables you to install, configure, and manage the vSphere 6.5 infrastructure in all its components: vCenter Server, ESXi hosts, and virtual machines, while helping you to prepare for the industry standard certification. This data center book will assist you in automating administration tasks and enhancing your environment’s capabilities. You will begin with an introduction to all aspects related to security, networking, and storage in vSphere 6.5. Next, you will learn about resource management and understand how to back up and restore the vSphere 6.5 infrastructure. As you advance, you will also cover troubleshooting, deployment, availability, and virtual machine management. This is followed by two mock tests that will test your knowledge and challenge your understanding of all the topics included in the exam. By the end of this book, you will not only have learned about virtualization and its techniques, but you’ll also be prepared to pass the VCP6.5-DCV (2V0-622) exam.
Table of Contents (17 chapters)

To get the most out of this book

For the topics and the procedures covered, the book is oriented to experienced vSphere administrators and IT architects who have achievement of the certification as their goal. The purpose of this book is to provide the information and the procedures you need to prepare for the exam.

This book uses the VMware vSphere 6.5 Update 1 platform (ESXi, vCenter Server) as a reference, as well as some optional components, such as VMware vCenter Converter 6.2. These are the minimum software requirements to use in a lab to follow the topics covered in the book.

The software version used as a reference during the writing process is VMware vSphere 6.5 Update 1, which reflects the requirements for the exam preparation. The Flash-based vSphere Web Client was used to document all the procedures and screenshots, since not all of the functionalities have been implemented in the new HTML5 vSphere client. The HTML5 client is still not 100% complete and some functions may be missing. For an up-to-date list of unsupported functionality, see functionality updates for the vSphere Client at http://www.vmware.com/info?id=1413.

To practice the configuration procedures used through the various chapters, it is strongly recommended that you build a small lab environment to test and practice what you read through the chapters. VMware vSphere 6.5 Update 1 can be downloaded as a 60-day, fully working trial (during the trial period, it will be an Enterprise Plus version) to experiment with and learn how vSphere works.

Also, be sure to understand the limits of the available vSphere 6.5 features. The exam was very rich in the past, with those numbers now you must remember just the main limits. For more information, see this site: https://configmax.vmware.com/.

Each chapter is accompanied by some review questions at the end, which you should answer to verify that you have understood the content presented in the chapter. Take your time to practice and study the book to successfully achieve the VCP6.5-DCV certification.

Download the color images

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "StackName is the name of the new TCP/IP stack."

A block of code is set as follows:

<config>
<vpxd>
<network>
<rollback>false</rollback>
</network>
</vpxd>
</config>

Any command-line input or output is written as follows:

esxcli system settings advanced set -o /Net/UseHwTSO -i 0

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "On the Select name and location page, type the name of the new distributed port group, or accept the generated name."

Warnings or important notes appear like this.
Tips and tricks appear like this.