Saturday, 15 December 2012

Suppress warning about SSH configuration ESXi

After upgrading/building ESXi 5 and you have enabled SSH you will recieve a warning on the summary tab stating:

Configuration Issues
ESXi Shell for the host has been enabled
SSH for the host has been enabled


 



You will also get exclamation mark (warning) against each of your host.


To disable this warning you can follow this article (KB2007922) from VMware. For the people that wish to use powershell to configure this here is the command for it

set-VMHostAdvancedConfiguration -Name UserVars.SuppressShellWarning -Value 1

 




No comments:

Post a Comment

Azure Resource Support for Availability Zone

Over the years, an increasing number of services are consumed in the cloud and as architects one of the key considerations is designing the ...