I've submitted it for test for the 2.7 stream.  At first glance, I'm
guessing it will be largely ignored but I don't see how this could induce
incorrect behavior.



From:   Arif Ali <[email protected]>
To:     [email protected],
Date:   11/22/2011 12:37 PM
Subject:        [xcat-user] bmcsetup patch



Hi team,

I submitted to the patch through the patch tracker, not sure if anyone
picked it up, this is so that for the Fujitsu machines that we can get
onto the Web console over the IPMI. Without this it doesn't work. I
would presume this shouldn't affect any other systems?

--- ../../x86/nbroot/bin/bmcsetup    2011-08-07 13:41:33.000000000 +0100
+++ bin/bmcsetup    2011-11-18 14:12:02.000000000 +0000
@@ -170,6 +170,13 @@
      done
      TRIES=0
  fi
+TRIES=0
+while ! ipmitool -d $idev channel setaccess $LANCHAN $USERSLOT link=on; do
+    sleep 1
+    let TRIES=TRIES+1
+    if [ $TRIES -gt $TIMEOUT ]; then break; fi
+done
+TRIES=0
  if [ "$CURRENTUSER" != "$bmcu" ]; then
      while ! ipmitool -d $idev user set name $USERSLOT $bmcu; do
          sleep 1

--
regards,

Arif


------------------------------------------------------------------------------

All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

<<inline: graycol.gif>>

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to