Skip to content

kgrid test

Greg Farris edited this page Oct 23, 2019 · 6 revisions

ITS hosts our virtual server(s). If you're a member of [email protected] you should be able t o access the service administrative dashboard at My Services & Subscriptions. The server is located at https://kgrid-test.miserver.it.umich.edu. It's a public url, so you should be able to get to it from anywhere.

Server Name: kgrid-test.miserver.it.umich.edu

Assigned IP Address: 141.211.217.205

Apache Configuration

https://github.com/kgrid/kgrid-config/tree/master/kgrid-test/httpd

Apache located at /etc/httpd/ The kgrid-vhosts.conf file get sudo copied to /etc/httpd/conf.d. Don't forget to restart httpd, sudo systemctl restart httpd.

The cert and key get sudo copied to XXX. Don't forget to restart httpd, sudo systemctl restart httpd.

How Do I

  1. Start Apache service sudo systemctl start httpd

  2. Stop Apache service sudo systemctl stop httpd

  3. View Apache service status sudo systemctl status httpd

  4. View Apache Logs sudo tail /etc/httpd/logs/access_log sudo tail /etc/httpd/logs/error_log

  5. Get to Docker instances cd /usr/local/miserver/kgrid/kgrid-instances

  6. Find out where disk space is being used df sudo du -h --max-depth=1

  7. Clean http logs sudo find /var/log/httpd -type f -mtime +10 -delete

Clone this wiki locally