From cb290f429d5a8944499c3b29ede136c54bb384d3 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 27 Jun 2013 16:39:30 +0000 Subject: [PATCH] Add they are not hierarchical git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16811 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/pscp.1.pod | 3 ++- xCAT-client/pods/man1/psh.1.pod | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/xCAT-client/pods/man1/pscp.1.pod b/xCAT-client/pods/man1/pscp.1.pod index 7f41ae022..6d1de765e 100644 --- a/xCAT-client/pods/man1/pscp.1.pod +++ b/xCAT-client/pods/man1/pscp.1.pod @@ -15,7 +15,8 @@ directories to a single or range of nodes and/or groups in parallel. B is a front-end to the remote copy B. -Note: this command does not support the xcatd client/server communication and therefore must be run on the management node. +Note: this command does not support the xcatd client/server communication and therefore must be run on the management node. It does not support hierarchy, use xdcp to run remote command from the +management node to the compute node via a service node. B is NOT multicast, but is parallel unicasts. diff --git a/xCAT-client/pods/man1/psh.1.pod b/xCAT-client/pods/man1/psh.1.pod index c42ac2dad..100f34e7c 100644 --- a/xCAT-client/pods/man1/psh.1.pod +++ b/xCAT-client/pods/man1/psh.1.pod @@ -18,7 +18,8 @@ Note: This command does not run through xcatd like most xCAT commands do. This means you must either run it on the management node, or have a network connection between -your machine and the nodes. +your machine and the nodes. It does not support hierarchy, use xdsh to run remote command from the +management node to the compute node via a service node. B arguments need to precede noderange, otherwise, you will get unexpected errors.