1codasrv(8) System Manager's Manual codasrv(8)
2
3
4
6 codasrv - CFS file server
7
9 codasrv [-d (debug level)] [-rpcdebug rpc2debuglevel] [-p (number of
10 processes)]
11
12 [-l (large vnodes)] [-s (small vnodes)] [-k (stack size)]
13
14 [-w (wait interval)] [-r (RPC retry count)]
15
16 [-o (RPC timeout)] [-c (check interval)]
17
18 [-t (RPC trace buffers)] [-forcesalvage]
19
20 [-quicksalvage] [-rvm logdevice datadevice length] [-nores]
21
22 [-trunc percent] [-nocmp] [-nopy] [-nodumpvm] [-nosalvageonshutdown]
23
24 [-mondhost hostname] [-mondportal port] [-debarrenize] [-optstore]
25
26 [-rvmopt] [-newchecklevel checklevel]
27
29 codasrv is the CFS vice file server. It services requests from client
30 machines venus processes and maintains the file system.
31
32 Srvs command line options are:
33
34 -d <debug level>
35 Sets the internal debugging level to <debug level>. This con‐
36 trols the amount of debugging output codasrv will generate.
37
38
39 -p <number of processes>
40 Sets the number of light weight processes that will be used to
41 handle concurrent requests.
42
43
44 -l <large vnodes>
45 number of large vnodes in lru cache
46
47
48
49 -s <small vnodes>
50 number of small vnodes in lru cache
51
52
53
54 -k <stack size>
55 stack size of LWP threads in Kbytes
56
57
58
59 -w <wait interval>
60 interval for CallBackCheckLWP to see which clients are alive
61
62
63
64 -r <RPC retry count>
65 number of times a call is retried before reporting death
66
67
68
69 -o <RPC timeout>
70 default timeout for all rpcs
71
72
73 -c <check interval>
74 The interval at which shutdown is checked
75
76
77
78 -t <RPC trace buffers>
79 number of entries in the rpc trace buffer
80
81
82 -forcesalvage
83 force a full salvage on all volumes
84
85
86
87 -quicksalvage
88 salvage only the headers of the volumes - currently it always
89 does a full
90
91
92
93 -rvm logdevice datadevice length
94 The -rvm switch allows you to specify the locaction of the log
95 device, data device, and length of the recoverable segment used
96 by the server. This parameter is not optional.
97
98
99
100 -nores Turn off resolution on the servers
101
102
103
104 -trunc percent
105 Specify how full the log can get before it is truncated.
106 Default is 50%
107
108
109
110 -nocmp Directory replica contents will not be checked for equality at
111 end of resolution
112
113
114
115 -nopy Suppress polling and yielding by threads that run for a long
116 period
117
118
119
120 -nodumpvm
121 Do not dump in-memory copy of recoverable segment before shut‐
122 down
123
124
125
126 -nosalvageonshutdown
127 Do not salvage volumes on shutdown
128
129
130
131 -mondhost hostname
132 Host where mond database is stored
133
134
135
136 -mondportal port
137 Port to use when contacting the mond host.
138
139
140
141 -debarrenize
142 Create an inode for a vnode if the inode cannot be found by the
143 salvager
144
145
146
147 -opstore
148 Optimized Stores - return to the client before sftp completes
149
150
151
152 -rvmopt
153 Turn on inter/intra transaction rvm optimizations
154
155
156
157 -newchecklevel checklevel
158 Set the level of checking done by new plumber.
159
160
162 /vice/srv/SrvErr
163
164 /vice/srv/SrvLog*
165
167 startserver (8)
168
170 Joshua Raiff, 1993, Created man page
171
172 codasrv(8)