ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

VMware Virtual SAN Diagnostics and Troubleshooting Reference Manual

By Vladan SEGET | Last Updated: March 17, 2015

Shares

Another must have document if your're into VSAN. Again, this document called VMware Virtual SAN Diagnostics and Troubleshooting Reference Manual, which is written by Cormac Hogan (VMware) but this time it does not has 80 pages, but 295! It's not a simple PFD but rather a book which you can download for free.

It's very good document, again, like the  VMware Virtual SAN 6.0 Design And Sizing Guide that I detailed in my previous post. The author teaches you how to check if disk controller (with its firmware) is on VSAN HCL ( hardware compatibility list), which CLI commands you need to pass to get the information (firmware levels) etc. etc…. this is just to start with. At the end, there is monitoring through Ruby vSphere console and vSphere web client. All this with theoretical teaching about VSAN components and terminology.

Interesting to see the impact of number of disk groups per server on the memory. Single disk group requires 6Gb of RAM whether 5 disk groups with 7 magnetic disks each requires 32Gb of RAM. I could see it during my testing of VSAN in my lab where I had only single disk group on my whitebox with 24 Gb of RAM. The memory consumption was higher than without activating VSAN and so as a result I could run lower number of VMs on that host. This was of course unsupported lab hardware with small amount of memory. But when architecting VSAN solutions it's certainly a parameter to take into account.

vsan-troublesh2

VMware Virtual SAN Diagnostics and Troubleshooting Reference Manual

So let's see what's inside…

First of all, I think that this is a real book. But you get this for free. Nice. I think that this guide is very exhaustive and goes really deep to allows VMware admins, architects and IT professional to master VMware VSAN. The book has

Different commands that helps identify disk types, storage controllers and also details about all logical devices

Example:

esxcfg-scsidevs -a

gives you simple view of the hbas and types of attachments with some details

esxcfg scsidevs -a

But this one:

esxcfg-scsidevs -c

gives you further details..

esxcfg scsidevs -c

More options – get help with “?” at the end. Ex:

esxcfg-scsidevs -?

gives you this

Get Help

But let's get back to the paper as there is more commands to gather informations from the underlying hardware, driver versions and firmware versions. The document is a must have to be able to gather all those informations.

As an example you can see the informations gathered in the document.

example of informations gathered

This shows clearly the importance of VMware HCL for VSAN, but can be used as a guideline for other hardware. Cormac shows also example of unsupported hardware as he walks you through the research on VMware HCL site (with screenshots) to finally show that the particular storage controller isn't VSAN supported.

But this document do not focus for hardware only. It also teaches the general VSAN terminology. What are the different components of VSAN like replica, or witness and their impact on availability of VMs. Also he points the differences between the VSAN 5.5 and VSAN 6.0, because there are some things that changed. For example:

Quote:

In Virtual SAN 5.5, for a virtual machine deployed on a Virtual SAN datastore to remain available, greater than 50% of the components that make up a virtual machine’s storage object must be accessible. If less than 50% of the components of an object are accessible across all the nodes in a Virtual SAN cluster, that object will no longer be accessible on a Virtual SAN datastore, impacting the availability of the virtual machine. Witnesses play an import role in ensuring that more than 50% of the components of an object remain available.

Important: This behaviour changed significantly in Virtual SAN 6.0. In this release, a new way of handling quorum is introduced. There is no longer a reliance on “more than 50% of components”. Instead, each component has a number of “votes”, which may be one or more. To achieve quorum in Virtual SAN 6.0, “more than 50 percent of votes” is needed.

Info about failures:

Interesting read as well where you'll see the difference between Absent component or Degraded component. Where Absent one will trigger 60 min wait time (to see if it'll come back) the degraded component triggers remediation immediately.

What happens when cache tier SSD fails?

It depends. If you're configure NumberOfFailureToTolerate=1 than you're ok for the rebuild, but if you're on NumberOfFailureToTolerate=0 then:

If the VM Storage Policy has NumberOfFailuresToTolerate=0, the VMDK will be inaccessible if one of the VMDK components (think one component of a stripe) exists on disk group whom the pulled SSD belongs to. There is no option to recover the VMDK. This may require a restore of the VM from a known good backup.

What happens when a disk fails?

Same thing as for above…

It's well written deep dive manual for VSAN. If you're IT admin, VMware architect you'll need both documents! This document seems to go much deeper on the technical site however and shows pretty much every single aspect on SAN troubleshooting.

Get this document from this link: PDF Diagnostics and troubleshooting Reference Manual – Virtual SAN

Shares
Vote !

| Filed Under: Desktop Virtualization, Free Stuff Tagged With: VMware Virtual SAN Diagnostics and Troubleshooting Reference Manual, VMware VSAN 6.0

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Comments

  1. Julius Kovac says

    March 12, 2015 at 3:38 pm

    Great Article Vladan ! THX

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!
  • Installation of StarWind VSAN Plugin for vSphere
  • Protect Mixed environments with Nakivo Physical Machine recovery (bare metal)
  • No more FREE licenses of VMware vSphere for vExperts – What’s your options?
  • Tails – Your Private OS on USB Stick
  • StarWind V2V Converter Now has CLI
  • Veeam VHR ISO v2 – 2025 Download and Install
  • Deployment OVA and Installation of Nakivo Backup and Replication for VMware

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in