how to find out the SATADOM size in a Nutanix node ? | Nutanix Community
Skip to main content

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

  • November 18, 2014
  • 3 replies
  • 1203 views

pjoy
Forum|alt.badge.img+9
  • Adventurer
  • 5 replies
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

DonnieBrasco
Nutanix Employee
Forum|alt.badge.img+18
  • Nutanix Employee
  • 82 replies
  • November 18, 2014
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:'"

pjoy
Forum|alt.badge.img+9
  • Author
  • Adventurer
  • 5 replies
  • November 19, 2014
because the box is shipped without hypervisor, these commands didnt work,
i use Df

DonnieBrasco
Nutanix Employee
Forum|alt.badge.img+18
  • Nutanix Employee
  • 82 replies
  • November 19, 2014
Generally new node comes with KVM image but anyways new nodes are by default coming with 64 GB SATADOM