From 4e19d733e2aa26b9476b77733c865c4d17c31774 Mon Sep 17 00:00:00 2001 From: "hadaq@countinghouse" Date: Fri, 25 Apr 2014 21:31:51 +0200 Subject: [PATCH] fixed move_irq-stuff,mt --- utils/move_doublecpu_irq.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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' -- 2.43.0