YYYY-MM-DDTHH:MM:SS.483+0000 INFO [vcf_sos] [util.py::log_password_check::2247::get_passsword_expirationThread0] Expiration information for user vcf on : sddc.example.com :{'user': 'vcf', 'host': 'sddc.example.com', 'component': 'SDDC', 'cmd': 'chage -l vcf', 'last_change': 'Month Day, YYYY', 'expiry': 'Month Day, YYYY', 'expires_in': -1}
/opt/vmware/sddc-support/sos --password-health --domain-name ALL
Example output showing Expiry date less than current date:VMware Cloud Foundation 5.x
Expired password of vcf user account for SDDC Manager Appliance
Extend the expiration date for the vcf account on the SDDC Manager appliance using the chage command while logged in to the Console for the VM using root credentials, steps to achieve the same is mentioned below:
chage -l vcf
This will display the "Maximum number of days between password change" and the "Password expires" date.chage -M 90 vcf
chage -M 999 vcf
chage -l vcf
If you have forgotten the current root and vcf password then you would need to follow the steps mentioned in KB here to reset it: How to reset SDDC Manager vcf and root user accounts