Whamcloud - gitweb
ab35855ef54691a2c498c37108e1ab9e95e8a9b9
[fs/lustre-release.git] / lnet / doc / lnet.7
1 .TH LNET 7 "2023 Oct 8" LNet "Lustre networking layer"
2 .SH NAME
3 LNet
4 .SH SYNOPSIS
5 A lightweight and efficient network communication protocol that supports
6 message passing for RPC request processing and RDMA for bulk data movement.
7 .SH DESCRIPTION
8 .B LNet
9 is a high performance networking protocol. It is most commonly used by the
10 Lustre filesystem.
11
12 LNet supports many commonly-used network types, such as InfiniBand and IP
13 networks, and allows simultaneous availability across multiple network types
14 with routing between them. Remote direct memory access (RDMA) is permitted
15 when supported by underlying networks using the appropriate Lustre network
16 driver (LND). High availability and recovery features enable transparent
17 recovery in conjunction with failover servers.
18
19 .SH COMMANDS
20 .TP
21 .BR lnetctl (8)
22 A low-level tool for administrators to control LNet configuration.
23 .TP
24 .BR lst (8)
25 A low-level tool for administrators to confirm that LNet has been properly
26 installed and configured. The self-test also confirms that LNet and the
27 network software and hardware underlying it are performing according to
28 expectations.
29 .SH BUGS
30 Please report all bugs to https://jira.whamcloud.com/
31 .SH AVAILABILITY
32 .B The
33 .BR LNet (7)
34 packages are available for download, alongside Lustre, at:
35 .br
36 https://downloads.whamcloud.com/
37 and GPL source code is available at:
38 .br
39 https://git.whamcloud.com/
40 .SH SEE ALSO
41 .BR lnetctl (8),
42 .BR lst (8),
43 .BR lctl (8),
44 .BR lustre (7)