Add -N to pgsqlsetup and correct comments

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13267 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2012-07-10 11:21:24 +00:00
parent b8b0b2a1d8
commit f6f39da154
2 changed files with 6 additions and 2 deletions

View File

@ -67,7 +67,7 @@ This options says whether to setup the Server (-S) on the Management Node, or th
=item B<-N|--nostart>
This option with the -S flag will create the database, but will not backup and restore xCAT into the database. It will create the cfgloc file such that the next start of xcatd will try and contact the database. This can be used to setup the xCAT DB2 database during or before install.
This option with the -S flag will create the database, but will not backup and restore xCAT tables into the database. It will create the cfgloc file such that the next start of xcatd will try and contact the database. This can be used to setup the xCAT DB2 database during or before install.
=item B<-o|--setupODBC>

View File

@ -9,7 +9,7 @@ B<pgsqlsetup> {B<-h>|B<--help>}
B<pgsqlsetup> {B<-v>|B<--version>}
B<pgsqlsetup> {B<-i>|B<--init>} [-P|--PCM] [-o|--setupODBC] [B<-V>|B<--verbose>]
B<pgsqlsetup> {B<-i>|B<--init>} [-N|nostart] [-P|--PCM] [-o|--setupODBC] [B<-V>|B<--verbose>]
B<pgsqlsetup> {B<-o>|B<--setupODBC>} [-V|--verbose]
@ -42,6 +42,10 @@ To add additional nodes to access the PostgreSQL server, setup on the Management
For more documentation see:https://sourceforge.net/apps/mediawiki/xcat/index.php?title=Setting_Up_PostgreSQL_as_the_xCAT_DB
=item B<-N|--nostart>
This option with the -i flag will create the database, but will not backup and restore xCAT tables into the database. It will create the cfgloc file such that the next start of xcatd will try and contact the database. This can be used to setup the xCAT PostgreSQL database during or before install.
=item B<-P|--PCM>
This option sets up PostgreSQL database to be used with xCAT running with PCM.