This is a known limitation in VCF Operations 9.1. Broadcom Engineering is aware of this issue and is working on fixing the issue in upcoming releases of VCF Operations.
To manually set the password expiry for the root account on a VCF Operations node, please use the below workaround:
Steps:
- SSH into the VCF Operations node using the
root account: ssh root@<vcfops-node-hostname-or-ip>
- Execute the following command to set the password expiry for the
root account. Replace 365 with the desired number of days: sudo chage -M 365 root
- To verify the change was applied successfully:
chage -l root
Confirm that the "Maximum number of days between password change" field reflects the value set in step (2).
NOTE: Repeat above steps on each VCF Operations node in the cluster.