From e2b5c32173728e849f02e279453038430d568e59 Mon Sep 17 00:00:00 2001 From: mellor Date: Mon, 25 Oct 2010 17:23:49 +0000 Subject: [PATCH] AIX SN bundle file update - do NOT auto install mysql-connector-odbc git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7918 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/installp_bundles/xCATaixSN53.bnd | 5 ++++- xCAT-server/share/xcat/installp_bundles/xCATaixSN61.bnd | 6 +++++- xCAT-server/share/xcat/installp_bundles/xCATaixSN71.bnd | 5 ++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/xCAT-server/share/xcat/installp_bundles/xCATaixSN53.bnd b/xCAT-server/share/xcat/installp_bundles/xCATaixSN53.bnd index 93c2b955b..f508a63b3 100644 --- a/xCAT-server/share/xcat/installp_bundles/xCATaixSN53.bnd +++ b/xCAT-server/share/xcat/installp_bundles/xCATaixSN53.bnd @@ -50,7 +50,10 @@ R:perl-IO-Socket-SSL* R:unixODBC* R:perl-DBD-mysql* -R:mysql-connector-odbc* + +# optional - needed if using mysql ODBC support (e.g. with LoadLeveler) +#I:X11.base.lib +#R:mysql-connector-odbc* R:perl-xCAT* R:xCAT-client* diff --git a/xCAT-server/share/xcat/installp_bundles/xCATaixSN61.bnd b/xCAT-server/share/xcat/installp_bundles/xCATaixSN61.bnd index c5c50482b..d84ec3d34 100644 --- a/xCAT-server/share/xcat/installp_bundles/xCATaixSN61.bnd +++ b/xCAT-server/share/xcat/installp_bundles/xCATaixSN61.bnd @@ -57,7 +57,11 @@ R:unixODBC* R:perl-DBD-DB2* R:perl-DBD-Pg* R:perl-DBD-mysql* -R:mysql-connector-odbc* + + +# optional - needed if using mysql ODBC support (e.g. with LoadLeveler) +#I:X11.base.lib +#R:mysql-connector-odbc* # optional - needed if using Postgresql #R:xcat-postgresql* diff --git a/xCAT-server/share/xcat/installp_bundles/xCATaixSN71.bnd b/xCAT-server/share/xcat/installp_bundles/xCATaixSN71.bnd index 8c8183247..cf03b179a 100644 --- a/xCAT-server/share/xcat/installp_bundles/xCATaixSN71.bnd +++ b/xCAT-server/share/xcat/installp_bundles/xCATaixSN71.bnd @@ -53,7 +53,10 @@ R:unixODBC* R:perl-DBD-DB2* R:perl-DBD-Pg* R:perl-DBD-mysql* -R:mysql-connector-odbc* + +# optional - needed if using mysql ODBC support (e.g. with LoadLeveler) +#I:X11.base.lib +#R:mysql-connector-odbc* # optional - needed if using Postgresql #R:xcat-postgresql*