From 7bf24fb498b0d073e14197608950a4e4caece845 Mon Sep 17 00:00:00 2001 From: Hades DAQ Date: Tue, 26 Feb 2019 23:23:44 +0100 Subject: [PATCH] changed online/aug18 to online/mar19, other small fixes by others --- hmon/start.sh | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/hmon/start.sh b/hmon/start.sh index 89b8202..d8e91f3 100755 --- a/hmon/start.sh +++ b/hmon/start.sh @@ -18,6 +18,8 @@ tmux new-session -s cerberus_tunnel -d 'while true; do ssh -R 8888:hades33.gsi. fi ssh hadesp50 pkill -f speakdaemon.pl +ssh hadesp33 pkill -f speakdaemon.pl + cd /home/hadaq/trbsoft/hadesdaq/hmon/ # cd permanent @@ -34,9 +36,9 @@ mkdir `pwd`/pion DISPLAY=:0 ssh -f -X lxhadeb06p "ping -i 100 lxhadesdaqp" &>/dev/null & -sshfs -o allow_other hades-qa@lxhadeb06p:/home/hades-qa/online/aug18/pics/vertex `pwd`/vertex -sshfs -o allow_other hades-qa@lxhadeb06p:/home/hades-qa/online/aug18/pics `pwd`/qa -sshfs -o allow_other hadaq@lxhadeb06p:/data01/tmp/ `pwd`/pion +sshfs -o allow_other hades-qa@lxhadeb06p:/home/hades-qa/online/mar19/vertex `pwd`/vertex +sshfs -o allow_other hades-qa@lxhadeb06p:/home/hades-qa/online/mar19/pics `pwd`/qa +# sshfs -o allow_other hadaq@lxhadeb06p:/data01/tmp/ `pwd`/pion echo " Linking files to server..." @@ -58,14 +60,14 @@ ln -fs `pwd`/getpic.cgi /srv/www/htdocs/mon/ ln -fs `pwd`/mdc.png /srv/www/htdocs/mon/ ln -fs `pwd`/background.png /srv/www/htdocs/mon/files/ ln -fs `pwd`/QA.pm /srv/www/htdocs/mon/ -#ln -fs `pwd`/styles.css files/ +ln -fs `pwd`/styles.css files/ #ln -fs `pwd`/indexstyles.css files/ ln -fs `pwd`/ecal_drawing.htm /srv/www/htdocs/mon/ ln -fs `pwd`/rich_drawing.htm /srv/www/htdocs/mon/ ln -fs `pwd`/rich_drawing_2.htm /srv/www/htdocs/mon/ ln -fs `pwd`/rich_drawing_bkpl.htm /srv/www/htdocs/mon/ -cp styles.css files +# cp styles.css files cp indexstyles.css files #rm ~/trbsoft/hadesdaq/hmon/files/*.htt @@ -106,7 +108,7 @@ END: {if($r!=0 and eof()) {foreach (@l) {wait}}} ' & rm ~/trbsoft/hadesdaq/hmon/files/note.htt ssh hadesp50 'cd /home/hadaq/trbsoft/daq/hmon/; PERL5LIB=. ./speakdaemon.pl 2>>/home/hadaq/trbsoft/hadesdaq/hmon/logs/perlerror_speakdaemon' & - +ssh hadesp33 'cd /home/hadaq/trbsoft/daq/hmon/; PERL5LIB=. ./speakdaemon.pl 2>>/home/hadaq/trbsoft/hadesdaq/hmon/logs/perlerror_speakdaemon' & sleep 1; # echo " Done." -- 2.43.0