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 comparison between physical and virtual machines


The following table is a comparison of physical and virtual machines:

 

Physical machine

Virtual machine

Relocation

Difficult to relocate.

Requires service downtime.

Specific to physical hardware.

Easy to relocate.

Encapsulated into files.

Independent of physical hardware.

Management

Difficult to manage.

Hardware failures cause service downtime.

Easy to manage.

Isolated from other virtual machines.

Cost

High.

Virtualizing physical system saves cost.

Hardware limitations

Changes in hardware limit application support.

Changes in hardware cannot affect application support.

Resource sharing

This is not supported.

Virtualization can share multiple virtual machines on a single physical host.

Memory usage

Operating system assumes that it owns all of the physical memory in the system.

Allow the hypervisor to run multiple virtual machines simultaneously.

Virtual networking

This is not supported.

A virtual machine can be configured with one or more virtual Ethernet adapters (vSwitch or dvSwitch).

Filesystems

NTFS and ext3.

VMFS3 and VMFS5.

Operating system deployment

This is a time-consuming task.

It is easy to deploy virtual machines from the VM template.

Backup

Use third-party backup software.

It is easy to create a VM snapshot or clone the virtual machine.

According to the preceding table, you know that virtual architecture is more flexible than traditional architecture, for example, with OS deployment, management, and relocation.