2008-02-19 15:25:17 +00:00
|
|
|
=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.
|
|
|
|
|
2008-07-14 01:33:59 +01:00
|
|
|
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.
|
|
|
|
|
2010-10-29 14:21:37 +01:00
|
|
|
In a standard install the default location for the dump file is %windir%\temp.
|
|
|
|
|
2008-02-19 15:25:17 +00:00
|
|
|
=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.
|