Distribute Files

description

This section shows how to distribute files from the main node to all cluster nodes.

command-line

>>> ./EHPC-Client --files-distribute OPTIONS
All parameters should be in format parameter=value
Options:
    --domain, -d                domain of the main node to interact with
    --files                     list of files to send to the cloud
    -id                         id of the operations

Example 1

copy folder /blast_db/est_human from the main node to all cluster nodes at ec2......com

./EHPC-Client --files-disturbute -d=ec2........com --files=/blast_db/est_human

Table Of Contents

Previous topic

Get Files

Next topic

Gather Files

This Page