From f6f39da154be284acc5eef2f5105887799791dee Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 10 Jul 2012 11:21:24 +0000 Subject: [PATCH] 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 --- xCAT-client/pods/man1/db2sqlsetup.1.pod | 2 +- xCAT-client/pods/man1/pgsqlsetup.1.pod | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/xCAT-client/pods/man1/db2sqlsetup.1.pod b/xCAT-client/pods/man1/db2sqlsetup.1.pod index 059b6f1fc..2127ccb3c 100644 --- a/xCAT-client/pods/man1/db2sqlsetup.1.pod +++ b/xCAT-client/pods/man1/db2sqlsetup.1.pod @@ -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> diff --git a/xCAT-client/pods/man1/pgsqlsetup.1.pod b/xCAT-client/pods/man1/pgsqlsetup.1.pod index 4cb556b50..d3077ec1a 100644 --- a/xCAT-client/pods/man1/pgsqlsetup.1.pod +++ b/xCAT-client/pods/man1/pgsqlsetup.1.pod @@ -9,7 +9,7 @@ B {B<-h>|B<--help>} B {B<-v>|B<--version>} -B {B<-i>|B<--init>} [-P|--PCM] [-o|--setupODBC] [B<-V>|B<--verbose>] +B {B<-i>|B<--init>} [-N|nostart] [-P|--PCM] [-o|--setupODBC] [B<-V>|B<--verbose>] B {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.