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*