Book Image

Mastering VMware vSphere Storage

By : Victor Wu, Eagle Huang
Book Image

Mastering VMware vSphere Storage

By: Victor Wu, Eagle Huang

Overview of this book

<p>vSphere Storage is one of the three main infrastructure components of a vSphere deployment (Compute, Storage, and Network).</p> <p>Mastering VMware vSphere Storage begins with an insightful introduction to virtualization and creating your own virtual machines. We then talk about VMware vCenter Server and virtual machine management, as well as managing vSphere 5 using vSphere Management Assistant (vMA) and esxcli and vmware-cmd commands. We then swiftly move on to a very interesting topic, reviewing the vSphere performance and troubleshooting methodology. We then configure VM storage profiles, Storage DRS, and Storage I/O control. More significantly, we will troubleshoot and analyze storage using the VMware CLI and learn how to configure iSCSI storage.</p> <p>By the end of the book, you will be able to identify useful information to make virtual machine and virtual data center design decisions.</p>
Table of Contents (21 chapters)
Mastering VMware vSphere Storage
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

ESXi host design key points


In this chapter, we will discuss how to design the ESXi host and make it meet the requirements of the business. In general, when we purchase an ESXi host, we mainly consider the data center CPU type and CPU capacity, data center memory capacity, host hardware type, and so on.

CPU capacity

ESXi hosts are the fundamental compute building blocks of a virtual data center.

ESXi host resources are distributed in order to run virtual machines. They are aggregated to build clusters of highly available pools of compute resources. Now, if you want to design the ESXi, the first step is to identify useful information from the customer, including the CPU type, CPU capacity, memory capacity, and the customer's preferred hardware vendor.

Now how can we go ahead and determine all of the CPU capacity required? Just follow these steps:

  1. Choose the appropriate tools to analyze the current system CPU capacity required. Many tools can help do that, such as the VMware capacity planner and...