From 4434d4a6ffa4dffefaaf037d9ec5ade95bb4b049 Mon Sep 17 00:00:00 2001 From: ertaozh Date: Mon, 8 May 2017 02:56:31 -0400 Subject: [PATCH] Fix issue 2350: Wcons IPMI not working due to xcat code --- xCAT-server/share/xcat/cons/ipmi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/cons/ipmi b/xCAT-server/share/xcat/cons/ipmi index fd4546c3c..631e7200a 100755 --- a/xCAT-server/share/xcat/cons/ipmi +++ b/xCAT-server/share/xcat/cons/ipmi @@ -125,7 +125,9 @@ if (grep /IPMI Version : 1.5/, @mcinfo) { $solcom = "isol"; $iface = "lan"; } elsif (grep /Manufacturer ID : 343/, @mcinfo && ! grep /Product ID : 117/,@mcinfo) { - $isintel = 1; + if (! grep /Product ID\s*:\s*64/,@mcinfo) { + $isintel = 1; + } } my $inteloption = ""; if ($isintel) {