Remove bless-related options from vos manpages
[openafs.git] / doc / man-pages / pod1 / fs_minidump.pod
1 =head1 NAME
2
3 fs_minidump - Generate a minidump from the current afsd service
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 B<fs minidump> [B<-help>]
11
12 =for html
13 </div>
14
15 =head1 DESCRIPTION
16
17 B<fs minidump> generates a mini dump file containing the current stack
18 of the afsd_service.exe process.  This output can be very helpful when
19 debugging the AFS Client Service when it is unresponsive to SMB/CIFS
20 requests.
21
22 If the AFS Client Service becomes unresponsive to any form of
23 communication there may be a serious error that can only be diagnosed
24 by someone with access to the source code and a debugger.  The "fs
25 minidump" command can be used to force the generation of a MiniDump
26 file containing the state of all of the threads in the AFS Client
27 Service process.
28
29 The "MiniDumpType" registry value can be used to adjust the scope of the
30 process information included within the dump file.
31
32 =head1 CAUTIONS
33
34 This command is only available in OpenAFS for Windows version 1.4 and later.
35
36 =head1 OPTIONS
37
38 =over 4
39
40 =item B<-help>
41
42 Prints the online help for this command. All other valid options are
43 ignored.
44
45 =back
46
47 =head1 SEE ALSO
48
49 L<fs(1)>
50
51 =head1 COPYRIGHT
52
53 Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
54
55 This documentation is covered by the BSD License as written in the
56 doc/LICENSE file. This man page was written by Jason Edgecombe for
57 OpenAFS.