VMware Cloud Community
lElOUCHE_79
Enthusiast
Enthusiast

vSAN fooprint calculation

Hello

I'm trying to find a way to calculate vSAN FOOTprint using a script, I'm not sure if that is possible or not but based on the below formula I guess it's possible

DiskGroupFootprint = DISKGROUP_FIXED_FOOTPRINT + DISKGROUP_SCALABLE_FOOTPRINT + CacheSize * CACHE_DISK_FOOTPRINT + NumCapacityDisks * CAPACITY_DISK_FOOTPRINT

vSANFootprint = HOST_FOOTPRINT + NumDiskGroups * DiskGroupFootprint

 

0 Kudos
0 Replies