openafs/doc/man-pages/pod1/fs_minidump.pod
Rod Widdowson c61e1aeeef Docs: Specify where the Windows mini dump file is written
Change-Id: Ia97bc5f22f10c35e2d2928ca8ed618583f06563e
Reviewed-on: http://gerrit.openafs.org/3187
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
2010-11-02 20:29:01 -07:00

60 lines
1.4 KiB
Plaintext

=head1 NAME
fs_minidump - Generate a minidump from the current afsd service
=head1 SYNOPSIS
=for html
<div class="synopsis">
B<fs minidump> [B<-help>]
=for html
</div>
=head1 DESCRIPTION
B<fs minidump> generates a mini dump file containing the current stack
of the afsd_service.exe process. This output can be very helpful when
debugging the AFS Client Service when it is unresponsive to SMB/CIFS
requests.
If the AFS Client Service becomes unresponsive to any form of
communication there may be a serious error that can only be diagnosed
by someone with access to the source code and a debugger. The "fs
minidump" command can be used to force the generation of a MiniDump
file containing the state of all of the threads in the AFS Client
Service process.
The "MiniDumpType" registry value can be used to adjust the scope of the
process information included within the dump file.
In a standard install the default location for the dump file is %windir%\temp.
=head1 CAUTIONS
This command is only available in OpenAFS for Windows version 1.4 and later.
=head1 OPTIONS
=over 4
=item B<-help>
Prints the online help for this command. All other valid options are
ignored.
=back
=head1 SEE ALSO
L<fs(1)>
=head1 COPYRIGHT
Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
This documentation is covered by the BSD License as written in the
doc/LICENSE file. This man page was written by Jason Edgecombe for
OpenAFS.