fix formatiing
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4502 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
e98b7023f5
commit
94e585cc91
@ -18,7 +18,8 @@ B<mysqlsetup> {B<-o>|B<--setupODBC>} [-V|--verbose]
|
||||
=head1 DESCRIPTION
|
||||
|
||||
B<mysqlsetup> - Sets up the MySQL database for xCAT to use. The mysqlsetup script is run on the Management Node as root after the MySQL code has been installed. Before running the init option, the MySQL server should be stopped. The xCAT daemon, xcatd, must be running, do not stop it. No xCAT commands should be run during the init process, because we will be migrating the xCAT database to MySQL and restarting the xcatd daemon as well as the MySQL daemon. For full information on all the steps that will be done, read the "Configure MySQL and Migrate xCAT Data to MySQL" sections in
|
||||
http://xcat.svn.sourceforge.net/viewvc/xcat/xcat-core/trunk/xCAT-client/share/doc/xCAT2.SetupMySQL.pdf.
|
||||
http://xcat.svn.sourceforge.net/viewvc/xcat/xcat-core/trunk/
|
||||
xCAT-client/share/doc/xCAT2.SetupMySQL.pdf.
|
||||
Two passwords must be supplied for the setup, a password for the xcatadmin id and a password for the root id in the MySQL database. These will be prompted for interactively, unless the environment variables XCATMYSQLADMIN_PW and XCATMYSQLROOT_PW are set to the passwords for the xcatadmin id and root id in the database,resp.
|
||||
|
||||
=head1 OPTIONS
|
||||
@ -53,8 +54,9 @@ This option runs during update, it will take all the host from the input file (p
|
||||
=item B<-o|--setupODBC>
|
||||
|
||||
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 the http://xcat.svn.sourceforge.
|
||||
net/viewvc/xcat/xcat-core/trunk/xCAT-client/share/doc/xCAT2.SetupMySQL.pdf
|
||||
See "Add ODBC Support" in
|
||||
http://xcat.svn.sourceforge.net/viewvc/xcat/xcat-core/trunk/
|
||||
xCAT-client/share/doc/xCAT2.SetupMySQL.pdf
|
||||
|
||||
=back
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user