From 60552a190afcc59f92b01bd6d3ce54a9be922181 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 9 May 2011 15:06:50 +0000 Subject: [PATCH] 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 --- xCAT-nbroot/overlay/bin/bmcsetup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-nbroot/overlay/bin/bmcsetup b/xCAT-nbroot/overlay/bin/bmcsetup index 1fefcdc0e..c7252f767 100755 --- a/xCAT-nbroot/overlay/bin/bmcsetup +++ b/xCAT-nbroot/overlay/bin/bmcsetup @@ -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