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

Physical and virtual architecture


Before learning about the VMware vSphere Server, you should know what the difference between traditional physical architecture and virtual architecture is.

The preceding diagram describes the differences between a virtualized and a non-virtualized host. In traditional architectures, the operating system is directly installed on hardware devices, for example, a rack-mount server, a blade server, and so on. The operating system, which is a Microsoft Windows platform or Linux platform, can only allocate the physical CPU and memory resources. It sends and receives data on a physical network adapter. It is required to upgrade the hardware if the administrator wants to allocate more physical resources, for example, the CPU core, memory, number of Host Bus Adapters (HBAs) and network adapters, and so on. Also, it is required to schedule the service down during hardware upgrades on each ESX host.

In virtual architectures, the operation system is installed on the hardware through a thin layer of software, called the virtualization layer or hypervisor. VMware vSphere is a hypervisor that can dynamically allocate physical hardware resources to each virtual machine. For example, suppose that a vSphere Server has 64 GB memory and three virtual machines are running on this vSphere host. Each VM is allocated 4 GB, which shares the physical memory (64 GB) of that vSphere host. It is not required to upgrade the hardware if the administrator wants to allocate more memory resources to the virtual machine, because the vSphere still has 52 GB of free memory available. To sum up, virtual architecture is more flexible than traditional architecture.