If you cannot login to UMC, run the health script (umcServiceHealth) to verify the status of the services and resolve the issues.
Alternatively you can perform this tasks manually by verifying the services edirapi container, microfocus-umc-server, and postgresql.
Run the following commands to verify the status:
systemctl status docker-edirapi.service
systemctl status microfocus-umc-server.service
systemctl status postgresql.service
Run the following commands to restart services:
systemctl restart docker.service
systemctl restart docker-edirapi.service