From a5884abf188d2e9fa7cd8c98dceda51539e32c90 Mon Sep 17 00:00:00 2001 From: nott Date: Thu, 5 Aug 2010 16:42:50 +0000 Subject: [PATCH] add devices.tmiscsw.rte & perl-DBD-DB2 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6988 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/installp_bundles/xCATaixSN61.bnd | 7 +++++++ xCAT-server/share/xcat/installp_bundles/xCATaixSN71.bnd | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/xCAT-server/share/xcat/installp_bundles/xCATaixSN61.bnd b/xCAT-server/share/xcat/installp_bundles/xCATaixSN61.bnd index 40a5d4411..dde8e6142 100644 --- a/xCAT-server/share/xcat/installp_bundles/xCATaixSN61.bnd +++ b/xCAT-server/share/xcat/installp_bundles/xCATaixSN61.bnd @@ -15,6 +15,10 @@ I:openssh.man.en_US I:openssh.msg.en_US I:bos.sysmgt.nim.master +# needed on service nodes to support system dumps +# for diskless compute nodes +#I:devices.tmiscsw.rte + # RPMs # using Perl 5.8.8 @@ -60,3 +64,6 @@ R:xCATsn* # optional - needed if using Postgresql #R:xcat-postgresql* #R:perl-DBD-Pg* + +# optional - needed if using DB2 +#R:perl-DBD-DB2* diff --git a/xCAT-server/share/xcat/installp_bundles/xCATaixSN71.bnd b/xCAT-server/share/xcat/installp_bundles/xCATaixSN71.bnd index 20c850de7..d7ae35821 100644 --- a/xCAT-server/share/xcat/installp_bundles/xCATaixSN71.bnd +++ b/xCAT-server/share/xcat/installp_bundles/xCATaixSN71.bnd @@ -15,6 +15,10 @@ I:openssh.man.en_US I:openssh.msg.en_US I:bos.sysmgt.nim.master +# needed on service nodes to support system dumps +# for diskless compute nodes +#I:devices.tmiscsw.rte + # RPMs # using Perl 5.10.1 R:popt* @@ -57,3 +61,6 @@ R:xCATsn* # optional - needed if using Postgresql #R:xcat-postgresql* #R:perl-DBD-Pg* + +# optional - needed if using DB2 +#R:perl-DBD-DB2*