=head1 NAME
fs_setverify - Enables or disables data verification for AFS store data operations [Windows only]
=head1 SYNOPSIS
=for html
B S<<< [B<-verify>] > >>> [B<-help>]
=for html
=head1 DESCRIPTION
The B 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
B, which shows the status of data verification in the client.
The default data verification status is disabled.
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.
=head1 CAUTIONS
The B command is only available on Microsoft Windows. There
is no equivalent for other platforms.
=head1 OPTIONS
=over 4
=item B<-verify> >
This is the only option to B. The B<-verify> option takes
either C or C. C enables data verification. C disables
data verification. Since this is the only option, the C<-verify> flag may be
omitted.
C<0> and C<1> or C and C are not supported as replacements
for C and C.
=item B<-help>
Prints the online help for this command. All other valid options are
ignored.
=back
=head1 OUTPUT
This command produces no output other than error messages.
=head1 EXAMPLES
There are only four ways to invoke B. Either of:
% fs setverify -verify on
% fs setverify on
will enable data verification and:
% fs setverify -verify off
% fs setverify off
will disable data verification.
=head1 PRIVILEGE REQUIRED
The issuer must be logged in as the local superuser root.
=head1 SEE ALSO
L
=head1 COPYRIGHT
Copyright 2012 Jeffrey Altman
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.