From 46e0e8884a2d5eb7cf14a2daa6cf4ff613131d1e Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 31 Oct 2007 00:32:59 +0000 Subject: [PATCH] Back off the attempt to check for IPMIv2 at getchanauthcap time, it breaks IBM 1.5 BMCs aside from e32x, rbeacon as a result currently cannot guarantee a server location LED will stay on more than 255 seconds git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@25 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/usr/lib/xcat/plugins/ipmi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server-2.0/usr/lib/xcat/plugins/ipmi.pm b/xCAT-server-2.0/usr/lib/xcat/plugins/ipmi.pm index ccb8b98ae..04f67198f 100644 --- a/xCAT-server-2.0/usr/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server-2.0/usr/lib/xcat/plugins/ipmi.pm @@ -3677,7 +3677,7 @@ sub getchanauthcap { my @response; my $code; - @data = ($rqsa,$seqlun,0x38,0x8e,0x04); + @data = ($rqsa,$seqlun,0x38,0x0e,0x04); @rn = ($rssa,$netfun); $length = (scalar @data)+4;