Follow the below steps to reload the Admin server and bring the User Interface back online.
- SSH into the Admin Server (UI server). Ensure you are logged in as the root user.
- Move all the files in /tmp to a backup location.
- Restart the RabbitMQ service if there are any exceptions in /var/log/rabbit@xxxxx.log or large (backed up) message queues in the RabbitMQ CLI.
- Restart the Security Server by running the following command:
service rsa-nw-security-server restart
- Restart the Jetty server by running the following command:
service jetty restart
Note: The Jetty server must have the mongodb, rabbitmq, security server, and config server running to function. Ensure all the services running and that the root partition "/" is not at 100%. |