Page 1 of 1

TES errors on page

PostPosted: Tue Jun 05, 2018 3:55 pm
by Lee Hendricks
The TES server at Spoor and Fisher sometimes gets restarts.
In this case the TESwebdeamon is off and needs to be started up.

To start up the service, navigate to the location:
TYPE:
Code: Select all
cd /opt/datatex/tes/webserver/


Run the following script to make sure that the webdeamon has stopped
TYPE:
Code: Select all
./stopteswebdaemon

Wait for the "stopped" response
OUTCOME:
Code: Select all
teswebdaemon: no process found
teswebdaemon: no process found
teswebdaemon.bin: no process found


This will confirm that the TESWEBDAEMON is stopped. Now start the service.
TYPE:
Code: Select all
./startteswebdaemon


Confirm that the daemon is now running.
TYPE:
Code: Select all
ps auwxf |grep tes


Check if the service is running
OUTCOME:
Code: Select all
root       386  0.0  0.0  15404  1388 ?        Ssl  14:49   0:00 ./teswebdaemon -D
root       388  0.0  0.0   4444   652 ?        S    14:49   0:00  \_ sh -c ./teswebdaemon.bin >>/tmp/guardian/teswebdaemon.log 2>>/tmp/guardian/teswebdaemon.log
root       389  0.3  0.2 683020 11604 ?        Sl   14:49   0:14      \_ ./teswebdaemon.bin

The webpage should now be accessible