Book Image

VMware vSphere Troubleshooting

Book Image

VMware vSphere Troubleshooting

Overview of this book

VMware vSphere is the leading server virtualization platform with consistent management for virtual data centers. It enhances troubleshooting skills to diagnose and resolve day to day problems in your VMware vSphere infrastructure environment. This book will provide you practical hands-on knowledge of using different performance monitoring and troubleshooting tools to manage and troubleshoot the vSphere infrastructure. It begins by introducing systematic approach for troubleshooting different problems and show casing the troubleshooting techniques. You will be able to use the troubleshooting tools to monitor performance, and troubleshoot issues related to Hosts and Virtual Machines. Moving on, you will troubleshoot High Availability, storage I/O control problems, virtual LANS, and iSCSI, NFS, VMFS issues. By the end of this book, you will be able to analyze and solve advanced issues related to vShpere environment such as vcenter certificates, database problems, and different failed state errors.
Table of Contents (16 chapters)
VMware vSphere Troubleshooting
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Installing VMware vRealize Operations Manager
Power CLI - A Basic Reference
Index

Chapter 3. Troubleshooting Clusters

Today's virtual environment is not considered complete until it remains online 24/7. High availability is supported by almost all kinds of operating systems, regardless of its type. VMware also supports high availability and the Distributed Resource Scheduler (DRS) to allow you to have a fully automated and highly available infrastructure. DRS manages the workload and load balances them within the vSphere cluster. It is based on advanced algorithms to automate the migration of virtual machines using vMotion from one host to another when the resources are not available to satisfy the virtual machine requirements on a particular host. The migrations are done entirely without any downtime.

To avoid downtime and to monitor the performance of your infrastructure, you must know how to troubleshoot DRS and high availability issues in VMware infrastructure. In this chapter, you will also see how to troubleshoot vMotion and storage vMotion issues. You have already...