vSAN1

 View Only
  • 1.  vSAN fooprint calculation

    Posted Mar 19, 2023 09:50 AM

    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