VMware Cloud Community
cr2001
Contributor
Contributor

VSAN configuration audit

Hi,

How can i get completely VSAN configuration from remote site (i haven`t access to it, but there is a remote engineer who can helps) to audit it? Know about tool - AsBuiltReport - is that enough? I haven`t VSAN in my infrastructure and i can`t test this tools to see what it gives.

Or may be there are some PowerCLI commandlets which can do the same work?

Reply
0 Kudos
1 Reply
joaquíncossar1
Contributor
Contributor

Hi @cr2001 !

If you want to get the config of a vSAN Cluster, "As Built Report" won´t get you any information specifically about vSAN Clusters config, it will just inform you the general settings of all Clusters and if it has vSAN enabled.

If you want to get the config of a specific vSAN Cluster from an specific vCenter, you can execute the following PowerCLI cmdlet: Get-VsanClusterConfiguration [-Cluster <Cluster[]>] [-Server <VIServer[]>] [CommonParameters].

For more info, here is the link of the webpage: https://developer.vmware.com/docs/powercli/latest/vmware.vimautomation.storage/commands/get-vsanclus...

Hope this works for you!

Joa