From 5e886321720f7a93f6efb1b70ba3f3b6e374e885 Mon Sep 17 00:00:00 2001 From: khm Date: Fri, 14 Apr 2017 15:11:32 -0700 Subject: [PATCH] xCAT-server: fix S7200AP ipmi detection --- xCAT-server/share/xcat/cons/ipmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/cons/ipmi b/xCAT-server/share/xcat/cons/ipmi index 6dc4a4ed0..fd4546c3c 100755 --- a/xCAT-server/share/xcat/cons/ipmi +++ b/xCAT-server/share/xcat/cons/ipmi @@ -124,7 +124,7 @@ my $iface = "lanplus"; if (grep /IPMI Version : 1.5/, @mcinfo) { $solcom = "isol"; $iface = "lan"; -} elsif (grep /Manufacturer ID : 343/, @mcinfo) { +} elsif (grep /Manufacturer ID : 343/, @mcinfo && ! grep /Product ID : 117/,@mcinfo) { $isintel = 1; } my $inteloption = "";