Knowledge Base
The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides

|
Enabling or disabling Lockdown mode on an ESXi host (1008077)
Details
Solution
For more information on Lockdown mode, see the vSphere Security Guide (for vSphere 5.x) or the ESXi Configuration Guide (for earlier versions).
You can enable Lockdown mode from the Direct Console User Interface (DCUI).
Notes:
- These procedures are for ESXi only.
- The host profile does not have a setting to enable or disable Lockdown mode.
- Configure Lockdown Mode will be grayed out if vCenter is down or the host is disconnected from vCenter.
- None of the troubleshooting services will work after Lockdown mode is enabled.
To enable Lockdown mode:
- Log directly into the ESXi host.
- Open the DCUI on the host.
- Press F2 for Initial Setup.
- Toggle the Configure Lockdown Mode setting.
Using troubleshooting services
By default, troubleshooting services in ESXi hosts are disabled. You can enable these services if necessary. Troubleshooting services can be enabled or disabled irrespective of the Lockdown mode on the host.The various troubleshooting services are:
- Local Tech Support Mode (TSM): You can enable this service to troubleshoot issues locally.
- Remote Tech Support Mode Service (SSH): You can enable this service to troubleshoot issues remotely.
- Direct Console User Interface Service (DCUI): When you enable this service while running in Lockdown mode, you can log in locally to the Direct Console User Interface as the root user and disable Lockdown mode. You can then troubleshoot the issue using a direct connection to the vSphere Client or by enabling Tech Support Mode.
For information on Tech Support Mode, see Tech Support Mode for Emergency Support (1003677) or Using Tech Support Mode in ESXi 4.1 and ESXi 5.x (1017910).
Enabling or disabling the Lockdown mode using ESXi Shell
You can run these commands from the vSphere CLI to verify the status of the Lockdown mode and to enable/disable it.ESXi 5.x and 4.1
- To check if Lockdown mode is enabled: vim-cmd -U dcui vimsvc/auth/lockdown_is_enabled
- To disable Lockdown mode: vim-cmd -U dcui vimsvc/auth/lockdown_mode_exit
- To enable Lockdown mode: vim-cmd -U dcui vimsvc/auth/lockdown_mode_enter
- To check if Lockdown mode is enabled: vim-cmd -U dcui vimsvc/auth/admin_account_is_enabled
- To disable Lockdown mode: vim-cmd -U dcui vimsvc/auth/admin_account_enable
- To enable Lockdown mode: vim-cmd -U dcui vimsvc/auth/admin_account_disable
Enabling or disabling Lockdown mode using PowerCLI
To enable Lockdown mode using PowerCLI, run this command:(get-vmhost <hostname> | get-view).EnterLockdownMode() | get-vmhost | select Name,@{N="LockDown";E={$_.Extensiondata.Config.adminDisabled}} | ft -auto Name LockDown
To disable Lockdown mode, run this command:
(get-vmhost <hostname> | get-view).ExitLockdownMode()
For more information, see the vSphere Command-Line Interface Documentation.
Tags
Update History
Request a Product Feature
To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.
Actions
KB:
- Updated:
- Categories:
- Languages:
- Product Family:
- Product(s):
- Product Version(s):

