codasrv

Langue: en

Autres versions - même langue

Version: 175435 (fedora - 06/07/09)

Section: 8 (Commandes administrateur)

NAME

codasrv - CFS file server

SYNOPSIS

codasrv [-d (debug level)] [-rpcdebug rpc2debuglevel] [-p (number of processes)]

[-l (large vnodes)] [-s (small vnodes)] [-k (stack size)]

[-w (wait interval)] [-r (RPC retry count)]

[-o (RPC timeout)] [-c (check interval)]

[-t (RPC trace buffers)] [-forcesalvage]

[-quicksalvage] [-rvm logdevice datadevice length] [-nores]

[-trunc percent] [-nocmp] [-nopy] [-nodumpvm] [-nosalvageonshutdown]

[-mondhost hostname] [-mondportal port] [-debarrenize] [-optstore]

[-rvmopt] [-newchecklevel checklevel]

DESCRIPTION

codasrv is the CFS vice file server. It services requests from client machines venus processes and maintains the file system.

Srvs command line options are:

-d <debug level>
.IP • .IP n(el. Sets the internal debugging level to <debug level>. This controls the amount of debugging output codasrv will generate.
-p <number of processes>
.IP • .IP n(el. Sets the number of light weight processes that will be used to handle concurrent requests.
-l <large vnodes>
.IP • .IP n(el. number of large vnodes in lru cache
-s <small vnodes>
.IP • .IP n(el. number of small vnodes in lru cache
-k <stack size>
.IP • .IP n(el. stack size of LWP threads in Kbytes
-w <wait interval>
.IP • .IP n(el. interval for CallBackCheckLWP to see which clients are alive
-r <RPC retry count>
.IP • .IP n(el. number of times a call is retried before reporting death
-o <RPC timeout>
.IP • .IP n(el. default timeout for all rpcs
-c <check interval>
.IP • .IP n(el. The interval at which shutdown is checked
-t <RPC trace buffers>
.IP • .IP n(el. number of entries in the rpc trace buffer
-forcesalvage
.IP • .IP n(el. force a full salvage on all volumes
-quicksalvage
.IP • .IP n(el. salvage only the headers of the volumes - currently it always does a full
-rvm logdevice datadevice length
.IP • .IP n(el. The -rvm switch allows you to specify the locaction of the log device, data device, and length of the recoverable segment used by the server. This parameter is not optional.
-nores
.IP • .IP n(el. Turn off resolution on the servers
-trunc percent
.IP • .IP n(el. Specify how full the log can get before it is truncated. Default is 50%
-nocmp
.IP • .IP n(el. Directory replica contents will not be checked for equality at end of resolution
-nopy
.IP • .IP n(el. Suppress polling and yielding by threads that run for a long period
-nodumpvm
.IP • .IP n(el. Do not dump in-memory copy of recoverable segment before shutdown
-nosalvageonshutdown
.IP • .IP n(el. Do not salvage volumes on shutdown
-mondhost hostname
.IP • .IP n(el. Host where mond database is stored
-mondportal port
.IP • .IP n(el. Port to use when contacting the mond host.
-debarrenize
.IP • .IP n(el. Create an inode for a vnode if the inode cannot be found by the salvager
-opstore
.IP • .IP n(el. Optimized Stores - return to the client before sftp completes
-rvmopt
.IP • .IP n(el. Turn on inter/intra transaction rvm optimizations
-newchecklevel checklevel
.IP • .IP n(el. Set the level of checking done by new plumber.

FILES

/vice/srv/SrvErr

/vice/srv/SrvLog*

SEE ALSO

startserver (8)

AUTHOR

Joshua Raiff, 1993, Created man page