From 4547b9f69dabf28fe4a6adb5f38936d1c875a59a Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 16 Jan 2008 01:53:29 +0000 Subject: [PATCH] Be explicit about a number of settings in BMC configuration that may not be universal git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@273 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-nbroot/overlay/bin/bmcsetup | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/xCAT-nbroot/overlay/bin/bmcsetup b/xCAT-nbroot/overlay/bin/bmcsetup index 7e025eccf..05245506f 100755 --- a/xCAT-nbroot/overlay/bin/bmcsetup +++ b/xCAT-nbroot/overlay/bin/bmcsetup @@ -26,3 +26,18 @@ ipmitool user set password 2 $BMCPW echo "Set up following user table: " ipmitool user list 1 + +echo "Enabling Channel 1: " +ipmitool raw 0x6 0x40 0x1 0x42 0x44 +ipmitool raw 0x6 0x40 0x1 0x82 0x84 + +echo "Enabling ARP responses: " +ipmitool lan set 1 arp respond on + +echo "Enabling IPMI v 1.5 MD5 LAN access:" +ipmitool lan set 1 auth admin md5 + +echo "Enabling IPMI v 2.0 LAN access:" +ipmitool lan set 1 cipher_privs uuaaXXXXXXXXXXX + +