From 043722e6e7f737fc00320ad8c71681b8c11091d6 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 26 Mar 2008 20:35:07 +0000 Subject: [PATCH] Add explicit enablement of SOL for channel 1 to bmcsetup git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@903 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-nbroot/overlay/bin/bmcsetup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xCAT-nbroot/overlay/bin/bmcsetup b/xCAT-nbroot/overlay/bin/bmcsetup index 99369e2e0..58eb5c7fc 100755 --- a/xCAT-nbroot/overlay/bin/bmcsetup +++ b/xCAT-nbroot/overlay/bin/bmcsetup @@ -40,4 +40,7 @@ ipmitool lan set 1 auth admin md5 echo "Enabling IPMI v 2.0 LAN access:" ipmitool lan set 1 cipher_privs uaaaXXXXXXXXXXX +echo "Enabling SOL for channel 1" +ipmitool raw 0xc 0x21 0x1 0x1 0x1 +