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

A vSphere Fibre Channel storage troubleshooting example


In the previous chapter, you learned about the Fibre Channel storage architecture. Now you will learn how to troubleshoot problems with FC SAN. In FC SAN, general problems occur in storage throughput. The general problems that can occur include storage throughput and latency in read and write operations. Storage stack, follow the stack to troubleshoot the latency, and so on.

The ESX architecture has lots of components. Here, we will see the physical components at the bottom: CPU, memory, networking, and storage devices. Then, on the upper layer, we have the ESXi VMkernel software layer, and in it, we have various components, such as the scheduler that schedules the VMs on the physical CPUs, and the memory allocator that divides the physical memory and allocates it to the VMs. We also have various drivers for connecting to physical devices, such as networking and storage drivers. The most important part of the VMkernel is the monitor...