HP High Performance LC Cluster series Manual de Instalação Página 118

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 117
< 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
For more details on the usage of clcp, invoke the command:
% man clcp
References:
z
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:
z
Copy the file from the specified node to the Management Server in the cluster
using clcp.
% clcp node1:/a/output.data /tmp/output.data
Vista de página 117
1 2 ... 113 114 115 116 117 118 119 120 121 122 123 ... 172 173

Comentários a estes Manuais

Sem comentários