Here are the troubleshooting steps to follow when the LiveNX Web UI is down.
- Need to check the reachability to the LiveNX server using the ping command. If we have connectivity to the LiveNX server, then follow the next steps.
- Need to check if we have access to the LiveAdmin via https://LiveNXserverIP:8443. If yes, need to
check if all the required services are running.
- We can get the logs from the LiveAdmin by navigating to Support > Generate Support.
- If the LiveAdmin UI is down, then we need to check if we can SSH into the LiveNX server.
If yes, then we need to check the status of the LiveNX server using the command “sudo
systemctl status livenx-server” and “sudo systemctl status livenx-web”. The
status should be active (example screenshot below).
- We can also check the status of other services using CLI commands
# livenx-nodesudo systemctl status|stop|start|restart livenx-node# livenx-admin commandssudo systemctl status|stop|start|restart livenx-admin# influxdb commandssudo systemctl status|stop|start|restart influxdb# mongod commandssudo systemctl status|stop|start|restart mongod - Once the status of all the services is obtained. We can get the logs from the CLI by
exporting it using WinScp using the path cd /data/livenx-server/data/logs
- The logs need to be obtained from either the LiveAdmin or both LiveAdmin and CLI of LiveNX.
- Once the logs are obtained, we can check for services which have been stopped and attempt restarting or resuming a stopped service.
- On completion of this, we can attempt to reboot the LiveNX server to check if it resolves the issue.
- It is important to obtain all logs before restarting any service or rebooting the LiveNX server to prevent the logs related to the issue from being rolled over.
- If the issue is still not resolved. Take a note of the timestamp of the issue and provide support with logs and screenshot of error message to debug further.