Viewing: nids.5
.TH NIDS 5 2024-08-28 Lustre "Lustre File Formats"
.SH NAME
/etc/nids \- The static lookup table for Lustre NIDs
.SH SYNOPSIS
The static lookup table for Lustre NIDs
.SH DESCRIPTION
The nids file maps host names to NIDs and vice-versa.
.SH FORMAT
Comments beginning with a hash (#) are ignored. Each line represents one
host and includes the following information separated by white space:
.TP
.I HOSTNAME
The primary hostname of the node, e.g.
.IR "uname -n" .
.TP
.I PRIMARY_NID
The primary NID of the node.
.TP
.IR OTHER_NID " ..."
Any additional NIDs.
.SH FILES
/etc/nids
.SH EXAMPLES
.EX
\&## Tycho
tycho-mds1 172.16.2.200@tcp 172.16.10.200@tcp
tycho1 172.16.2.1@tcp 172.16.10.1@tcp
tycho2 172.16.2.2@tcp 172.16.10.2@tcp
tycho3 172.16.2.3@tcp 172.16.10.3@tcp
tycho4 172.16.2.4@tcp 172.16.10.4@tcp
tycho5 172.16.2.5@tcp 172.16.10.5@tcp
tycho6 172.16.2.6@tcp 172.16.10.6@tcp
tycho7 172.16.2.7@tcp 172.16.10.7@tcp
tycho8 172.16.2.8@tcp 172.16.10.8@tcp
.EE
.SH AVAILABILITY
.B /etc/nids
is part of the
.BR lustre (7)
filesystem package since release 2.3.0
.\" Added in commit 2.2.90-9-g04a38ba7cd
.SH SEE ALSO