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:
parent
827e31c6fb
commit
46e0e8884a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user