From f8c63e9da4de300bc27b877b9e3b959cfe08853b Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 12 Jun 2008 16:22:33 +0000 Subject: [PATCH] add useSSHonAIX attribute def git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1635 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 580aafa9d..5f29b8efd 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -412,8 +412,7 @@ site => { " timezone (e.g. America/New_York)\n". " nameservers (comma delimited list of DNS servers for the cluster - often the mgmt node)\n". " ntpservers (comma delimited list of NTP servers for the cluster - often the mgmt node)\n". - " rsh (path of remote shell command)\n". - " rcp (path of remote copy command)\n". + " useSSHonAIX (yes/1 or no/0). If yes, ssh/scp will be setup and used. If no, rsh/rcp will be setup and used on AIX.\n". " blademaxp (max # of processes for blade hw ctrl)\n". " ppcmaxp (max # of processes for PPC hw ctrl)\n". " ipmimaxp (max # of processes for ipmi hw ctrl)\n".