From f0b2c0a312038d0bd048957134f95ea20a1ae93c Mon Sep 17 00:00:00 2001 From: lissav Date: Sun, 31 Oct 2010 12:00:56 +0000 Subject: [PATCH] add additional LL setup defect 3089951 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7982 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/mysqlsetup.1.pod | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/xCAT-client/pods/man1/mysqlsetup.1.pod b/xCAT-client/pods/man1/mysqlsetup.1.pod index 1f620db0e..9821ac9c1 100644 --- a/xCAT-client/pods/man1/mysqlsetup.1.pod +++ b/xCAT-client/pods/man1/mysqlsetup.1.pod @@ -9,11 +9,13 @@ B {B<-h>|B<--help>} B {B<-v>|B<--version>} -B {B<-i>|B<--init>} [B<-f>|B<--hostfile>] [-o|--setupODBC] [B<-V>|B<--verbose>] +B {B<-i>|B<--init>} [B<-f>|B<--hostfile>] [-o|--odbc] [-L|--LL] [B<-V>|B<--verbose>] -B {B<-u>|B<--update>} [B<-f>|B<--hostfile>] [-o|--setupODBC] [B<-V>|B<--verbose>] +B {B<-u>|B<--update>} [B<-f>|B<--hostfile>] [-o|--odbc] [-L|--LL] [B<-V>|B<--verbose>] -B {B<-o>|B<--setupODBC>} [-V|--verbose] +B {B<-o>|B<--odbc>} [-V|--verbose] + +B {B<-L>|B<--LL>} [-V|--verbose] =head1 DESCRIPTION @@ -51,13 +53,20 @@ To run the update option, you must first have run the -i option and have xcat s This option runs during update, it will take all the host from the input file (provide a full path) and give them database access to the xcatdb in MySQL for the xcatadmin id. Wildcards and ipaddresses may be used. xCAT must have been previously successfully setup to use MySQL. xcatadmin and MySQL root password are required. -=item B<-o|--setupODBC> +=item B<-o|--odbc> This option sets up the ODBC /etc/../odbcinst.ini, /etc/../odbc.ini and the .odbc.ini file in roots home directory will be created and initialized to run off the xcatdb MySQL database. See "Add ODBC Support" in http://xcat.svn.sourceforge.net/viewvc/xcat/xcat-core/trunk/ xCAT-client/share/doc/xCAT2.SetupMySQL.pdf +=item B<-L|--LL> + +Additional database configuration specifically for the LoadLeveler product. +See "Add ODBC Support" in +http://xcat.svn.sourceforge.net/viewvc/xcat/xcat-core/trunk/ +xCAT-client/share/doc/xCAT2.SetupMySQL.pdf + =back =head1 ENVIRONMENT VARIABLES