diff --git a/perl-xCAT/xCAT/PPCcli.pm b/perl-xCAT/xCAT/PPCcli.pm index 06811ec31..fdce1138c 100644 --- a/perl-xCAT/xCAT/PPCcli.pm +++ b/perl-xCAT/xCAT/PPCcli.pm @@ -621,9 +621,9 @@ sub lpar_netboot { $cmd.= " -i"; } else { ################################# - # Determine if LPAR and mgmt node - # are AIX or not. - ################################ + # Determine if LPAR and mgmt node + # are AIX or not. + ################################ my $table = "nodetype"; my @TableRowArray = xCAT::DBobjUtils->getDBtable($table); if (defined(@TableRowArray)) @@ -988,7 +988,7 @@ sub power_cmd { my $op = shift; my $d = shift; - my $type = @$d[4]; + my $type = (@$d[4] eq "fsp") ? "sys" : @$d[4]; ############################## # Build command @@ -1077,3 +1077,4 @@ sub network_reset { +