From 080b7bb9ed0c20ccceb1e7deef351aac6908c1b3 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 28 Sep 2010 15:27:41 +0000 Subject: [PATCH] add db2installloc git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7704 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 05cc63a07..8ccf5b798 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -733,6 +733,9 @@ 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". + " db2installloc: The location from which the service nodes should mount the \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". " 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". @@ -754,7 +757,7 @@ site => { " installdir: The local directory name used to hold the node deployment packages.\n\n". " installloc: The location from which the service nodes should mount the \n". " deployment packages in the format hostname:/path. If hostname is\n". - " ommited, it defaults to the management node. The path must\n". + " omitted, it defaults to the management node. The path must\n". " match the path in the installdir attribute.\n\n". " ipmimaxp: The max # of processes for ipmi hw ctrl.\n\n". " ipmiretries: The # of retries to use when communicating with BMCs.\n\n".