Unable to add / Commission ESXi host in the SDDC manager with storage type vSAN
partedUtil command shows following vSAN partitions on the disks# partedUtil getptbl /dev/disks/naa.500######
1 2048 6143 ###CFCCC7###11E092EE000C2911D### vsan 02 6144 250069646 ###1E02A400F11DB959###C2911D### virsto 0
Note: Ensure the host is not part of any active vSAN cluster and does not contain any active objects before proceeding with the steps.
Refer: Monitor Virtual Objects in the vSAN Cluster
Follow one of the below options
Option 1 - UI option
Delete vSAN partitions from the disks in order to address the issue.
Log into affected ESXi host's web client.
Navigate to Storage > Devices > Select the vSAN eligible device.
Click on Actions > Clear partition table.
Repeat Step 2 & 3 for the remaining vSAN eligible devices on the affected host.
Option 2 - CLI Option:
From CLI with the help of partedUtil command the partitions can be deleted
# partedUtil getptbl /dev/disks/naa.500######gpt15566 255 63 2500696801 2048 6143 ###CFCCC7###11E092EE000C2911D### vsan 02 6144 250069646 ###1E02A400F11DB959###C2911D### virsto 0
# partedUtil delete /dev/disks/naa.500###### 1# partedUtil delete /dev/disks/naa.500###### 2# partedUtil getptbl /dev/disks/naa.500######gpt15566 255 63 250069680
If none of the above options work, delete the RAID from Server System Setup menu and re-image the ESX host - Refer to server vendor user guide on how to use the system setup menu