Note: If there are any failures, use the up arrow key to re-run the command until the failures column shows 0.
Run the following commands to set the accounts to a temporary password:
passwd vcf passwd root
Then reboot SDDC by running the following:
reboot -f
After a few minutes, SSH into the SDDC Manager with the vcf user and temp password and then su root and enter the temp password for root.
Then run the following command to clear the passwords:
echo "" >/etc/security/opasswd
Now reset the accounts to new passwords or a password previously used by using commands mentioned in Step 11. Note: Make a note of what the vcf and root passwords were changed to.
Here is the below command to change the age of the VCF and Root:
VCF: chage -M 999 vcf Root: chage -M 999 root
17. Make sure that the vCenter's root password is not set to 'never expire' or '-1': 'chage -l root' (or check the password status within the vCenter's VAMI page).