]> jspc29.x-matter.uni-frankfurt.de Git - hadesdaq.git/commitdiff
changed online/aug18 to online/mar19, other small fixes by others
authorHades DAQ <jan@lxhadeb07>
Tue, 26 Feb 2019 22:23:44 +0000 (23:23 +0100)
committerHades DAQ <jan@lxhadeb07>
Tue, 26 Feb 2019 22:23:44 +0000 (23:23 +0100)
hmon/start.sh

index 89b8202a96f6d2e596d72f7b9725764d27b93b8d..d8e91f358b26f4aceefef81016f02e3b47cb5acf 100755 (executable)
@@ -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 "  <Hmon>     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 "  <Hmon>     Done."