diff --git a/perl-xCAT/xCAT/PPCcli.pm b/perl-xCAT/xCAT/PPCcli.pm index 609229d51..09f3cc187 100644 --- a/perl-xCAT/xCAT/PPCcli.pm +++ b/perl-xCAT/xCAT/PPCcli.pm @@ -1310,7 +1310,7 @@ sub getHMCcontrolIP my $exp = shift; #get node type first - my $type = xCAT::DBobjUtils::getnodetype($node); + my $type = xCAT::DBobjUtils::getnodetype($node, "ppc"); unless ($type) { return undef;