diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index e1d5eeafb..32f437939 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -3718,7 +3718,9 @@ sub get_ServiceNode else { if ( ($oshash->{$node}->[0]->{os}) && ($oshash->{$node}->[0]->{os} eq "AIX")) { + if ($nimprime) { push @{$snhash{$nimprime}}, $node; + } } else { push @{$snhash{$master}}, $node; }