Add alert fixup for x3755 M3 channel selection

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9520 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2011-05-09 15:06:50 +00:00
parent 84ccfd38f1
commit 60552a190a

View File

@ -45,7 +45,8 @@ if [ "$IPMIMFG" == 2 ]; then #IBM
if [ ! -z "$BMCPORT" ]; then
let idev=0
for p in $BMCPORT; do
ipmitool -d $idev raw 0xc 1 1 0xc0 $BMCPORT > /dev/null
ipmitool -d $idev raw 0xc 1 1 0xc0 $p > /dev/null
ipmitool -d $idev raw 0x04 0x12 0x09 0x01 0x18 0x${p}1 0x00 > /dev/null
let idev=idev+1
done
fi