]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ofed/librdmacm/man/rcopy.1
MFV r368207:
[FreeBSD/FreeBSD.git] / contrib / ofed / librdmacm / man / rcopy.1
1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
2 .TH "RCOPY" 1 "2011-12-2" "librdmacm" "librdmacm" librdmacm
3 .SH NAME
4 rcopy \- simple file copy over RDMA.
5 .SH SYNOPSIS
6 .sp
7 .nf
8 \fIrcopy\fR source server[:destination] [-p port]
9 \fIrcopy\fR [-p port]
10 .fi
11 .SH "DESCRIPTION"
12 Uses sockets over RDMA interface to copy a source file to the
13 specified destination. 
14 .SH "OPTIONS"
15 .TP
16 source
17 The name and path of the source file to copy.
18 .TP
19 server
20 The name or address of the destination server.
21 .TP
22 :destination
23 An optional destination filename and path.  If not given, the destination
24 filename will match that of the source.
25 .TP
26 \-p server_port
27 The server's port number.
28 .TP
29 .SH "NOTES"
30 Basic usage is to start rcopy on a server system, then run
31 rcopy sourcefile servername.  The server application will continue to run after
32 copying the file, but is currently single-threaded.
33 .P
34 Because this test maps RDMA resources to userspace, users must ensure
35 that they have available system resources and permissions.  See the
36 libibverbs README file for additional details.
37 .SH "SEE ALSO"
38 rdma_cm(7)