Dears
what is the command or where to look for the size of the SATADOM ?
thank you
Page 1 / 1
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:'"
because the box is shipped without hypervisor, these commands didnt work,
i use Df
i use Df
Generally new node comes with KVM image but anyways new nodes are by default coming with 64 GB SATADOM
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.