Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If just upgrading a point release (8.5.100 to 8.5.103, etc...) you usually just deploy the new version on AFS.

Finding what's running

There's a few places you can inspect.

First and foremost, the sca-resty repo's main branch should represent the state of the nginx reverse proxy at all times:

https://github.com/slaclab/sca-resty/tree/main/rootfs/etc/nginx/conf.d

Config files, named per-site, are located there.


Secondly, the ~$USER/crontabs directory should represent the state of crontabs, running on RHEL 6 machines, at all times. 

Crontab files, named per-host, are defined there. Of course, if there could be skew, so you may want to verify.

You should be able to be able to find servers that are likely running with the following command:

Code Block
grep "tomcat/scripts/monitor" ~$USER/crontabs/* | grep -v "~" | grep -v ":#"


scalnx-v03 - freehep, sventon, etc...

...