mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
c766e74fd6
LICENSE BSD FIXES 86677 remove discussion of max partition size now that 1.5 has a limit of 2^64 KB. add discussion of techinical nature of fs minidump on windows. ==================== This delta was composed from multiple commits as part of the CVS->Git migration. The checkin message with each commit was inconsistent. The following are the additional commit messages. ==================== LICENSE BSD FIXES 86677 update discussion of max partition size.
58 lines
1.3 KiB
Plaintext
58 lines
1.3 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.
|
|
|
|
=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.
|