pscp - parallel remote copy
pscp filename [filename ...] noderange:destinationdirectory
pscp [-r] [filename filename ...] [directory directory ...] noderange:destinationdirectory
pscp {-h|--help|-v|--version}
pscp is a utility used to copy a single or multiple set of files and/or directories to a single or range of nodes and/or groups in parallel.
pscp is a front-end to the remote copy scp.
Note: this command does not support the xcatd client/server communication and therefore must be run on the management node.
pscp is NOT multicast, but is parallel unicasts.
Recursive copy through directories.
A space delimited list of files to copy.
A space delimited list of directories to copy.
A noderange(3) and destination directory. The : is required.
Print help.
Print version.
pscp -r /usr/local node1,node3:/usr/local pscp passwd group rack01:/etc
Egan Ford <egan@us.ibm.com>