From c504303ba1f5372adb4b66a019434543240dcd52 Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 4 Jun 2012 11:55:43 +0000 Subject: [PATCH] fix defect 3531617 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13005 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/updatenode.pm | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/updatenode.pm b/xCAT-server/lib/xcat/plugins/updatenode.pm index 7b9c5ae23..4c103a6c3 100644 --- a/xCAT-server/lib/xcat/plugins/updatenode.pm +++ b/xCAT-server/lib/xcat/plugins/updatenode.pm @@ -511,12 +511,7 @@ sub preprocess_updatenode } if (scalar(@{$Linuxnodes})) { - my $DBname = xCAT::Utils->get_DBName; - if ($DBname eq "DB2") { - $ps = "remoteshell,servicenode,db2install"; - } else { - $ps = "remoteshell,servicenode"; - } + $ps = "remoteshell,servicenode"; $req_rs->{rerunps}->[0] = "yes"; $req_rs->{rerunps4security}->[0] = "yes"; $req_rs->{node} = $Linuxnodes; @@ -1046,11 +1041,7 @@ $AIXnodes_nd, $subreq ) != 0 ) { { my $DBname = xCAT::Utils->get_DBName; if ($orig_postscripts eq "allkeys44444444security") { - if ($DBname eq "DB2") { - $postscripts = "remoteshell,servicenode,db2install"; - } else { - $postscripts = "remoteshell,servicenode"; - } + $postscripts = "remoteshell,servicenode"; } else { $postscripts = $orig_postscripts; }