Reports until 12:44, Tuesday 03 December 2013
H1 SUS (INS, IOO, ISC)
jeffrey.kissel@LIGO.ORG - posted 12:44, Tuesday 03 December 2013 - last comment - 14:52, Tuesday 03 December 2013(8798)
HTTS / HAUX Models Installed
J. Kissel, D. Barker

There was a significant amount of extra work installing the new HAUX and HTTS models on their respective front ends, so I detail below.

${userapps}/sus/${ifo}/models/${ifo}sushtts.mdl
------------------------------------
- Make sure to remove ${ifo}asctt and replace with ${ifo}sushtts (or capitalized version, when appropriate) in the following files:
    - /diskless/root/etc/rtsystab (on boot machine, i.e. ${ifo}boot0)
    - ${userapps}/release/cds/${ifo}/daqfiles/${ifo}dc0/master
      (which hopefully is the source of the softlink in /opt/rtcds/${site}/${ifo}/target/${ifo}dc0/)
        - the framebuilder's .ini file, 
        - the test point manager's .par file, and 
        - the EPICs database's EDCU .ini file
    - ${userapps}/release/cds/${ifo}/daqfiles/${IFO}EDCU_DAQ.ini
- Log onto ${ifo}build front-end
    - make ${ifo}sushtts
    - make install-${ifo}sushtts
- Log onto ${ifo}asc0 front-end
    - kill${ifo}asctt   (Needs to be removed from front-end kernel, since it'll no longer be used)
    - start${ifo}sushtts


${userapps}/sus/${ifo}/models/${ifo}susim.mdl   (much more simple, more typical since the model already exists)
------------------------------------
- Log onto ${ifo}build
    - make ${ifo}susim
    - make install-h1susim
- Log onto ${ifo}sushh2b
    - start${ifo}susim

Since there are a ton of new channels, one will need to restart the data-concentrator,
- telnet h1dc0 8087
> shutdown

And for good measure (because it seemed to be running slowly), we restarted the EPICs gateway, but this isn't necessary.


Stay tuned -- a plethora of MEDM screen modifications are next!
Comments related to this report
keith.thorne@LIGO.ORG - 14:23, Tuesday 03 December 2013 (8799)
I think the second section should actually be
${userapps}/sus/${ifo}/models/${ifo}susim.mdl   (much more simple, more typical since the model already exists)
jeffrey.kissel@LIGO.ORG - 14:52, Tuesday 03 December 2013 (8801)CDS, INS, IOO, ISC
Fixed. Thanks Keith!