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

Configuring ESXi technical support mode


For security reasons, by default, the ESXi Shell of VMware vSphere is disabled. The VMware administrator needs to enable it manually if they want to access it locally or remotely, due to some maintenance tasks, for example, ESXi service patch upgrade tasks, HBA or NIC driver upgrade and parameter configuration, and so on. The ESXi Shell can be used by administrators to troubleshoot on VMware ESXi hosts. We can access it in two ways:

  • Logging in directly on the console of the ESXi host

  • Logging in remotely by SSH

Enabling and accessing ESXi Shell

When you want to access ESXi Shell, you should enable ESXi Shell first. Then you can execute esxcli. To enable local or remote ESXi Shell from the Direct Console User Interface (DCUI), we have to follow these steps:

  1. From the DCUI of the ESXi host, press F2. Provide the credentials when prompted.

  2. Select Troubleshooting Options. You can enable local TSM or remote TSM.

  3. To enable local TSM allows users to log on to the...