[PSH] DasConfigInfo.HostMonitoring en OneLiner

En vue d’une maintenance réseau, vous pourrez être amené à désactiver la fonction HostMonitoring d’HA comme le recommande VMware :

When making changes to the networks that your clustered ESX/ESXi hosts are on, VMware recommends that you suspend the Host Monitoring feature.

Nous vous recommandons pour cela notre petit OneLiner PowerCLI maison :

Get-View -ViewType ClusterComputeResource|%{$_.ReconfigureComputeResource_Task((New-Object VMware.Vim.ClusterConfigSpecEx -Property @{DasConfig=(New-Object VMware.Vim.ClusterDasConfigInfo -Property @{HostMonitoring="disabled"})}), $true)}

Vous trouverez facilement la commande inverse ;)

Tags: , , , ,

Leave a Reply