In vSphere 4.1 Update 2 and later, perform these steps on individual hosts to disable the warnings:
- Open a VI Client to the ESXi host
- Select the ESXi host from the Inventory.
- Select Configuration tab Advanced Settings from the Software menu.
- Navigate to UserVars > UserVars.SupressShellWarning.
- Set the value from 0 to 1.
- Click OK.
You can also do this via command-line:
In esxcli system settings advanced, set -o /UserVars/ESXiShellTimeOut -i 1
In Scripted installs, set /adv/UserVars/SuppressShellWarning = “1”
In Scripted installs, set /adv/UserVars/SuppressShellWarning = “1”
Leave a Reply