Versions Compared

Key

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

...

  1. Data monitoring folks make a CCB request to deploy new limits. Wait for that to be approved.
  2. To figure out where the limits are:
    1. Go to the L1 install directory (currently /afs/slac.stanford.edu/g/glast/ground/PipelineConfig/Level1/5.9)
    2. grep alarmCfgBase config.py (the current location is /afs/slac/g/glast/ground/releases/volume11/AlarmsCfg)
  3. Go to the location of AlarmsCfg and check out the code from github:

    Code Block
    languagebash
    export tag=AlarmsCfg-07-00-37 #or whatever your tag is
    cd /afs/slac/g/glast/ground/releases/volume11/AlarmsCfg
    wget -O - https://github.com/fermi-lat/AlarmsCfg/archive/$tag.tar.gz | tar xzv
    mv AlarmsCfg-$tag $tag
  4. Remove the current links for test, dev, and prod, and replace them with the new version
  5. If possible, switch the links in between deliveries. It is acceptable to have a mix of old and new configs for a run
  6. Update the CCB request item in JIRA and mark it "Implemented"


...