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
This commit is contained in:
jbjohnso 2007-10-31 00:32:59 +00:00
parent 827e31c6fb
commit 46e0e8884a

View File

@ -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;