UNABLE LOG INTO CMS UI AFTER INSTALLATION
Symptom: Unable to log into CMS after installation
Possible Causes: The worker node with the Authentication service pod installed is not in the same time zone OR time as the Master Node.
Recommended Actions: Change the time zone or time of the worker node to that of the Master Node.
-
Execute the command below to check the time zone
-
timedatectl
-
-
If there is a time zone difference between the master and the worker nodes, execute the command below to modify the time zone:
-
timedatectl set-timezone <Timezone>
-
Example for EST: timedatectl set-timezone America/New_York
-
Execute the command below to restart the timedate service after the time zone is changed:
systemctl restart systemd-timedated.service
-
-
If there is a time difference between the master and the worker nodes, execute the command below to modify the time:
-
timedatectl set-time hh:mm:ss
-
Example: timedatectl set-time 16:02:50
-
Execute the command below to restart the timedate service after the time is changed:
systemctl restart systemd-timedated.service
-