3 fs_setverify - Enables or disables data verification for AFS store data operations [Windows only]
10 B<fs setverify> S<<< [B<-verify>] <I<on/off>> >>> [B<-help>]
17 The B<fs setverify> command sets the status of data verification for
18 store data operations in the AFS client. When enabled, each store data
19 operation is followed by a matching fetch data request. If the data does
20 not match, the operation is repeated. The complement of this command is
21 B<fs getverify>, which shows the status of data verification in the client.
23 The default data verification status is disabled.
25 This is a global setting and applies to all subsequent connections to an
26 AFS File Server from this Cache Manager. There is no way to enable or
27 disable enverifyion for specific connections.
31 The B<fs setverify> command is only available on Microsoft Windows. There
32 is no equivalent for other platforms.
38 =item B<-verify> <I<on/off>>
40 This is the only option to B<fs setverify>. The B<-verify> option takes
41 either C<on> or C<off>. C<on> enables data verification. C<off> disables
42 data verification. Since this is the only option, the C<-verify> flag may be
45 C<0> and C<1> or C<true> and C<false> are not supported as replacements
50 Prints the online help for this command. All other valid options are
57 This command produces no output other than error messages.
61 There are only four ways to invoke B<fs setverify>. Either of:
63 % fs setverify -verify on
66 will enable data verification and:
68 % fs setverify -verify off
71 will disable data verification.
73 =head1 PRIVILEGE REQUIRED
75 The issuer must be logged in as the local superuser root.
83 Copyright 2012 Jeffrey Altman <jaltman@your-file-system.com>
85 This documentation is covered by the BSD License as written in the
86 doc/LICENSE file. This man page was written by Jeffrey Altman for