Live Dump erstellen
Aus Wiki-WebPerfect
Version vom 4. August 2017, 13:50 Uhr von Admin (Diskussion | Beiträge)
Live Dump mittels Microsoft Tool
"Live Dumps sind erst mit Server 2016 oder höher möglich, da der Backport erst ab Server 2016 vorhanden ist."
Dieses Tool stammt direkt von Microsoft.
Beschreibung
LiveDump - Test tool to create live kernel dump.
Run the tool from an elevated command prompt. Command line usage: LiveDump.exe -f <filename> [-o] [-u] [-h] [-t <Milliseconds>] [-b <BugCode> <Parameter1> <Parameter2> <Parameter3> <Parameter4>]
-f Dump file name -o Overwrite file if it exists. -u Add user mode pages to dump. This option requires kernel debug to be enabled. -h Add hyper-V pages to dump (requires hyper-V) -t Specify a cancel Timeout in milliseconds. -b Specifies the Hexadecimal Bugcheck code (ULONG) and Bugcheck parameters 1-4 (ULONG_PTR)
Example: LiveDump.exe -f test.dmp -u -t 5000 -b 0x161 0x1234 0x5678 0x9abc 0xdef0