diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm b/xCAT-server/lib/xcat/plugins/ipmi.pm index b9297a8b2..ab313fc02 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm @@ -5472,7 +5472,7 @@ sub preprocess_request { } foreach my $noderange (@noderanges) { my $sn; - if ($::XCATSITEVALS{ipmifanout} =~ /0|n/i) { + if ($::XCATSITEVALS{ipmidispatch} =~ /0|n/i) { $sn = { '!xcatlocal!' => $noderange }; } else { $sn = xCAT::Utils->get_ServiceNode($noderange, "xcat", "MN");