Differences between revisions 8 and 9
Revision 8 as of 2013-04-02 15:54:00
Size: 2258
Comment:
Revision 9 as of 2013-04-02 16:18:17
Size: 2307
Comment:
Deletions are marked like this. Additions are marked like this.
Line 35: Line 35:
 * Make 'jobs' and 'logs' directories under fb.

How to change the first character on the model

  • Currently the site names shown in the table below are supported.

Assigned site symbols

site

location

X

tst

S

stn

K

kamioka

H

lho

L

llo

C

caltech

M

mit

G

geo


RT PC

  1. Copy existing model file or make a new model file with the name which has a symbol character ('k' or 'x' etc.) as, for example here, 'k1x01.mdl' under /opt/rtcds/rtscore/release/src/epics/simlink/
    • Open the file on Matlab, Simulink and change the symbol to K1 on "site=xx"
  2. build the modle you made like

    cd /opt/rtcds/rtscore/release
    make k1x01
    make install-k1x01
    Note that necessary directories will be made automatically under /opt/rtcds/
  3. copy existing awgtpman or build a new awgtpman and move to /opt/rtcds/kamioka/k1/target/gds/bin
    • diag_X.conf under /opt/rtcds/tst/x1/target/gds/param ?
  4. make fb directory under /opt/rtcds/tst/k1/target/
    • copy existing 'daqdrc', 'master', 'start_daqd.inittab', 'start_nds.inittab' from /opt/rtcds/tst/x1/target/fb to /opt/rtcds/tst/k1/target/fb and modify them.
    • copy existing /opt/rtcds/tst/x1/target/fb/nds and /opt/rtcds/tst/x1/target/fb/daqd to /opt/rtcds/tst/k1/target/fb/ or build new nds and daqd and move to /opt/rtcds/tst/k1/target/fb
  5. Make 'jobs' and 'logs' directories under fb.
  6. Modify .bashrc
  7. Modify /opt/rtcds/rtcds-user-env.sh as

    export site=tst
    export ifo=x1
  8. Modify under /etc for following files
    • Modify 'rtsystab'
    • Modify 'rc.local'
    • Modify 'awgtpman_template'
    • Modify 'gen_awgtpman_scripts.sh'
    • Modify 'init.d/awgtpman_iop'
    • Modify 'inittab'
    • ???

      xinetd.d/leapconf:      env                     = HOME=/opt/rtcds/tst/x1/target/gds
      xinetd.d/leapconf:      server_args             = /opt/rtcds/tst/x1/target/gds/param/leap.conf
      xinetd.d/diagconf:      server_args             = /opt/rtcds/tst/x1/target/gds/param/diag_X.conf
      xinetd.d/chnconf:       env                     = HOME=/opt/rtcds/tst/x1/target/gds
      xinetd.d/chnconf:       server_args             = /opt/rtcds/tst/x1/target/gds/param/tpchn_x1x14.par

Bug report

  • In RST2.5.2, auto generated /opt/rtcds/kamioka/k1/target/gds/param/testpoint.par has [M-node...], it should be [K-node...].

Client WS

  1. Modify .cshrc for alias etc.

KAGRA/Subgroups/DGS/Manual/ChangeSymbol (last edited 2013-04-16 15:50:38 by OsamuMiyakawa)