Versions Compared

Key

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

...

  • SSH into server that hosts SubmitServer.

    Code Block
    ssh -i ~/.ssh/marm_engcomp_ssh_ed25519 eugo@eng-eugo-mms1.private.uwaterloo.ca
  • Enter Docker container.

    Code Block
    docker exec -it marmoset-submitserver-103-01 /bin/bash
  • The following locations contain log files:

    • /usr/share/tomcat9/logs

    • /var/log

    • /var/log/tomcat9/marmoset

      • buildServer.log...

      • submitServerServlet.log...

  • If necessary, you can search for folders with high usage with the following:

    Code Block
    du -h --max-depth=1 | sort -h

...