check if the server ui is running
If not, start with this command
Then start the apache server if not running
Code:
N5810:~# ps | grep UIserver.py
1821 root 5976 S grep UIserver.py
If not, start with this command
Code:
/opt/python/bin/python /img/WebUI/admin/UIServer.py </dev/null >/dev/null 2>&1 &
Then start the apache server if not running
Code:
/opt/apache/bin/httpd -f /var/run/httpd.cfg -E /var/logs/httpd/httpd_log -k start