Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeEmacs
titleCheck overall health/load on the server
htop



How to (re) start the WebServer

Code Block
languagebash
themeEmacs
titleResume WebServer screen
sudo -u analytics screen -r WebServer

  • Code Block
    themeEmacs
    titleIF successfuly resumed the screen THEN kill the web-server
    Enter Ctrl-C



  • Code Block
    languagebash
    themeEmacs
    titleIF There is no screen to be resumed
  • matching WebServer
  • THEN
  • start a
  • enter new screen
    sudo -u analytics screen -S WebServer
  • Code Block
    themeEmacs
    titleIF successfuly entered the WebServer screen THEN kill the web-server
    Enter Ctrl-C

Code Block
languagebash
themeEmacs
titleRun the web-server
/home/unix/analytics/TigerETL3/runWeb.sh

...