From 449278bf97b8ea51286c47c3ae57d5dace992c64 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 17 Aug 2012 11:44:15 +0000 Subject: [PATCH] defect 3414740 Merge aixremoteshell/remoteshell git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13546 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/updatenode.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/updatenode.pm b/xCAT-server/lib/xcat/plugins/updatenode.pm index 4ebdb9454..e0410f0c7 100644 --- a/xCAT-server/lib/xcat/plugins/updatenode.pm +++ b/xCAT-server/lib/xcat/plugins/updatenode.pm @@ -365,7 +365,7 @@ sub preprocess_updatenode $postscripts = $::RERUNPS; my @posts = (); if ($postscripts eq "allkeys44444444security") { - @posts = ("remoteshell", "aixremoteshell", "servicenode"); + @posts = ("remoteshell", "servicenode"); } else { @posts = split(',', $postscripts); } @@ -504,7 +504,7 @@ sub preprocess_updatenode my $req_rs = {%$request}; my $ps; if (scalar(@{$AIXnodes})) { - $ps = "aixremoteshell,servicenode"; + $ps = "remoteshell,servicenode"; $req_rs->{rerunps}->[0] = "yes"; $req_rs->{rerunps4security}->[0] = "yes"; $req_rs->{node} = $AIXnodes; @@ -1142,7 +1142,7 @@ $AIXnodes_nd, $subreq ) != 0 ) { { # we have AIX nodes if ($orig_postscripts eq "allkeys44444444security") { - $postscripts = "aixremoteshell,servicenode"; + $postscripts = "remoteshell,servicenode"; } else { $postscripts = $orig_postscripts; }