To resolve the issue, run the change command manually and stop the hung change command.
- Log into the vRealize Operations Manager node as root via SSH or console.
- Run the following command to disable the password expiration for the postgres user:
chage -m 0 -M 99999 -I -1 -E -1 postgres
- Run the following command to stop the hung chage command:
pkill -9 chage
- Repeat steps 1-3 on all other affected nodes in the vRealize Operations Manager cluster.
Once complete, the upgrade will continue as normal.