Lines Matching full:dump

65 utility is used to configure where the kernel can save a crash dump in the case
82 can configure a series of fallback dump devices.
88 local disk dump as a second choice option.
92 Insert the specified dump configuration into the prioritized fallback dump
97 is not specified, the configured dump device is appended to the prioritized
100 Remove the specified dump device configuration or configurations from the
101 fallback dump device list rather than inserting or appending it.
114 dump encryption every time
120 The encrypted dump contents consist of a standard dump header, the
122 dump contents.
132 Select the symmetric algorithm used for encrypted kernel crash dump.
140 List the currently configured dump device(s), or /dev/null if no devices are
157 may also configure the kernel to dump to a remote
211 The default type of kernel crash dump is the mini crash dump.
218 For systems using full memory dumps, the size of the specified dump
220 Even though an additional 64 kB header is added to the dump, the BIOS for a
222 necessary to size the dump device larger than the actual amount of RAM
226 utility will refuse to enable a dump device which is smaller than the
232 Because the file system layer is already dead by the time a crash dump
272 In the debugger the following commands should be typed to write a core dump and
275 .Dl db> dump
280 should be able to save the core dump in the
295 is the number of the last core dump saved by
358 # Configure as the highest-priority dump device.
408 The size of a compressed dump or a minidump is not a fixed function of RAM
414 has sufficient space for a dump.
418 server has sufficient space for a dump.
432 The current encrypted kernel core dump scheme does not provide integrity nor
434 That is, the recipient of an encrypted kernel core dump cannot know if they
435 received an intact core dump, nor can they verify the provenance of the dump.