1RCOPY(1)                           librdmacm                          RCOPY(1)
2
3
4

NAME

6       rcopy - simple file copy over RDMA.
7

SYNOPSIS

9       rcopy source server[:destination] [-p port]
10       rcopy [-p port]
11

DESCRIPTION

13       Uses sockets over RDMA interface to copy a source file to the specified
14       destination.
15

OPTIONS

17       source The name and path of the source file to copy.
18
19       server The name or address of the destination server.
20
21       :destination
22              An optional destination filename and path.  If  not  given,  the
23              destination filename will match that of the source.
24
25       -p server_port
26              The server's port number.
27
28
29       NOTES  Basic usage is to start rcopy on a server system, then run rcopy
30              sourcefile servername.  The server application will continue  to
31              run after copying the file, but is currently single-threaded.
32
33       Because  this  test maps RDMA resources to userspace, users must ensure
34       that they have available system resources  and  permissions.   See  the
35       libibverbs README file for additional details.
36

SEE ALSO

38       rdma_cm(7)
39
40
41
42librdmacm                          2011-12-2                          RCOPY(1)
Impressum