VMware Cloud Foundation
To resolve the conflict password between SDDC and the Backup server issue follow the below steps:
You can also use:
# get user ID password-expiration
# chage -l backup"
Sample output:
Last password change : Jan 12, 2024
Password expires : Jan 12, 2025
Password inactive : never
Account expires : never
Minimum number of days between password change : 0
Maximum number of days between password change : 365
Number of days of warning before password expires : 7
a. If password expiry is not set or above 9999 then set the password expiry with the below command
set user ID password-expiration <number of days>
Sample:
"# chage -I -1 -m 0 -M 99999 -E -1 backup"
b. Confirm the password expiry status
"# chage -l backup"
Sample output:
Last password change : Jan 12, 2024
Password expires : never
Password inactive : never
Account expires : never
Minimum number of days between password change : 0
Maximum number of days between password change : 99999
Number of days of warning before password expires : 7
or alternatively you can set a specific expiry date: chage -d 2025-05-15 backup (NOTE: 2025-05-15 is just an example, you will need to set a date appropriate to your circumstances)
5. Set the 'backup' ID password to match with the password output from Step # 2
set user ID password
"# passwd backup" (This action will be taken care of by the Backup server owner).
6. Remediate the same password in SDDC Manager.
Impact/Risks:
None- The steps provided are safe to run with no downtime on any of the components involved.