diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 639c2f93d..fcb248a95 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -848,7 +848,7 @@ site => { " match the path in the installdir attribute.\n\n". " ipmidispatch: Whether or not to send ipmi hw control operations to the service\n". " node of the target compute nodes. Default is 'y'.\n\n". - " hdctldispatch: Whether or not to send hw control operations to the service\n". + " hwctrldispatch: Whether or not to send hw control operations to the service\n". " node of the target nodes. Default is 'y'.\n\n". " ipmimaxp: The max # of processes for ipmi hw ctrl. The default is 64. Currently,\n". " this is only used for HP hw control.\n\n". diff --git a/xCAT-server/lib/perl/xCAT/PPC.pm b/xCAT-server/lib/perl/xCAT/PPC.pm index ca5a6baf5..ab0920038 100644 --- a/xCAT-server/lib/perl/xCAT/PPC.pm +++ b/xCAT-server/lib/perl/xCAT/PPC.pm @@ -2001,7 +2001,7 @@ sub preprocess_request { my $service = "xcat"; my @hcps=keys(%hcp_hash); my $sn; - my @dfmdispatch = xCAT::Utils->get_site_attribute("hdctldispatch"); + my @dfmdispatch = xCAT::Utils->get_site_attribute("hwctrldispatch"); if (defined($dfmdispatch[0]) and ($dfmdispatch[0] =~ /0|n/i)) { if ($masters[0]) { push @{$sn->{$masters[0]}}, @hcps;