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

vSphere storage components


In Chapter 4, Storage Scalability, you learned about the Pluggable Storage Architecture (PSA), VMware SATP, and VMware PSP. What is the relationship between each component in vSphere hosts? During vSphere storage troubleshooting, you should understand the difference between device names, identifiers, and runtime names. The device name can usually be defined by the vSphere administrator, storage identifiers are unique IDs associated with devices, and the runtime name is a path. In the following screenshot, you can see vSphere's data store configuration. There are two types of identifier: 1 x local disk and 4 x FC channel disk. The naa identifier is established by the Network Address Authority (NAA).

This identifier is similar to the MAC identifier in the network interface adapter. In the following screenshot, you can also see two types of drive. One is SAN storage's disk, which is labeled Fibre Channel. The other is a local disk. It is labeled Block Adapter.

The...