diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index d7af607e5..b2f8d8cc3 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -767,10 +767,12 @@ sub nimnodeset # if this isn't the NIM primary then make sure the local NIM defs # have been created etc. # + my $sharedinstall = "no"; if (!xCAT::InstUtils->is_me($nimprime)) { &make_SN_resource($callback, \@nodelist, \@image_names, - \%imagehash, \%lochash, \%nethash); + \%imagehash, \%lochash, \%nethash, \%nimhash, + $sharedinstall, $Sname, $subreq); } #