- Log into each cluster node (primary + secondary servers) as the root user.
- Set the 'cb' user account back to the default settings of a nologin account without expiration dates.
chage -E -1 cb
chage -M -1 cb
chage -l cb
The expected output of the 'chage -l cb' command should be similar to:
# chage -l cb
Last password change : Jan 22, 2020
Password expires : never
Password inactive : never
Account expires : never
Minimum number of days between password change : -1
Maximum number of days between password change : -1
Number of days of warning before password expires : -1
- Confirm cb user settings in /etc/passwd
cb:x:<uid>:<gid>:Service account for VMware Carbon Black EDR:/var/cb:/sbin/nologin
- Restart the cluster.