This article provides the steps to modify the default unlock timer set for the root user account.
VMware vCenter Server 7.x
VMware vCenter Server 8.x
To set a custom root_unlock_time value that persists through reboots, follow these steps:
shell.set --enabled truecp /etc/applmgmt/appliance/faillock.conf /etc/applmgmt/appliance/faillock.conf.bkp/etc/applmgmt/appliance/faillock.confroot_unlock_time = 600 (As per the requirement in seconds)root_unlock_time=600 grep -i "root_unlock_time" /etc/applmgmt/appliance/faillock.conf It should show the new configured time.Impact & Risk Considerations
Misconfiguring lockout times (too long or too short) can lead to denial of access, especially for root/emergency logins.