1rpcdebug(8) System Manager's Manual rpcdebug(8)
2
3
4
6 rpcdebug - set and clear NFS and RPC kernel debug flags
7
9 rpcdebug -vh
10 rpcdebug -m module
11 rpcdebug -m module -s flags...
12 rpcdebug -m module -c flags...
13
15 The rpcdebug command allows an administrator to set and clear the Linux
16 kernel's NFS client and server debug flags. Setting these flags causes
17 the kernel to emit messages to the system log in response to NFS activâ
18 ity; this is typically useful when debugging NFS problems.
19
20 The first form in the synopsis can be used to list all available debug
21 flags. The second form shows the currently set debug flags for the
22 given module. The third form sets one or more flags, and the fourth
23 form clears one or more flags.
24
25 The value all may be used to set or clear all the flags for the given
26 module.
27
29 -c Clear the given debug flags.
30
31 -h Print a help message and exit. When combined with the -v
32 option, also prints the available debug flags.
33
34 -m module
35 Specify which module's flags to set or clear. Available modules
36 are:
37
38 nfsd The NFS server.
39
40 nfs The NFS client.
41
42 nlm The Network Lock Manager, in either an NFS client or
43 server.
44
45 rpc The Remote Procedure Call module, in either an NFS client
46 or server.
47
48 -s Set the given debug flags.
49
50 -v Increase the verbosity of rpcdebug's output.
51
53 /proc/sys/sunrpc/{rpc,nfs,nfsd,nlm}_debug
54 procfs-based interface to kernel debug flags.
55
57 rpc.nfsd(8), nfs(5), syslogd(8).
58
60 Bugs can be found or reported at http://nfs.sf.net/.
61
63 Program by Olaf Kirch <okir@suse.de> and <frederic.jolly@bull.ext.net>.
64 Manpage by Greg Banks <gnb@melbourne.sgi.com>.
65
66
67
68 5 Jul 2006 rpcdebug(8)