From 931bd9cc9734a04e9c289945acb274770e26f063 Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 30 Jan 2012 17:17:18 +0000 Subject: [PATCH] fix script git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11437 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-IBMhpc/share/xcat/IBMhpc/aixcleanjitter | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/aixcleanjitter b/xCAT-IBMhpc/share/xcat/IBMhpc/aixcleanjitter index 0cbcf7d78..fa7c13046 100755 --- a/xCAT-IBMhpc/share/xcat/IBMhpc/aixcleanjitter +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/aixcleanjitter @@ -145,9 +145,9 @@ sleep 1 /usr/sbin/schedo -F -o tick_sync=1 /usr/sbin/schedo -F -o big_tick_size=1 -grep -q cosched3 /etc/poe.priority +grep -q cosched3 /etc/poe.priority 2> /dev/null if [[ $? -ne 0 ]] then - echo '* cosched1 18 100 97 10' >> /etc/poe.priority + echo '* cosched1 18 100 97 10' > /etc/poe.priority echo '* cosched2 13 100 99.5 10' >> /etc/poe.priority echo '* cosched3 13 100 99 3' >> /etc/poe.priority chmod 644 /etc/poe.priority