1. Look on to Vortex as observer and make sure that /exports/vortex_internal is mounted
    df -h

    If you don't see it, mount it with a

    su
    mount /exports/vortex_internal
    df -h
    exit
  2. Log on to the target machine at Tsukuba and create a directory for the log. E.g. for RD1106:
    ssh oper@210.146.79.5
    cd /mnt/lustre
    mkdir rd1106hb
    exit
  3. Then from pcfshb, make sure you can transfer a log file without a password being entered. E.g. for RD1106
    cd /usr2/log
    touch rd1106hb.log
    scp rd1106hb.log oper@210.146.79.5:/mnt/lustre/rd1106hb/rd1106hb.log
  4. Mount the vortex disk on mk5hb
    su
    mount vortex:/exports/vortex_internal /mnt/vortex
    chown oper:oper /mnt/vortex

    and create a directory for the data:

     
    mkdir /mnt/vortex/r1554hb
    chown oper:oper !$
  5. now make a test recording and check that the log files and disk2file work
    disk_record=on
    disk_record=off
    checkmk5
  6. Go to Vortex and check that the log file has been copied and the .m5b file is there. Then delete them.