source: networking/netprogs/nfs-utils.xml@ 6ef71d2f

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 6ef71d2f was 6ef71d2f, checked in by Douglas R. Reno <renodr@…>, 3 years ago

A few package updates

Update to nfs-utils-2.5.4
Update to proftpd-1.3.7b
Update to nano-5.8

  • Property mode set to 100644
File size: 24.2 KB
RevLine 
[d47e7ea9]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[d47e7ea9]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[2bcb24e]7 <!ENTITY nfs-utils-root "&kernel-dl;/linux/utils/nfs-utils" >
8 <!ENTITY nfs-utils-download-http "&nfs-utils-root;/&nfs-utils-version;/nfs-utils-&nfs-utils-version;.tar.xz">
[8070b391]9 <!ENTITY nfs-utils-download-ftp " ">
[6ef71d2f]10 <!ENTITY nfs-utils-md5sum "7e330130ac9677c34bba5ab512036bef">
11 <!ENTITY nfs-utils-size "688 KB">
12 <!ENTITY nfs-utils-buildsize "19 MB">
[42e4ab5a]13 <!ENTITY nfs-utils-time "0.2 SBU">
[d47e7ea9]14]>
15
[f8af105]16<sect1 id="nfs-utils" xreflabel="nfs-utils-&nfs-utils-version;">
[b86cfc2]17 <?dbhtml filename="nfs-utils.html"?>
18
19 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
[f8af105]23 <title>NFS-Utils-&nfs-utils-version;</title>
[b86cfc2]24
25 <indexterm zone="nfs-utils">
26 <primary sortas="a-Nfs-utils">NFS Utilities</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to NFS Utilities</title>
31
[b51fe6e]32 <para>
33 The <application>NFS Utilities</application> package contains the
34 userspace server and client tools necessary to use the kernel's NFS
35 abilities. NFS is a protocol that allows sharing file systems over the
36 network.
37 </para>
[b86cfc2]38
[a4ce449]39 &lfs101_checked;
[d40e1a4]40
[08fa483]41 <bridgehead renderas="sect3">Package Information</bridgehead>
[b86cfc2]42 <itemizedlist spacing='compact'>
43 <listitem>
[b51fe6e]44 <para>
45 Download (HTTP): <ulink url="&nfs-utils-download-http;"/>
46 </para>
[b86cfc2]47 </listitem>
48 <listitem>
[b51fe6e]49 <para>
50 Download (FTP): <ulink url="&nfs-utils-download-ftp;"/>
51 </para>
[b86cfc2]52 </listitem>
53 <listitem>
[b51fe6e]54 <para>
55 Download MD5 sum: &nfs-utils-md5sum;
56 </para>
[b86cfc2]57 </listitem>
58 <listitem>
[b51fe6e]59 <para>
60 Download size: &nfs-utils-size;
61 </para>
[b86cfc2]62 </listitem>
63 <listitem>
[b51fe6e]64 <para>
65 Estimated disk space required: &nfs-utils-buildsize;
66 </para>
[b86cfc2]67 </listitem>
68 <listitem>
[b51fe6e]69 <para>
70 Estimated build time: &nfs-utils-time;
71 </para>
[b86cfc2]72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">NFS Utilities Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
[ed6a289c]78 <para role="required">
[758f3f6]79 <xref linkend="libtirpc"/> and
[8c83efc]80 <xref linkend="rpcsvc-proto"/>
[ed6a289c]81 </para>
[06eb274]82
[b163480]83 <bridgehead renderas="sect4">Optional</bridgehead>
[ed6a289c]84 <para role="optional">
[758f3f6]85 <xref linkend="cyrus-sasl"/> (for SASL authentication),
[a15d5e1]86 <xref linkend="lvm2"/> (libdevmapper for NFSv4 support),
[1b2b8eb2]87 <!--<xref linkend="libnfsidmap"/> (for NFSv4 support),
88 This is now built in, as of 2.2.1-->
[a15d5e1]89 <xref linkend="libnsl"/> (for NIS client support),
[758f3f6]90 <xref linkend="openldap"/> (for LDAP authentication),
[a15d5e1]91 <xref linkend="sqlite"/>,
[ed6a289c]92 <xref linkend="mitkrb"/> or
[b51fe6e]93 <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">
94 libgssapi
95 </ulink>, and
96 <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">
97 librpcsecgss
98 </ulink> (for GSS and RPC security support), and
[56605b9]99 <xref linkend="libcap-pam"/>
[ed6a289c]100 </para>
[0f10bc0]101
[b163480]102 <bridgehead renderas="sect4">Required (runtime)</bridgehead>
103 <para role="required">
[45029cb]104 <xref role="runtime" linkend="rpcbind"/>
[ed6a289c]105 </para>
[b86cfc2]106
[a15d5e1]107<!-- NSS configuration isn't directly related to NFS, but left here in case
108 <bridgehead renderas="sect4">Optional (runtime for NIS clients)</bridgehead>
109 <para role="optional">
110 <ulink url="https://github.com/thkukuk/libnss_compat">libnss_compat</ulink>,
111 <ulink url="https://github.com/thkukuk/libnss_nis">libnss_nis</ulink>, and
112 <ulink url="https://github.com/thkukuk/libnss_nisplus">libnss_nisplus</ulink>
113 </para>
114-->
115
[3cb0c57]116 <para condition="html" role="usernotes">User Notes:
117 <ulink url="&blfs-wiki;/nfs-utils"/></para>
118
[b86cfc2]119 </sect2>
120
121 <sect2 role="kernel" id='nfs-utils-kernel'>
122 <title>Kernel Configuration</title>
123
[b51fe6e]124 <para>
125 Enable the following options in the kernel configuration
126 (choose client and/or server support as appropriate) and recompile the
127 kernel if necessary:
128 </para>
[d47e7ea9]129
[b163480]130<screen><literal>File systems ---&gt;
[196d393]131 [*] Network File Systems ---&gt; [CONFIG_NETWORK_FILESYSTEMS]
132 &lt;*/M&gt; NFS client support [CONFIG_NFS_FS]
133 &lt;*/M&gt; NFS server support [CONFIG_NFSD]</literal></screen>
[d47e7ea9]134
[b51fe6e]135 <para>
136 Select the appropriate sub-options that appear when the above options
137 are selected.
138 </para>
[b86cfc2]139
[d2df2ce]140 <note>
141 <para>
142 In BLFS we assume that nfs v3 will be used. If the
143 <emphasis>server</emphasis> offers nfs v4 (for linux, CONFIG_NFSD_V4)
144 then auto-negotiation for v3 will fail and you will need to add
145 <literal>nfsver=3</literal> to the mount options. This also applies
146 if that option is enabled in the <emphasis>client's</emphasis> kernel,
147 for example in a distro trying to mount from a BLFS v3 server.
148 </para>
[1f4c3f9f]149 <para>
150 Even if neither end of the connection supports nfs v4, adding
151 <literal>nfsver=3</literal> is still beneficial because it prevents an
152 error message "NFS: bad mount option value specified: minorversion=1"
153 being logged on every mount.
154 </para>
[d2df2ce]155 </note>
156
[b86cfc2]157 <indexterm zone="nfs-utils nfs-utils-kernel">
158 <primary sortas="d-nfs-utils">NFS Utilities</primary>
159 </indexterm>
[d47e7ea9]160
[b86cfc2]161 </sect2>
[d47e7ea9]162
[e20c8110]163 <sect2 role="installation" id='nfs-utils-install'
164 xreflabel='NFS Utilities Installation'>
[b86cfc2]165 <title>Installation of NFS Utilities</title>
[d47e7ea9]166
[b51fe6e]167 <para>
168 Before you compile the program, ensure that the <systemitem
169 class="username">nobody</systemitem> user and <systemitem
170 class="groupname">nogroup</systemitem> group have been created as done in
171 the current LFS book. You can add them by running the following commands
172 as the <systemitem class="username">root</systemitem> user:
173 </para>
[a16cb066]174
[8c2155e]175<screen role="nodump"><userinput>groupadd -g 99 nogroup &amp;&amp;
[0dfb754]176useradd -c "Unprivileged Nobody" -d /dev/null -g nogroup \
177 -s /bin/false -u 99 nobody</userinput></screen>
[d47e7ea9]178
[b86cfc2]179 <note>
[b51fe6e]180 <para>
181 The classic uid and gid values are 65534 which is also -2 when
182 interpreted as a signed 16-bit number. These values impact other files
183 on some filesystems that do not have support for sparse files. The
184 <systemitem class="username">nobody</systemitem> and <systemitem
185 class="groupname">nogroup</systemitem> values are relatively arbitrary.
186 The impact on a server is nil if the <filename>exports</filename> file
187 is configured correctly. If it is misconfigured, an
188 <command>ls -l</command> or <command>ps</command> listing will show a
189 uid or gid number of 65534 instead of a name. The client uses
190 <systemitem class="username">nobody</systemitem> only as the user
191 running <command>rpc.statd</command>.
192 </para>
[b86cfc2]193 </note>
194
[b51fe6e]195 <para>
196 Install <application>NFS Utilities</application> by running
197 the following commands:
198 </para>
[d47e7ea9]199
[7abed3b]200<screen><userinput>./configure --prefix=/usr \
[37441de]201 --sysconfdir=/etc \
[6ef71d2f]202 --sbindir=/usr/sbin \
[37441de]203 --disable-nfsv4 \
204 --disable-gss &amp;&amp;
[a16cb066]205make</userinput></screen>
206
[1f4c3f9f]207 <!-- Test breakage: see
208 http://lists.linuxfromscratch.org/pipermail/blfs-book/2017-December/071861.html -->
[b51fe6e]209 <para>
210 This package does not come with a working test suite.
211 </para>
[1f4c3f9f]212
[b51fe6e]213 <para>
214 Now, as the <systemitem class="username">root</systemitem> user:
215 </para>
[d47e7ea9]216
[b163480]217<!-- dev note: make statduser=$(whoami) DESTDIR=<DESTDIR> install -->
218
[1f4c3f9f]219<screen role='root'><userinput>make install &amp;&amp;
[0c42066]220chmod u+w,go+r /usr/sbin/mount.nfs &amp;&amp;
[a1b111f8]221chown nobody.nogroup /var/lib/nfs</userinput></screen>
[e20c8110]222
[1f4c3f9f]223 <!-- commented, in case the tests get fixed
[b51fe6e]224 <para>
225 The tests for this package require that the package be installed and
226 configured as specified below. In addition, the daemon from <xref
227 linkend="rpcbind"/> needs to be running and the tests need to be run as
228 the <systemitem class="username">root</systemitem> user.
229 </para>
[f3429309]230
[b51fe6e]231 <para>
232 To test the results, issue, as root: <command>make check</command>.
233 </para>-->
[ce386957]234
[b86cfc2]235 </sect2>
[d47e7ea9]236
[b86cfc2]237 <sect2 role="commands">
238 <title>Command Explanations</title>
[7abed3b]239<!--
[b51fe6e]240 <para>
241 <command>sed ... support/nsm/rpc.c</command>: This sed it required
242 to fix a build issue with glibc-2.26 and later.
243 </para>
[1b2b8eb2]244
[b51fe6e]245 <para>
[1b2b8eb2]246 <parameter>- -disable-nfsv4</parameter>: This allows the package to be
[b51fe6e]247 built when libnfsidmap has not been installed.
248 </para>
[1b2b8eb2]249 nfs-utils now carries libnfsidmap
250-->
[b51fe6e]251 <para>
252 <parameter>--disable-gss</parameter>: Disables support for
253 RPCSEC GSS (RPC Security).
254 </para>
[a16cb066]255
[b51fe6e]256 <para>
257 <command>chown nobody.nogroup /var/lib/nfs</command>: The
258 rpc.statd program uses the ownership of this directory to set
259 it's UID and GID. This command sets those to unprivileged entries.
[a1b111f8]260 </para>
261
[b86cfc2]262 </sect2>
[a16cb066]263
[b86cfc2]264 <sect2 role="configuration">
265 <title>Configuring NFS Utilities</title>
[d47e7ea9]266
[b86cfc2]267 <sect3 id='nfs-utils-server-config'>
[3a929dc]268 <title>Server Configuration</title>
[d47e7ea9]269
[b51fe6e]270 <para>
271 <filename>/etc/exports</filename> contains the exported directories
272 on NFS servers. Refer to the <filename>exports.5</filename> manual page
273 for the syntax of this file. Also refer to the "NFS HowTo" available at
274 <ulink url="http://nfs.sourceforge.net/nfs-howto/"/> for information on
275 how to configure the servers and clients in a secure manner. For
276 example, for sharing the <filename class="directory">/home</filename>
277 directory over the local network, the following line may be added:
278 </para>
[d47e7ea9]279
[fbbc908]280<screen role="nodump"><userinput>cat &gt;&gt; /etc/exports &lt;&lt; EOF
281<replaceable>/home 192.168.0.0/24</replaceable>(rw,subtree_check,anonuid=99,anongid=99)
282EOF</userinput></screen>
[01155b9]283
[b51fe6e]284 <note>
285 <para>
286 Be sure to replace the directory, network address. and prefix above
287 to match your network. The only space in the line above should be
288 between the directory and the network address.
289 </para>
290 </note>
[d47e7ea9]291
[b86cfc2]292 <indexterm zone="nfs-utils nfs-utils-server-config">
293 <primary sortas="e-etc-exportfs">/etc/exportfs</primary>
294 </indexterm>
295
[e20c8110]296 <sect4 id="nfs-utils-server-init">
[7b478500]297 <title><phrase revision="sysv">Boot Script</phrase>
298 <phrase revision="systemd">Systemd Units</phrase></title>
299
[b51fe6e]300 <para>
301 Install the
302 <phrase revision="sysv">
303 <filename>/etc/rc.d/init.d/nfs-server</filename>
304 init script
305 </phrase>
306 <phrase revision="systemd">NFSv4 server units</phrase>
307 included in the <xref linkend="bootscripts" revision="sysv"/>
308 <xref linkend="systemd-units" revision="systemd"/> package
309 to start the server at boot.
310 </para>
[d47e7ea9]311
[7b478500]312<screen role="root" revision="systemd"><userinput>make install-nfsv4-server</userinput></screen>
313
314 <para revision="systemd">
315 If you have disabled NFSv4 support, run the following command as the
316 <systemitem class="username">root</systemitem> user to omit the NFSv4
317 specific systemd units:
318 </para>
319
320<!-- both -->
[eaf6a1cd]321<screen role="root"><userinput>make install-nfs-server</userinput></screen>
[d47e7ea9]322
[7b478500]323 <indexterm zone="nfs-utils nfs-utils-server-init" revision="sysv">
[b86cfc2]324 <primary sortas="f-nfs-server">nfs-server</primary>
325 </indexterm>
326
[b51fe6e]327 <para revision="sysv">
328 Now create the
[7b478500]329 <filename>/etc/sysconfig/nfs-server</filename> configuration file:
330 </para>
[f5e4bdec]331
[7b478500]332<screen role="root" revision="sysv"><userinput>cat &gt; /etc/sysconfig/nfs-server &lt;&lt; "EOF"
[eaf6a1cd]333<literal>PORT="2049"
[f5e4bdec]334PROCESSES="8"
[eaf6a1cd]335KILLDELAY="10"</literal>
336EOF</userinput></screen>
[f5e4bdec]337
[7b478500]338 <note revision="sysv">
[b51fe6e]339 <para>
340 The above parameters may be optionally placed in
[7b478500]341 <filename>/etc/sysconfig/rc.site</filename>.
342 </para>
343 </note>
[ed6a289c]344
[7b478500]345 <indexterm zone="nfs-utils nfs-utils-server-init" revision="sysv">
[b86cfc2]346 <primary
347 sortas="e-etc-sysconfig-nfs-server">/etc/sysconfig/nfs-server</primary>
348 </indexterm>
349
[7b478500]350 <para revision="systemd">
351 You can edit the <filename>/etc/default/nfs-utils</filename>
352 file to change the startup options for NFS daemons. Defaults
353 should be fine for most use cases.
354 </para>
355
356 <indexterm zone="nfs-utils nfs-utils-server-init" revision="systemd">
357 <primary sortas="e-etc-default-nfs-utils">/etc/default/nfs-utils</primary>
358 </indexterm>
359
[b86cfc2]360 </sect4>
[d47e7ea9]361
[b86cfc2]362 </sect3>
[d47e7ea9]363
[b86cfc2]364 <sect3 id='nfs-utils-client-config'>
[3a929dc]365 <title>Client Configuration</title>
[eaf6a1cd]366
[b51fe6e]367 <para>
368 <filename>/etc/fstab</filename> contains the directories that
369 are to be mounted on the client. Alternately the partitions can be
370 mounted by using the <command>mount</command> command with the proper
371 options. To mount the <filename class="directory">/home</filename>
372 and <filename class="directory">/usr</filename> partitions, add the
373 following to the <filename>/etc/fstab</filename>:
374 </para>
[a16cb066]375
[fccfaa4]376<screen role="nodump"><userinput><replaceable>&lt;server-name&gt;</replaceable>:/home /home nfs rw,_netdev 0 0
[0d1cbe66]377<replaceable>&lt;server-name&gt;</replaceable>:/usr /usr nfs ro,_netdev 0 0</userinput></screen>
378
[b51fe6e]379 <para>
380 The options which can be used are specified in <command>man 5 nfs
381 </command>. If both the client and server are running recent versions
382 of linux, most of the options will be negotiated (but see the Note
383 above on nfsver=3). You can specify either <literal>rw</literal> or
384 <literal>ro</literal>, <literal>_netdev</literal> if the filesystem is
385 to be automatically mounted at boot, or <literal>noauto</literal> (and
386 perhaps <literal>user</literal>) for other filesystems.
387 </para>
[0d1cbe66]388
[b51fe6e]389 <para>
390 If the fileserver is not running a recent version of linux, you may
391 need to specifiy other options.
392 </para>
[0d1cbe66]393
[b51fe6e]394 <para revision="systemd">
395 You may need to enable autofs v4 in your kernel, and add the option
[758f3f6]396 <literal>comment=systemd.automount</literal>. Some machines may need
397 this because systemd tries to mount the external filesystems before
398 the network is up. An alternative is to run <command>mount -a</command>
399 as the <systemitem class="username">root</systemitem> user after the
400 system has started.
[b51fe6e]401 </para>
[a16cb066]402
[b86cfc2]403 <indexterm zone="nfs-utils nfs-utils-client-config">
404 <primary sortas="e-etc-fstab">/etc/fstab</primary>
405 </indexterm>
[d47e7ea9]406
[b86cfc2]407 <sect4 id="nfs-utils-client-init">
[7b478500]408 <title><phrase revision="sysv">Boot Script</phrase>
409 <phrase revision="systemd">Systemd Units</phrase></title>
410
411 <note>
412 <para>
413 The following <phrase revision="sysv">boot script is</phrase>
414 <phrase revision="systemd">systemd units are</phrase> not required
415 if the nfs-server <phrase revision="sysv">script is</phrase>
416 <phrase revision="systemd">units are</phrase> installed.
417 </para>
418 </note>
419
[b51fe6e]420 <para>
421 Install the
422 <phrase revision="sysv">
423 <filename>/etc/rc.d/init.d/nfs-client</filename> init script
424 </phrase>
425 <phrase revision="systemd">units</phrase> included in the
426 <xref linkend="bootscripts" revision="sysv"/>
427 <xref linkend="systemd-units" revision="systemd"/> package to start
428 the client services at boot.
429 </para>
[a16cb066]430
[b86cfc2]431<screen role="root"><userinput>make install-nfs-client</userinput></screen>
[a16cb066]432
[b86cfc2]433 <indexterm zone="nfs-utils nfs-utils-client-config">
434 <primary sortas="f-nfs-client">nfs-client</primary>
435 </indexterm>
436
[b51fe6e]437 <para revision="sysv">
438 To automatically mount <systemitem class="filesystem">nfs
439 </systemitem> filesystems, clients will also need to install the
440 <filename>netfs</filename> bootscript as described in <xref
441 linkend="postlfs-config-netfs"/>.
442 </para>
[b86cfc2]443
[7b478500]444 <indexterm zone="nfs-utils nfs-utils-client-config" revision="sysv">
[b86cfc2]445 <primary sortas="f-netfs">netfs</primary>
446 </indexterm>
447
448 </sect4>
449
450 </sect3>
451
452 </sect2>
453
454 <sect2 role="content">
455 <title>Contents</title>
456 <segmentedlist>
457 <segtitle>Installed Programs</segtitle>
458 <segtitle>Installed Libraries</segtitle>
459 <segtitle>Installed Directories</segtitle>
460
461 <seglistitem>
[06eb274]462 <seg>exportfs, mountstats, mount.nfs, mount.nfs4 (link to mount.nfs),
[758f3f6]463 nfsconf, nfsdclnts, nfsiostat, nfsstat, rpc.mountd, rpc.nfsd, rpc.statd,
464 rpcdebug, showmount, sm-notify, start-statd,
465 umount.nfs (link to mount.nfs), and umount.nfs4 (link to mount.nfs)</seg>
[b86cfc2]466 <seg>None</seg>
467 <seg>/var/lib/nfs</seg>
468 </seglistitem>
469 </segmentedlist>
470
471 <variablelist>
472 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
473 <?dbfo list-presentation="list"?>
474 <?dbhtml list-presentation="table"?>
475
476 <varlistentry id="exportfs">
477 <term><command>exportfs</command></term>
478 <listitem>
[b51fe6e]479 <para>
[4c24eb0a]480 maintains a list of NFS exported file systems
[b51fe6e]481 </para>
[b86cfc2]482 <indexterm zone="nfs-utils exportfs">
483 <primary sortas="b-exportfs">exportfs</primary>
484 </indexterm>
485 </listitem>
486 </varlistentry>
487
[d40e1a4]488 <varlistentry id="mountstats">
489 <term><command>mountstats</command></term>
490 <listitem>
[b51fe6e]491 <para>
[4c24eb0a]492 displays NFS client per-mount statistics
[b51fe6e]493 </para>
[d40e1a4]494 <indexterm zone="nfs-utils mountstats">
495 <primary sortas="b-mountstats">mountstats</primary>
496 </indexterm>
497 </listitem>
498 </varlistentry>
499
[6d772cc]500 <varlistentry id="mount.nfs">
[0f10bc0]501 <term><command>mount.nfs</command></term>
502 <listitem>
[b51fe6e]503 <para>
[4c24eb0a]504 is used to mount a network share using NFS
[b51fe6e]505 </para>
[6d772cc]506 <indexterm zone="nfs-utils mount.nfs">
507 <primary sortas="b-mount.nfs">mount.nfs</primary>
[0f10bc0]508 </indexterm>
509 </listitem>
510 </varlistentry>
511
[6d772cc]512 <varlistentry id="mount.nfs4">
[0f10bc0]513 <term><command>mount.nfs4</command></term>
514 <listitem>
[b51fe6e]515 <para>
[4c24eb0a]516 is used to mount a network share using NFSv4
[b51fe6e]517 </para>
[6d772cc]518 <indexterm zone="nfs-utils mount.nfs4">
519 <primary sortas="b-mount.nfs4">mount.nfs4</primary>
[0f10bc0]520 </indexterm>
521 </listitem>
522 </varlistentry>
523
[2bcb24e]524 <varlistentry id="nfsconf">
525 <term><command>nfsconf</command></term>
526 <listitem>
[b51fe6e]527 <para>
528 can be used to test for and retrieve configuration settings from
[4c24eb0a]529 a range of nfs-utils configuration files
[b51fe6e]530 </para>
[2bcb24e]531 <indexterm zone="nfs-utils nfsconf">
532 <primary sortas="b-nfsconf">nfsconf</primary>
533 </indexterm>
534 </listitem>
535 </varlistentry>
536
[758f3f6]537 <varlistentry id="nfsdclnts">
538 <term><command>nfsdclnts</command></term>
539 <listitem>
540 <para>
[4c24eb0a]541 prints information about NFS clients
[758f3f6]542 </para>
543 <indexterm zone="nfs-utils nfsdclnts">
544 <primary sortas="b-nfsdclnts">nfsdclnts</primary>
545 </indexterm>
546 </listitem>
547 </varlistentry>
548
[d40e1a4]549 <varlistentry id="nfsiostat-nfs-utils">
550 <term><command>nfsiostat</command></term>
551 <listitem>
[b51fe6e]552 <para>
[4c24eb0a]553 reports input/output statistics for network filesystems
[b51fe6e]554 </para>
[d40e1a4]555 <indexterm zone="nfs-utils nfsiostat-nfs-utils">
556 <primary sortas="b-nfsiostat-nfs-utils">nfsiostat</primary>
557 </indexterm>
558 </listitem>
559 </varlistentry>
560
[b86cfc2]561 <varlistentry id="nfsstat">
562 <term><command>nfsstat</command></term>
563 <listitem>
[b51fe6e]564 <para>
[4c24eb0a]565 displays statistics kept about NFS client and server activity
[b51fe6e]566 </para>
[b86cfc2]567 <indexterm zone="nfs-utils nfsstat">
568 <primary sortas="b-nfsstat">nfsstat</primary>
569 </indexterm>
570 </listitem>
571 </varlistentry>
572
[2bcb24e]573<!-- osd_login seems to no longer exist.
[72d90b67]574 <varlistentry id="osd_login">
[8b9ad6e]575 <term><command>osd_login</command></term>
[72d90b67]576 <listitem>
[b51fe6e]577 <para>
578 is a script that is a part of the autologin feature
579 mandated by the pnfs-objects standard.
580 </para>
[72d90b67]581 <indexterm zone="nfs-utils osd_login">
582 <primary sortas="b-osd_login">osd_login</primary>
583 </indexterm>
584 </listitem>
[2bcb24e]585 </varlistentry> -->
[72d90b67]586
587
[6d772cc]588 <varlistentry id="rpc.mountd">
[b86cfc2]589 <term><command>rpc.mountd</command></term>
590 <listitem>
[b51fe6e]591 <para>
[4c24eb0a]592 implements the NFS mount protocol on an NFS server
[b51fe6e]593 </para>
[6d772cc]594 <indexterm zone="nfs-utils rpc.mountd">
595 <primary sortas="b-rpc.mountd">rpc.mountd</primary>
[b86cfc2]596 </indexterm>
597 </listitem>
598 </varlistentry>
599
[6d772cc]600 <varlistentry id="rpc.nfsd">
[b86cfc2]601 <term><command>rpc.nfsd</command></term>
602 <listitem>
[b51fe6e]603 <para>
604 implements the user level part of the NFS
[4c24eb0a]605 service on the server
[b51fe6e]606 </para>
[6d772cc]607 <indexterm zone="nfs-utils rpc.nfsd">
608 <primary sortas="b-rpc.nfsd">rpc.nfsd</primary>
[b86cfc2]609 </indexterm>
610 </listitem>
611 </varlistentry>
612
[6d772cc]613 <varlistentry id="rpc.statd">
[b86cfc2]614 <term><command>rpc.statd</command></term>
615 <listitem>
[b51fe6e]616 <para>
617 is used by the NFS file locking service. Run on both sides,
[4c24eb0a]618 client as well as server, when you want file locking enabled
[b51fe6e]619 </para>
[6d772cc]620 <indexterm zone="nfs-utils rpc.statd">
621 <primary sortas="b-rpc.statd">rpc.statd</primary>
[b86cfc2]622 </indexterm>
623 </listitem>
624 </varlistentry>
625
[d3761424]626 <varlistentry id="rpcdebug">
627 <term><command>rpcdebug</command></term>
628 <listitem>
[b51fe6e]629 <para>
[4c24eb0a]630 sets or clears the kernel's NFS client and server debug flags
[b51fe6e]631 </para>
[d3761424]632 <indexterm zone="nfs-utils rpcdebug">
633 <primary sortas="b-rpcdebug">rpcdebug</primary>
634 </indexterm>
635 </listitem>
636 </varlistentry>
637
[b86cfc2]638 <varlistentry id="showmount">
639 <term><command>showmount</command></term>
640 <listitem>
[b51fe6e]641 <para>
[4c24eb0a]642 displays mount information for an NFS server
[b51fe6e]643 </para>
[b86cfc2]644 <indexterm zone="nfs-utils showmount">
645 <primary sortas="b-showmount">showmount</primary>
646 </indexterm>
647 </listitem>
648 </varlistentry>
649
[d3761424]650 <varlistentry id="sm-notify">
651 <term><command>sm-notify</command></term>
652 <listitem>
[b51fe6e]653 <para>
[4c24eb0a]654 is used to send Network Status Monitor reboot messages
[b51fe6e]655 </para>
[d3761424]656 <indexterm zone="nfs-utils sm-notify">
657 <primary sortas="b-sm-notify">sm-notify</primary>
658 </indexterm>
659 </listitem>
660 </varlistentry>
661
662 <varlistentry id="start-statd">
663 <term><command>start-statd</command></term>
664 <listitem>
[b51fe6e]665 <para>
666 is a script called by nfsmount when mounting a filesystem with
667 locking enabled, if statd does not appear to be running. It can be
[4c24eb0a]668 customised with whatever flags are appropriate for the site
[b51fe6e]669 </para>
[d3761424]670 <indexterm zone="nfs-utils start-statd">
671 <primary sortas="b-start-statd">start-statd</primary>
672 </indexterm>
673 </listitem>
674 </varlistentry>
675
[6d772cc]676 <varlistentry id="umount.nfs">
[0f10bc0]677 <term><command>umount.nfs</command></term>
678 <listitem>
[b51fe6e]679 <para>
[4c24eb0a]680 is used to unmount a network share using NFS
[b51fe6e]681 </para>
[6d772cc]682 <indexterm zone="nfs-utils umount.nfs">
683 <primary sortas="b-umount.nfs">umount.nfs</primary>
[0f10bc0]684 </indexterm>
685 </listitem>
686 </varlistentry>
687
[6d772cc]688 <varlistentry id="umount.nfs4">
[0f10bc0]689 <term><command>umount.nfs4</command></term>
690 <listitem>
[b51fe6e]691 <para>
[4c24eb0a]692 is used to unmount a network share using NFSv4
[b51fe6e]693 </para>
[6d772cc]694 <indexterm zone="nfs-utils umount.nfs4">
695 <primary sortas="b-umount.nfs4">umount.nfs4</primary>
[0f10bc0]696 </indexterm>
697 </listitem>
698 </varlistentry>
699
[b86cfc2]700 </variablelist>
701
702 </sect2>
[d47e7ea9]703
[176b211]704</sect1>
Note: See TracBrowser for help on using the repository browser.