From: hadaq@countinghouse Date: Fri, 25 Apr 2014 19:31:51 +0000 (+0200) Subject: fixed move_irq-stuff,mt X-Git-Tag: pre2018~86 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=4e19d733e2aa26b9476b77733c865c4d17c31774;p=hadesdaq.git fixed move_irq-stuff,mt --- diff --git a/utils/move_doublecpu_irq.sh b/utils/move_doublecpu_irq.sh index 71442b8..7c0ccd1 100755 --- a/utils/move_doublecpu_irq.sh +++ b/utils/move_doublecpu_irq.sh @@ -1,8 +1,9 @@ #!/bin/bash # JAM moved actual setting of interrupt affinities to scripts on target machines -ssh root@lxhadeb02 '/root/bin/set_eth_affinity.sh' -ssh root@lxhadeb03 '/root/bin/set_eth_affinity.sh' -ssh root@lxhadeb04 '/root/bin/set_eth_affinity.sh' -ssh root@lxhadeb05 '/usr/bin/perl -w /root/bin/set_eth_affinity_lxhadeb05.pl' +ssh root@lxhadeb02p '/root/bin/set_eth_affinity.sh' +ssh root@lxhadeb03p '/root/bin/set_eth_affinity.sh' +ssh root@lxhadeb04p '/root/bin/set_eth_affinity.sh' +ssh root@lxhadeb05p '/usr/bin/perl -w /root/bin/set_eth_affinity_lxhadeb05.pl' + #ssh root@lxhadeb05 '/root/bin/set_eth_affinity_lxhadeb05.sh'