create a directory for your fat (each temperature has its own fat) under /home/testdaq (example fat-2.1) from the domhub: ultuna1 off all ; killall dtsx ; killall python on all ; gotoiceboot on vertigo: Note that the automate script was changed by johan and adam so that it's using the symbolic link steeringdir: rm -f /home/testdaq/steeringdir ln -s /home/testdaq/fat-2.1 /home/testdaq/steeringdir cd /home/testdaq/steeringdir On the databasemachine (vertigo): autogen-wrapper ultuna1 (Or on ultuna1: autogen-wrapper -H vertigo) output here: (you should get 32 files) We just created steering files for 24 DOMS on the fat directory: grep domId one-of-the-steering-files -c instead of autogen-wrapper, if you use autogen-steering instead, you must also type: for f in GainVsHV-*.xml; do sed /DAC_SINGLE_SPE_THRESH/s/575/560/ $f > x && mv x $f; done for f in Linearity-*.xml; do sed /DAC_SINGLE_SPE_THRESH/s/575/1000/ $f > x && mv x $f; done grep domId one-of-the-steering-files -c