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

Identifying the vSphere log used to troubleshoot a storage problem


In Chapter 2, Getting Started with vSphere Management Assistant, you learned about the location of vSphere and vCenter Server's logs and how to export the bundle log file. In most vSphere environments, the system administrator installs one syslog server to store the vSphere server's log for any troubleshooting required.

You can set up a third-party syslog server (for example, a Linux Syslog server or Windows-based Syslog server) or VMware vSphere Syslog Collector. You can also set up a vSphere Syslog Collector on the vCenter server, or on a different machine that has a network connection with the vCenter Server. The following is the installation procedure of the vSphere Syslog Collector on the vCenter Server, which is installed on a Windows platform and is not using the vCenter appliance:

  1. Select VMware vSphere Syslog Collector in the VMware vCenter Support Tools menu and click on the Install button, as shown here:

  2. Accept the...