source: networking/netprogs/nfs-utils.xml@ de1a0d9

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since de1a0d9 was 56605b9, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Remove XML::Parser from perl modules
Archive acl, attr, intltool, expat, gperf
Synchronize libcap with LFS.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13004 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 17.4 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
[8e82479]7 <!ENTITY nfs-utils-download-http "&sourceforge-repo;/nfs/nfs-utils-&nfs-utils-version;.tar.bz2">
[8070b391]8 <!ENTITY nfs-utils-download-ftp " ">
[6336840d]9 <!ENTITY nfs-utils-md5sum "3ac3726eda563946d1f44ac3e5b61d56">
10 <!ENTITY nfs-utils-size "763 KB">
[b163480]11 <!ENTITY nfs-utils-buildsize "16 MB">
[c7328ac]12 <!ENTITY nfs-utils-time "0.2 SBU">
[d47e7ea9]13]>
14
[f8af105]15<sect1 id="nfs-utils" xreflabel="nfs-utils-&nfs-utils-version;">
[b86cfc2]16 <?dbhtml filename="nfs-utils.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
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
32 <para>The <application>NFS Utilities</application> package contains the
[e20c8110]33 userspace server and client tools necessary to use the kernel's NFS
[b86cfc2]34 abilities. NFS is a protocol that allows sharing file systems over the
35 network.</para>
36
[fd4dbec]37 &lfs75_checked;
[d40e1a4]38
[08fa483]39 <bridgehead renderas="sect3">Package Information</bridgehead>
[b86cfc2]40 <itemizedlist spacing='compact'>
41 <listitem>
42 <para>Download (HTTP): <ulink url="&nfs-utils-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&nfs-utils-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &nfs-utils-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &nfs-utils-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &nfs-utils-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &nfs-utils-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">NFS Utilities Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
[ed6a289c]64 <para role="required">
[b163480]65 <xref linkend="libtirpc"/>
[ed6a289c]66 </para>
[06eb274]67
[b163480]68 <bridgehead renderas="sect4">Optional</bridgehead>
[ed6a289c]69 <para role="optional">
[37441de]70 <xref linkend="libevent"/>,
[b163480]71 <xref linkend="sqlite"/> and
72 <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libnfsidmap</ulink> (for NFSv4 support),
[ed6a289c]73 <xref linkend="mitkrb"/> or
74 <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libgssapi</ulink>, and
[6336840d]75 <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">librpcsecgss</ulink> (for GSS and RPC security support) and
[56605b9]76 <xref linkend="libcap-pam"/>
[ed6a289c]77 </para>
[0f10bc0]78
[b163480]79 <bridgehead renderas="sect4">Required (runtime)</bridgehead>
80 <para role="required">
[cca69d7]81 <xref linkend="rpcbind"/>
[ed6a289c]82 </para>
[b86cfc2]83
[3cb0c57]84 <para condition="html" role="usernotes">User Notes:
85 <ulink url="&blfs-wiki;/nfs-utils"/></para>
86
[b86cfc2]87 </sect2>
88
89 <sect2 role="kernel" id='nfs-utils-kernel'>
90 <title>Kernel Configuration</title>
91
92 <para>Enable the following options in the kernel configuration
[bfb7882]93 and recompile the kernel if necessary:</para>
[d47e7ea9]94
[b163480]95<screen><literal>File systems ---&gt;
96 Network File Systems ---&gt;
97 NFS client support: Y or M
98 NFS server support: Y or M</literal></screen>
[d47e7ea9]99
[b86cfc2]100 <para>Select the appropriate sub-options that appear when the above options
101 are selected.</para>
102
103 <indexterm zone="nfs-utils nfs-utils-kernel">
104 <primary sortas="d-nfs-utils">NFS Utilities</primary>
105 </indexterm>
[d47e7ea9]106
[b86cfc2]107 </sect2>
[d47e7ea9]108
[e20c8110]109 <sect2 role="installation" id='nfs-utils-install'
110 xreflabel='NFS Utilities Installation'>
[b86cfc2]111 <title>Installation of NFS Utilities</title>
[d47e7ea9]112
[e20c8110]113 <para>Before you compile the program, ensure that the
[b86cfc2]114 <systemitem class="username">nobody</systemitem> user and
[e20c8110]115 <systemitem class="groupname">nogroup</systemitem> group have been
116 created. You can add them by running the following commands as the
[b86cfc2]117 <systemitem class="username">root</systemitem> user:</para>
[a16cb066]118
[eaf6a1cd]119<screen role="root"><userinput>groupadd -g 99 nogroup &amp;&amp;
[0dfb754]120useradd -c "Unprivileged Nobody" -d /dev/null -g nogroup \
121 -s /bin/false -u 99 nobody</userinput></screen>
[d47e7ea9]122
[b86cfc2]123 <note>
124 <para>The classic uid and gid values are 65534 which is also -2 when
[17b7723]125 interpreted as a signed 16-bit number. These values impact other files
126 on some filesystems that do not have support for sparse files. The
[b86cfc2]127 <systemitem class="username">nobody</systemitem> and <systemitem
[17b7723]128 class="groupname">nogroup</systemitem> values are relatively arbitrary.
[e20c8110]129 The impact on a server is nil if the <filename>exports</filename> file
130 is configured correctly. If it is misconfigured, an
131 <command>ls -l</command> or <command>ps</command> listing will show a
132 uid or gid number of 65534 instead of a name. The client uses <systemitem
[b86cfc2]133 class="username">nobody</systemitem> only as the user running
134 <command>rpc.statd</command>.</para>
135 </note>
136
137 <para>Install <application>NFS Utilities</application> by running
138 the following commands:</para>
[d47e7ea9]139
[b1477fe7]140<screen><userinput>./configure --prefix=/usr \
[37441de]141 --sysconfdir=/etc \
142 --without-tcp-wrappers \
143 --disable-nfsv4 \
144 --disable-gss &amp;&amp;
[a16cb066]145make</userinput></screen>
146
[0f10bc0]147 <para>If your <filename class="directory">/usr</filename> directory
148 is NFS mounted, you should install the executables in
149 <filename class="directory">/sbin</filename> by passing
150 an additional parameter <option>--sbindir=/sbin</option> to the
151 above <command>./configure</command> command.</para>
152
[6336840d]153 <para>To test the results, issue: <command>make check</command>.</para>
[a16cb066]154
[e20c8110]155 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[d47e7ea9]156
[b163480]157<!-- dev note: make statduser=$(whoami) DESTDIR=<DESTDIR> install -->
158
[e20c8110]159<screen role='root'><userinput>make install</userinput></screen>
160
[b86cfc2]161 </sect2>
[d47e7ea9]162
[b86cfc2]163 <sect2 role="commands">
164 <title>Command Explanations</title>
[a16cb066]165
[b163480]166 <para><parameter>--without-tcp-wrappers</parameter>: This option is
167 needed because TCP Wrappers is not in BLFS.</para>
168
169 <para><parameter>--disable-nfsv4</parameter>: Disables support
170 for NFS version 4.</para>
[a16cb066]171
[b86cfc2]172 <para><parameter>--disable-gss</parameter>: Disables support for
173 RPCSEC GSS (RPC Security).</para>
[a16cb066]174
[b86cfc2]175 </sect2>
[a16cb066]176
[b86cfc2]177 <sect2 role="configuration">
178 <title>Configuring NFS Utilities</title>
[d47e7ea9]179
[b86cfc2]180 <sect3 id='nfs-utils-server-config'>
[3a929dc]181 <title>Server Configuration</title>
[d47e7ea9]182
[b86cfc2]183 <para><filename>/etc/exports</filename> contains the exported directories
[e20c8110]184 on NFS servers. Refer to the <filename>exports.5</filename> manual page
185 for the syntax of this file. Also refer to the "NFS HowTo" available at
186 <ulink url="http://nfs.sourceforge.net/nfs-howto/"/> for information on
187 how to configure the servers and clients in a secure manner. For example,
188 for sharing the <filename class="directory">/home</filename> directory
189 over the local network, the following line may be added:</para>
[d47e7ea9]190
[ed6a289c]191<screen role="root"><userinput>/home <replaceable>&lt;192.168.0.0/24&gt;</replaceable>(rw,subtree_check,anonuid=99,anongid=99)</userinput></screen>
[d47e7ea9]192
[b86cfc2]193 <indexterm zone="nfs-utils nfs-utils-server-config">
194 <primary sortas="e-etc-exportfs">/etc/exportfs</primary>
195 </indexterm>
196
[e20c8110]197 <sect4 id="nfs-utils-server-init">
[b86cfc2]198 <title>Boot Script</title>
[a16cb066]199
[b86cfc2]200 <para>Install the <filename>/etc/rc.d/init.d/nfs-server</filename>
[06eb274]201 init script included in the <xref linkend="bootscripts"/> package
[ed6a289c]202 to start the server at boot.</para>
[d47e7ea9]203
[eaf6a1cd]204<screen role="root"><userinput>make install-nfs-server</userinput></screen>
[d47e7ea9]205
[b86cfc2]206 <indexterm zone="nfs-utils nfs-utils-server-init">
207 <primary sortas="f-nfs-server">nfs-server</primary>
208 </indexterm>
209
210 <para>Now create the <filename>/etc/sysconfig/nfs-server</filename>
211 configuration file:</para>
[f5e4bdec]212
[eaf6a1cd]213<screen role="root"><userinput>cat &gt; /etc/sysconfig/nfs-server &lt;&lt; "EOF"
214<literal>PORT="2049"
[f5e4bdec]215PROCESSES="8"
216QUOTAS="no"
[eaf6a1cd]217KILLDELAY="10"</literal>
218EOF</userinput></screen>
[f5e4bdec]219
[06eb274]220 <note><para>The above parameters may be optionally placed in
[ed6a289c]221 <filename>/etc/sysconfig/rc.site</filename>.</para></note>
222
[b86cfc2]223 <indexterm zone="nfs-utils nfs-utils-server-init">
224 <primary
225 sortas="e-etc-sysconfig-nfs-server">/etc/sysconfig/nfs-server</primary>
226 </indexterm>
227
228 </sect4>
[d47e7ea9]229
[b86cfc2]230 </sect3>
[d47e7ea9]231
[b86cfc2]232 <sect3 id='nfs-utils-client-config'>
[3a929dc]233 <title>Client Configuration</title>
[eaf6a1cd]234
[b86cfc2]235 <para><filename>/etc/fstab</filename> contains the directories that
236 are to be mounted on the client. Alternately the partitions can be
237 mounted by using the <command>mount</command> command with the proper
238 options. To mount the <filename class="directory">/home</filename>
239 and <filename class="directory">/usr</filename> partitions, add the
240 following to the <filename>/etc/fstab</filename>:</para>
[a16cb066]241
[0f10bc0]242<screen role="root"><userinput><replaceable>&lt;server-name&gt;</replaceable>:/home /home nfs rw,_netdev,rsize=8192,wsize=8192 0 0
243<replaceable>&lt;server-name&gt;</replaceable>:/usr /usr nfs ro,_netdev,rsize=8192 0 0</userinput></screen>
[a16cb066]244
[b86cfc2]245 <indexterm zone="nfs-utils nfs-utils-client-config">
246 <primary sortas="e-etc-fstab">/etc/fstab</primary>
247 </indexterm>
[d47e7ea9]248
[08fa483]249<!-- /etc/netconfig is installed by libtirpc
[b1477fe7]250 <para>In some circumstances an <filename>/etc/netconfig</filename> file
251 is required by an nfs client. It does no harm to create one even if it
252 is not in fact needed. As the <systemitem class="username">root</systemitem>
253 user:</para>
254
255<screen role="root"><userinput>cat &gt; /etc/netconfig &lt;&lt; "EOF"
256udp6 tpi_clts v inet6 udp - -
257tcp6 tpi_cots_ord v inet6 tcp - -
258udp tpi_clts v inet udp - -
259tcp tpi_cots_ord v inet tcp - -
260rawip tpi_raw - inet - - -
261local tpi_cots_ord - loopback - - -
262EOF</userinput></screen>
263
264 <indexterm zone="nfs-utils nfs-utils-client-config">
265 <primary sortas="e-etc-netconfig">/etc/netconfig</primary>
266 </indexterm>
[08fa483]267-->
[b1477fe7]268
[b86cfc2]269 <sect4 id="nfs-utils-client-init">
270 <title>Boot Script</title>
[d47e7ea9]271
[06eb274]272 <note><para>The following boot script is not required if the
[ed6a289c]273 nfs-server script is installed.</para></note>
274
275 <para>Install the <filename>/etc/rc.d/init.d/nfs-client</filename> init
276 script included in the <xref linkend="bootscripts"/> package to start
277 the client services at boot.</para>
[a16cb066]278
[b86cfc2]279<screen role="root"><userinput>make install-nfs-client</userinput></screen>
[a16cb066]280
[b86cfc2]281 <indexterm zone="nfs-utils nfs-utils-client-config">
282 <primary sortas="f-nfs-client">nfs-client</primary>
283 </indexterm>
284
285 <para>To automatically mount <systemitem
[ed6a289c]286 class="filesystem">nfs</systemitem> filesystems, clients will also need
287 to install the <filename>netfs</filename> bootscript as described in
288 <xref linkend="postlfs-config-netfs"/>.</para>
[b86cfc2]289
290 <indexterm zone="nfs-utils nfs-utils-client-config">
291 <primary sortas="f-netfs">netfs</primary>
292 </indexterm>
293
294 </sect4>
295
296 </sect3>
297
298 </sect2>
299
300 <sect2 role="content">
301 <title>Contents</title>
302 <segmentedlist>
303 <segtitle>Installed Programs</segtitle>
304 <segtitle>Installed Libraries</segtitle>
305 <segtitle>Installed Directories</segtitle>
306
307 <seglistitem>
[06eb274]308 <seg>exportfs, mountstats, mount.nfs, mount.nfs4 (link to mount.nfs),
[b163480]309 nfsiostat, nfsstat, osd_login, rpc.mountd, rpc.nfsd, rpc.statd, rpcdebug,
[d40e1a4]310 showmount, sm-notify, start-statd, umount.nfs (link to mount.nfs),
311 and umount.nfs4 (link to mount.nfs)</seg>
[b86cfc2]312 <seg>None</seg>
313 <seg>/var/lib/nfs</seg>
314 </seglistitem>
315 </segmentedlist>
316
317 <variablelist>
318 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
319 <?dbfo list-presentation="list"?>
320 <?dbhtml list-presentation="table"?>
321
322 <varlistentry id="exportfs">
323 <term><command>exportfs</command></term>
324 <listitem>
325 <para>maintains a list of NFS exported file systems.</para>
326 <indexterm zone="nfs-utils exportfs">
327 <primary sortas="b-exportfs">exportfs</primary>
328 </indexterm>
329 </listitem>
330 </varlistentry>
331
[d40e1a4]332 <varlistentry id="mountstats">
333 <term><command>mountstats</command></term>
334 <listitem>
335 <para>displays NFS client per-mount statistics.</para>
336 <indexterm zone="nfs-utils mountstats">
337 <primary sortas="b-mountstats">mountstats</primary>
338 </indexterm>
339 </listitem>
340 </varlistentry>
341
[0f10bc0]342 <varlistentry id="mountnfs">
343 <term><command>mount.nfs</command></term>
344 <listitem>
345 <para>Used to mount a network share using NFS</para>
346 <indexterm zone="nfs-utils mountnfs">
347 <primary sortas="b-mountnfs">mount.nfs</primary>
348 </indexterm>
349 </listitem>
350 </varlistentry>
351
352 <varlistentry id="mountnfs4">
353 <term><command>mount.nfs4</command></term>
354 <listitem>
355 <para>Used to mount a network share using NFSv4</para>
356 <indexterm zone="nfs-utils mountnfs4">
357 <primary sortas="b-mountnfs4">mount.nfs4</primary>
358 </indexterm>
359 </listitem>
360 </varlistentry>
361
[d40e1a4]362 <varlistentry id="nfsiostat-nfs-utils">
363 <term><command>nfsiostat</command></term>
364 <listitem>
365 <para>Report input/output statistics for network filesystems.</para>
366 <indexterm zone="nfs-utils nfsiostat-nfs-utils">
367 <primary sortas="b-nfsiostat-nfs-utils">nfsiostat</primary>
368 </indexterm>
369 </listitem>
370 </varlistentry>
371
[b86cfc2]372 <varlistentry id="nfsstat">
373 <term><command>nfsstat</command></term>
374 <listitem>
[d40e1a4]375 <para>displays statistics kept about NFS client and server activity.</para>
[b86cfc2]376 <indexterm zone="nfs-utils nfsstat">
377 <primary sortas="b-nfsstat">nfsstat</primary>
378 </indexterm>
379 </listitem>
380 </varlistentry>
381
382 <varlistentry id="rpcmountd">
383 <term><command>rpc.mountd</command></term>
384 <listitem>
385 <para>implements the NFS mount protocol on an NFS server.</para>
386 <indexterm zone="nfs-utils rpcmountd">
387 <primary sortas="b-rpcmountd">rpc.mountd</primary>
388 </indexterm>
389 </listitem>
390 </varlistentry>
391
392 <varlistentry id="rpcnfsd">
393 <term><command>rpc.nfsd</command></term>
394 <listitem>
395 <para>implements the user level part of the NFS
396 service on the server.</para>
397 <indexterm zone="nfs-utils rpcnfsd">
398 <primary sortas="b-rpcnfsd">rpc.nfsd</primary>
399 </indexterm>
400 </listitem>
401 </varlistentry>
402
403 <varlistentry id="rpcstatd">
404 <term><command>rpc.statd</command></term>
405 <listitem>
[0f10bc0]406 <para>is used by the NFS file locking service. Run on both sides,
407 client as well as server, when you want file locking enabled.</para>
[b86cfc2]408 <indexterm zone="nfs-utils rpcstatd">
409 <primary sortas="b-rpcstatd">rpc.statd</primary>
410 </indexterm>
411 </listitem>
412 </varlistentry>
413
[d3761424]414 <varlistentry id="rpcdebug">
415 <term><command>rpcdebug</command></term>
416 <listitem>
[81066706]417 <para>sets or clears the kernel's NFS client and server debug
418 flags.</para>
[d3761424]419 <indexterm zone="nfs-utils rpcdebug">
420 <primary sortas="b-rpcdebug">rpcdebug</primary>
421 </indexterm>
422 </listitem>
423 </varlistentry>
424
[b86cfc2]425 <varlistentry id="showmount">
426 <term><command>showmount</command></term>
427 <listitem>
428 <para>displays mount information for an NFS server.</para>
429 <indexterm zone="nfs-utils showmount">
430 <primary sortas="b-showmount">showmount</primary>
431 </indexterm>
432 </listitem>
433 </varlistentry>
434
[d3761424]435 <varlistentry id="sm-notify">
436 <term><command>sm-notify</command></term>
437 <listitem>
438 <para>is used to send Network Status Monitor reboot messages.</para>
439 <indexterm zone="nfs-utils sm-notify">
440 <primary sortas="b-sm-notify">sm-notify</primary>
441 </indexterm>
442 </listitem>
443 </varlistentry>
444
445 <varlistentry id="start-statd">
446 <term><command>start-statd</command></term>
447 <listitem>
448 <para>is a script called by nfsmount when mounting a filesystem with
[81066706]449 locking enabled, if statd does not appear to be running. It can be
450 customised with whatever flags are appropriate for the site.</para>
[d3761424]451 <indexterm zone="nfs-utils start-statd">
452 <primary sortas="b-start-statd">start-statd</primary>
453 </indexterm>
454 </listitem>
455 </varlistentry>
456
[0f10bc0]457 <varlistentry id="umountnfs">
458 <term><command>umount.nfs</command></term>
459 <listitem>
460 <para>Used to unmount a network share using NFS</para>
461 <indexterm zone="nfs-utils umountnfs">
462 <primary sortas="b-umountnfs">umount.nfs</primary>
463 </indexterm>
464 </listitem>
465 </varlistentry>
466
467 <varlistentry id="umountnfs4">
468 <term><command>umount.nfs4</command></term>
469 <listitem>
470 <para>Used to unmount a network share using NFSv4</para>
471 <indexterm zone="nfs-utils umountnfs4">
472 <primary sortas="b-umountnfs4">umount.nfs4</primary>
473 </indexterm>
474 </listitem>
475 </varlistentry>
476
[b86cfc2]477 </variablelist>
478
479 </sect2>
[d47e7ea9]480
[176b211]481</sect1>
Note: See TracBrowser for help on using the repository browser.