HP 1032 Manual page 118

Clusterpack v2.4 tutorial
Table of Contents

Advertisement

For more details on the usage of clcp, invoke the command:
% man clcp
References:
3.7.9 How do I access the Clusterware Pro V5.1 Command Line Interface?
Back to Top
2.2.4 Transfer a file from a Compute Node to a system outside the cluster
If the cluster is a guarded cluster, this operation is done in two steps:
Copy the file from the specified node to the Management Server in the cluster
using clcp.
% clcp node1:/a/output.data /tmp/output.data
< Copies the remote file to the local file after the job completes.
Overwrites the local file if it exists.
% bsub -f <local_file> < <remote_file>
<< Appends the remote file to the local file after the job
completes. The local file must exist.
% bsub -f <local_file> << <remote_file>
>< Copies the local file to the remote file before the job starts.
Overwrites the remote file if it exists. Then copies the remote
file to the local file after the job completes. Overwrites the local
file.
% bsub -f <local_file> >< <remote_file>
<> Copies the local file to the remote file before the job starts.
Overwrites the remote file if it exists. Then copies the remote
file to the local file after the job completes. Overwrites the local
file.
% bsub -f <local_file> <> <remote_file>
2. Copy the file to specific nodes in the cluster using clcp.
% clcp -C node1+node3 /a/input.data %
h:/date/input.data

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents