**Kumu is an on-boarding customer. We have 1 lab relay and 3 production relays.** **There is an AWS instance that is running our production trial environment. ** * kumuapps1.err * kumuapps2.err * kumuesk1.err * kumulb.err * kumulbdbrmq.err * kumuoat1.err * kumuoat2.err **Currently, the system is only running the MDC agent on kumuoat1.err. kumuoat2.err functionality has been shut down (more on that later). The MDC purely runs on kumuoat1.err, though we have a strange VPN currently. If the kumuoat1.err server is restarted, please stop all MDC services:** - sudo systemctl stop orchestrator; - sudo systemctl stop tracker; - sudo pkill -f rdfagent; **Then run: ** - sudo semanage permissive -a ipsec_t - sudo sysctl -w net.ipv4.tcp_timestamps=0 - sudo systemctl start strongswan - sudo systemctl start orchestrator - sudo systemctl start tracker **Make sure you get positive ping results from: ** - ping 10.8.1.8 or the like, some production IP, which is available in the MySQL orch db at kumuesk1.err element table. ** Contact shea.lawrence@errigal.com (415-559-8389) if you have any questions. NOTE: If disk space fills up, then you need to delete the /var/log/messages file most likely, and may have to restart the instance through AWS. The instance is in the 'aws_sandbox' login in US East Ohio. If you need access, contact Shea Lawrence or Stephen Shotts. NOTE: Currently, please do not start up the MDC on kumuoat2. The playbook may do that. We are simply in a period where running on both may cause complications, which is being investigated. Thanks! NOTE: As per usual, you can generally see if the MDC Agent is running simply by tailing the log file with something like:** //sudo tail -f /home/rdfagent/rdfagent/logs/agent/spring.log // NOTE: There is a script on kumuoat1.err -> /home/scotty/start_commands.sh This script can fully reboot the MDC with the VPN and all running. Please run as "sudo ./start_commands.sh".