Lines Matching full:dump
1 # Memory preserving reboot and System Dump extraction flow on POWER Systems
17 based servers to create a memory dump required for the debugging. This document
18 explains the high-level flow of warm reboot and extraction of the resulting dump
45 - **System Dump**: A dump of main memory and hardware states for debugging the
82 collects the hardware data and memory contents to create a dump file in the host
89 - System dump should be collected irrespective of the availability of an
92 - It should provide a mechanism for the user to request a system dump.
106 - Error log associated with dump needs to be part of the dump package
108 - A dump summary should be created with size and other details of the dump
110 - Once the dump is generated, the hypervisor should notify BMC.
112 - Hypervisor should offload the dump to BMC to transfer to an external client.
114 - Provide Redfish interfaces to manage dump
116 - A tool to collect the dump from the server.
118 - A method to parse the content of the dump.
124 The flow of the memory preserving reboot and system dump offloading
125 
230 - BMC Web needs to implement new redfish specification for dump.
240 - Unit test plans - Test dump manager interfaces using busctl - Test reboot by
246 - User-initiated dump testing, which invokes a memory preserving reboot to
247 collect dump.
249 - Offload dump collected in host.
251 - System Dump test plan
252 - Automated tests to initiate and offload dump as part of test bucket.