From 1f3f60f74f3109d210467420ff5507c30d13b0d6 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 27 Mar 2009 14:23:28 +0000 Subject: [PATCH] add description of rsh and rcp back into site table, used by xdsh and xdcp git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3015 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 97cb15210..903f96421 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -542,6 +542,8 @@ site => { " sharedtftp:\tSet to no/0 if xCAT should not assume /tftpboot is mounted on all service nodes. Default is 1.\n\n". " timezone:\t(e.g. America/New_York)\n\n". " useSSHonAIX:\t(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\n". + " rsh:\tpath to remote shell command for xdsh.\n\n". + " rcp:\tpath to remote copy command for xdcp.\n\n". " svloglocal:\tsyslog on the service node does not get forwarded to the mgmt node - default is 0.\n\n". " xcatconfdir:\t(default /etc/xcat)\n\n". " xcatdport:\tThe port used by the xcatd daemon for client/server communication.\n\n".