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

Using the VMware commands


We have described the configuration of vMA in the first section. In this section, you will learn how to manage the supported vCenter Server or ESXi host using vMA. Firstly, you will learn how to connect the vCenter or ESXi to vMA. The vifp interface enables the administrator to add, list, and remove the target host (ESXi host or vCenter Server) from vMA. The following are some examples of ESXi host maintenance tasks using vMA.

vMA has included many commands, for example, esxcli, resxtop, vicfg, esxcfg, vmware-cmd, and so on.

The following table lists a description of each command:

Command

Description

esxcli

This is used to manage the vSphere host remotely or in the ESXi Shell.

resxtop

This is used to remotely monitor the resource of the vSphere host.

vicfg- commands

You should use this when deploying a vMA virtual machine and targeting the vSphere host.

esxcfg- commands

These are available in the ESXi Shell. Most commands are replaced by esxcli.

vmware...