Whamcloud - gitweb
LU-657 test: limit the write size in run_dd
[fs/lustre-release.git] / lustre / doc / nids.5
1 .TH nids 5 Lustre nids /etc/nids
2 .SH NAME
3 /etc/nids \- The static lookup table for Lustre NIDs
4 .SH DESCRIPTION
5 The nids file maps host names to NIDs and vice-versa.
6 .SH FORMAT
7 Comments beginning with a hash (#) are ignored.  Each line represents one
8 host and includes the following information separated by white space:
9 .TP
10 .I "hostname"
11 The primary hostname of the node, e.g. \fIuname -n\fR.
12 .TP
13 .I "primary nid"
14 The primary NID of the node.
15 .TP
16 .I "other nid ..."
17 Any additional NIDs.
18 .SH EXAMPLE
19 .nf
20 ## Tycho
21 tycho-mds1 172.16.2.200@tcp 172.16.10.200@tcp
22 tycho1     172.16.2.1@tcp   172.16.10.1@tcp
23 tycho2     172.16.2.2@tcp   172.16.10.2@tcp
24 tycho3     172.16.2.3@tcp   172.16.10.3@tcp
25 tycho4     172.16.2.4@tcp   172.16.10.4@tcp
26 tycho5     172.16.2.5@tcp   172.16.10.5@tcp
27 tycho6     172.16.2.6@tcp   172.16.10.6@tcp
28 tycho7     172.16.2.7@tcp   172.16.10.7@tcp
29 tycho8     172.16.2.8@tcp   172.16.10.8@tcp
30 .fi
31
32 .SH FILES
33 /etc/nids