1Z0-820 · Question #44
The crash dump notification on your server is: Documentation states that there should be two core files for each crash dump in the /var/crash directory named vmdump.0 Which command should you choose…
The correct answer is A. savecore -f vmdump.0. savecore -f vmdump.0 is correct because the -f flag forces savecore to process the specified compressed dump file and extract the two expected output files (unix.N and vmcore.N) from it - exactly what the documentation describes for a vmdump.0 crash dump. Option B (dumpadm…
Question
The crash dump notification on your server is:
Documentation states that there should be two core files for each crash dump in the /var/crash directory named vmdump.0 Which command should you choose to display theses two files?
Exhibit
Options
- Asavecore -f vmdump.0
- Bdumpadm uncompressed
- Cgunzip vmdump.0
- Ddumpadm -z off
How the community answered
(55 responses)- A93% (51)
- B2% (1)
- C4% (2)
- D2% (1)
Explanation
savecore -f vmdump.0 is correct because the -f flag forces savecore to process the specified compressed dump file and extract the two expected output files (unix.N and vmcore.N) from it - exactly what the documentation describes for a vmdump.0 crash dump. Option B (dumpadm uncompressed) is wrong because dumpadm configures the dump subsystem and has no uncompressed subcommand. Option C (gunzip vmdump.0) is wrong because vmdump files use a proprietary Solaris dump format, not standard gzip compression, so gunzip would either fail or produce unusable output. Option D (dumpadm -z off) simply disables compression for future dumps - it does nothing to process an existing dump file. Memory tip: Associate savecore -f with "force extraction from a file" - whenever you have a raw dump file you need to crack open into its two components, -f is your flag.
Topics
Community Discussion
No community discussion yet for this question.
