From b38123571102c9a7c8ce070fc1e032af477193d1 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 24 Aug 2011 12:22:38 +0000 Subject: [PATCH] Enhance databaseloc description git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10354 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 677207f78..44722c4a2 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -770,8 +770,8 @@ site => { " Default is no.\n\n". " consoleondemand: When set to 'yes', conserver connects and creates the console\n". " output only when the user opens the console. Default is no on\n". - " Linux, yes on AIX.\n\n". - " databaseloc: Directory where we create the db instance directory (db2).\n Default is /var/lib. Only DB2 is currently supported. \n Do not use the directory in the site.installloc attribute.\n". + " Linux, yes on AIX.\n\n\n". + " databaseloc: Directory where we create the db instance directory (db2).\n Default is /var/lib. Only DB2 is currently supported. \n Do not use the directory in the site.installloc or \n installdir attribute.\n This attribute must not be changed once db2sqlsetup script has \n been run and DB2 has been setup.\n\n". " db2installloc: The location which the service nodes should mount for \n". " the db2 code to install. Format hostname:/path. If hostname is\n". " omitted, it defaults to the management node. Default /mntdb2.\n\n".