I had updated the individual start scripts, but forgotten to update the rc.local file on the front ends to handle burt restores on reboot.
I went to the fb machine and into /diskless/root/etc/ and modified the rc.local file there.
Basically in the loop over systems, I added the following line:
/opt/epics-3.14.9-linux/base/bin/linux-x86/burtwb -f /opt/rtcds/caltech/c1/burt/autoburt/latest/${i}epics.snap -l /opt/rtcds/caltech/c1/burt/autoburt/logs/${i}epics.log.restore -v
The ${i} gets replaced with the system name in the loop (c1sus, c1mcs, c1rms, etc)
|