From c03a2eb1203d027cbcb95bd2b71dff93831cd5a6 Mon Sep 17 00:00:00 2001 From: zhanx Date: Thu, 25 Sep 2008 07:06:56 +0000 Subject: [PATCH] Add ppctimeout, maxssh, ppcretry, fsptimeout for site table in Schema.pm git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2231 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index ba0c45402..25330cdb4 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -490,7 +490,11 @@ site => { " genpasswords (automatically generate random passwords for BMCs when configuring them)\n". " defserialport (default serial port - currently only used by mknb)\n". " defserialspeed (default serial speed - currently only used by mknb)\n". - " defserialflow (default serial flow - currently only used by mknb)\n", + " defserialflow (default serial flow - currently only used by mknb)\n". + " ppctimeout (the timeout, in milliseconds, to use when communicating with PPC hw)\n". + " maxssh (max # of SSH connections for hw ctrl purposes to PPC hw)\n". + " ppcretry (max # of PPC hw connection attempts before failing)\n". + " fsptimeout (the timeout, in milliseconds, to use when communicating with FSPs)\n", value => 'The value of the attribute specified in the "key" column.', comments => 'Any user-written notes.', disable => "Set to 'yes' or '1' to comment out this row.",