.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "FS_SETVERIFY 1" .TH FS_SETVERIFY 1 2024-03-20 OpenAFS "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME fs_setverify \- Enables or disables data verification for AFS store data operations [Windows only] .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBfs setverify\fR [\fB\-verify\fR]\ <\fIon/off\fR> [\fB\-help\fR] .SH DESCRIPTION .IX Header "DESCRIPTION" The \fBfs setverify\fR command sets the status of data verification for store data operations in the AFS client. When enabled, each store data operation is followed by a matching fetch data request. If the data does not match, the operation is repeated. The complement of this command is \&\fBfs getverify\fR, which shows the status of data verification in the client. .PP The default data verification status is disabled. .PP This is a global setting and applies to all subsequent connections to an AFS File Server from this Cache Manager. There is no way to enable or disable enverifyion for specific connections. .SH CAUTIONS .IX Header "CAUTIONS" The \fBfs setverify\fR command is only available on Microsoft Windows. There is no equivalent for other platforms. .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-verify\fR <\fIon/off\fR>" 4 .IX Item "-verify " This is the only option to \fBfs setverify\fR. The \fB\-verify\fR option takes either \f(CW\*(C`on\*(C'\fR or \f(CW\*(C`off\*(C'\fR. \f(CW\*(C`on\*(C'\fR enables data verification. \f(CW\*(C`off\*(C'\fR disables data verification. Since this is the only option, the \f(CW\*(C`\-verify\*(C'\fR flag may be omitted. .Sp \&\f(CW0\fR and \f(CW1\fR or \f(CW\*(C`true\*(C'\fR and \f(CW\*(C`false\*(C'\fR are not supported as replacements for \f(CW\*(C`on\*(C'\fR and \f(CW\*(C`off\*(C'\fR. .IP \fB\-help\fR 4 .IX Item "-help" Prints the online help for this command. All other valid options are ignored. .SH OUTPUT .IX Header "OUTPUT" This command produces no output other than error messages. .SH EXAMPLES .IX Header "EXAMPLES" There are only four ways to invoke \fBfs setverify\fR. Either of: .PP .Vb 2 \& % fs setverify \-verify on \& % fs setverify on .Ve .PP will enable data verification and: .PP .Vb 2 \& % fs setverify \-verify off \& % fs setverify off .Ve .PP will disable data verification. .SH "PRIVILEGE REQUIRED" .IX Header "PRIVILEGE REQUIRED" The issuer must be logged in as the local superuser root. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBfs_getverify\fR\|(1) .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright 2012 Jeffrey Altman .PP This documentation is covered by the BSD License as written in the doc/LICENSE file. This man page was written by Jeffrey Altman for OpenAFS.