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
This commit is contained in:
lissav 2013-06-27 16:39:30 +00:00
parent 9f9c6d2c79
commit cb290f429d
2 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,8 @@ directories to a single or range of nodes and/or groups in parallel.
B<pscp> is a front-end to the remote copy B<scp>.
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<pscp> is NOT multicast, but is parallel unicasts.

View File

@ -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<psh> arguments need to precede noderange, otherwise, you will get unexpected errors.