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".