pscp - parallel remote copy
pscp [-i suffix] [scp options ...] filename [filename ...] 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.
Interfaces to be used.
See scp(1)
A space delimited list of files to copy. If -r is passed as an scp option, directories may be specified as well.
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>