Dears
what is the command or where to look for the size of the SATADOM ?
thank you
how to find out the SATADOM size in a Nutanix node ?
This topic has been closed for comments
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:'"
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:'"
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.