This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
operations:starting_monitoring_ureop [2011/11/29 04:01] Jim Lovell created |
operations:starting_monitoring_ureop [2014/10/13 16:52] (current) Vasaant Krishnan |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| exit | exit | ||
| </code> | </code> | ||
| - | - Log on to the target machine at Tsukuba and create a directory for the log. E.g. for RD1106: <code>ssh oper@210.146.79.5 | + | - Log on to the target machine at Tsukuba and create a directory for the log. E.g. for RD1106: <code>ssh oper@202.223.161.132 |
| - | cd /sdb1 | + | cd /ddn/vlbi/data/ |
| mkdir rd1106hb | mkdir rd1106hb | ||
| exit</code> | exit</code> | ||
| - Then from pcfshb, make sure you can transfer a log file without a password being entered. E.g. for RD1106 <code>cd /usr2/log | - Then from pcfshb, make sure you can transfer a log file without a password being entered. E.g. for RD1106 <code>cd /usr2/log | ||
| touch rd1106hb.log | touch rd1106hb.log | ||
| - | scp rd1106hb.log oper@210.146.79.5:/sdb1/rd1106hb/rd1106hb.log | + | scp rd1106hb.log oper@202.223.161.132:/ddn/vlbi/data/rd1106hb/rd1106hb.log |
| </code> | </code> | ||
| + | - Mount the vortex disk on mk5hb <code>su | ||
| + | mount vortex:/exports/vortex_internal /mnt/vortex | ||
| + | chown oper:oper /mnt/vortex | ||
| + | </code> | ||
| + | - When the field system is started, start the schedule so that the log file is opened, then do a halt. | ||
| + | - now make a test recording and check that the log files and disk2file work <code>disk_record=on | ||
| + | disk_record=off | ||
| + | postob | ||
| + | </code> | ||
| + | - Go to Vortex and check that the log file has been copied and the .m5b file is there. Then delete them. | ||
| + | |||