fixing bug 3179: adding a sleep and reorder the steps

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16678 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz 2013-06-19 03:34:17 +00:00
parent 594facc9a0
commit 7d5bcba0d5

View File

@ -104,16 +104,18 @@ ONBOOT=yes
x=0
while [ $x -le $i ]; do
ip link set dev hf${x} down
sleep 2
echo +hf${x} > /sys/class/net/bond0/bonding/slaves
x=$((x+1))
done
bond-mld > m.out 2>&1 &
ip link set dev bond0 mtu 65536
ifdown bond0
ifup bond0
bond-mld > m.out 2>&1 &
else
# Configurartion for AIX
if [[ $NTYPE = service ]]