how to find out the SATADOM size in a Nutanix node ?

  • 18 November 2014
  • 3 replies
  • 1191 views

Badge +9
Dears

what is the command or where to look for the size of the SATADOM ?

thank you

This topic has been closed for comments

3 replies

Userlevel 4
Badge +18
On ESXi, you can run the following command to check the size of SATA DOM

esxcfg-scsidevs -c -d $(basename $(ls /dev/disks/t10* | head -1))


On hyperV, you can run following command

Get-WmiObject Win32_LogicalDisk -Filter "DeviceID='C:'"
Badge +9
because the box is shipped without hypervisor, these commands didnt work,
i use Df
Userlevel 4
Badge +18
Generally new node comes with KVM image but anyways new nodes are by default coming with 64 GB SATADOM