From 309bdb5305ba7f1cfc07141f53461fc152bf82ca Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 17 Mar 2011 13:56:06 +0000 Subject: [PATCH] more comments on db2 attributes git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9075 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index a90772b5f..4e12b9973 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -748,10 +748,10 @@ site => { " 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 in which will be created the db instance directory.\n Default is /var/lib. Only DB2 is currently supported. \n Do not use the directory in the site table installloc attribute.\n". - " db2installloc: The location from which the service nodes should mount the \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". + " 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 is /mntdb2.\n\n". + " omitted, it defaults to the management node. Default /mntdb2.\n\n". " defserialflow: The default serial flow - currently only used by the mknb command.\n\n". " defserialport: The default serial port - currently only used by mknb.\n\n". " defserialspeed: The default serial speed - currently only used by mknb.\n\n".