Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 5 Next »

SubmitServer

  • SSH into server that hosts SubmitServer.

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

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

    • /usr/share/tomcat9/logs

    • /var/log

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

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

BuildServer

  • No labels