1rpcctl(8) System Manager's Manual rpcctl(8)
2
3
4
6 rpcctl - Displays SunRPC connection information
7
9 rpcctl [ -h | --help ] { client | switch | xprt }
10
11 rpcctl client [ -h | --help ] { show }
12 rpcctl client show [ -h --help ] [ XPRT ]
13
14 rpcctl switch [ -h | --help ] { set | show }
15 rpcctl switch set [ -h | --help ] SWITCH dstaddr NEWADDR
16 rpcctl switch show [ -h | --help ] [ SWITCH ]
17
18 rpcctl xprt [ -h | --help ] { remove | set | show }
19 rpcctl xprt remove [ -h | --help ] XPRT
20 rpcctl xprt set [ -h | --help ] XPRT { dstaddr NEWADDR | offline | online }
21 rpcctl xprt show [ -h | --help ] [ XPRT ]
22
24 The rpcctl command displays information collected in the SunRPC sysfs
25 files about the system's SunRPC objects.
26
27 rpcctl client - Commands operating on RPC clients
28 show [ CLIENT ] (default)
29 Show detailed information about the RPC clients on this system.
30 If CLIENT was provided, then only show information about a sin‐
31 gle RPC client.
32
33 rpcctl switch - Commands operating on groups of transports
34 set SWITCH dstaddr NEWADDR
35 Change the destination address of all transports in the SWITCH
36 to NEWADDR. NEWADDR can be an IP address, DNS name, or anything
37 else resolvable by gethostbyname(3).
38
39 show [ SWITCH ] (default)
40 Show detailed information about groups of transports on this
41 system. If SWITCH was provided, then only show information
42 about a single transport group.
43
44 rpcctl xprt - Commands operating on individual transports
45 remove XPRT
46 Removes the specified XPRT from the system. Note that "main"
47 transports cannot be removed.
48
49 set XPRT dstaddr NEWADDR
50 Change the destination address of the specified XPRT to
51 NEWADDR. NEWADDR can be an IP address, DNS name, or anything
52 else resolvable by gethostbyname(3).
53
54 set XPRT offline
55 Sets the specified XPRT's state to offline.
56
57 set XPRT online
58 Sets the specified XPRT's state to online.
59
60 show [ XPRT ] (default)
61 Show detailed information about this system's transports. If
62 XPRT was provided, then only show information about a single
63 transport.
64
66 rpcctl switch show switch-2
67 Show details about the RPC switch named "switch-2".
68
69 rpcctl xprt remove xprt-4
70 Remove the xprt named "xprt-4" from the system.
71
72 rpcctl xprt set xprt-3 dstaddr https://linux-nfs.org
73 Change the dstaddr of the xprt named "xprt-3" to point to linux-
74 nfs.org
75
77 /sys/kernel/sunrpc/
78
80 Anna Schumaker <Anna.Schumaker@Netapp.com>
81
82
83
84 15 Feb 2022 rpcctl(8)