In the two power issues today Erik had to manually start fmcs-epics-ioc. It is a mac mini in a custom rack container that makes it hard to see if it is on or to power cycle it. This machine causes issues at each power outage.
After the second outage I put a VM together to host a containerized version of the code. It is staged and ready to go, but not tested. If it goes down again we go onto the new system and start the container. It should allows to get the fmcs going without sending someone to fiddle with the machine.
To do this:
1. log into fmcs-epics-ioc.
2. systemctl start deb10ioc
To make it perminant we need to modify the systemd file to have an install section, do a daemon-reload and a systemctl enable.
Ultimately we need to rebuild this ioc on a new OS release.