Closed csabyka closed 5 years ago
esxi console: Listing: vim-cmd hostsvc/advopt/view Config.HostAgent.plugins.solo.enableMob Enable: vim-cmd hostsvc/advopt/update Config.HostAgent.plugins.solo.enableMob bool true Disable: vim-cmd hostsvc/advopt/update Config.HostAgent.plugins.solo.enableMob bool false
Powercli: Listing: Get-VMHost #IPADDRESS | Get-VmHostAdvancedConfiguration -Name Config.HostAgent.plugins.solo.enableMob | Format-List Enable: Get-VMHost #IPADDRESS | Set-VMHostAdvancedConfiguration -Name Config.HostAgent.plugins.solo.enableMob -Value True Disable: Get-VMHost #IPADDRESS | Set-VMHostAdvancedConfiguration -Name Config.HostAgent.plugins.solo.enableMob -Value False
Thanks !
esxi console: Listing: vim-cmd hostsvc/advopt/view Config.HostAgent.plugins.solo.enableMob Enable: vim-cmd hostsvc/advopt/update Config.HostAgent.plugins.solo.enableMob bool true Disable: vim-cmd hostsvc/advopt/update Config.HostAgent.plugins.solo.enableMob bool false
Powercli: Listing: Get-VMHost #IPADDRESS | Get-VmHostAdvancedConfiguration -Name Config.HostAgent.plugins.solo.enableMob | Format-List Enable: Get-VMHost #IPADDRESS | Set-VMHostAdvancedConfiguration -Name Config.HostAgent.plugins.solo.enableMob -Value True Disable: Get-VMHost #IPADDRESS | Set-VMHostAdvancedConfiguration -Name Config.HostAgent.plugins.solo.enableMob -Value False