nerdexam
Oracle

1Z0-822 · Question #93

Which four configuration elements are managed by the dumpadm utility?

The correct answer is A. the location of the dump device B. the location of the savecore directory D. the reserved file system space that a core dump may not use E. the compression of the crash dump file. dumpadm - configure operating system crash dump /usr/sbin/dumpadm [-nuy] [-c content-type] [-d dump-device] [-m mink | minm | min%] [-s [-r root-dir] [-z on | off] The options include: A: -d dump-device Modify the dump configuration to use the specified dump device. B: -s…

Troubleshooting

Question

Which four configuration elements are managed by the dumpadm utility?

Options

  • Athe location of the dump device
  • Bthe location of the savecore directory
  • Cthe index number for the next core dump
  • Dthe reserved file system space that a core dump may not use
  • Ethe compression of the crash dump file
  • Fthe size of the dump device

How the community answered

(20 responses)
  • A
    85% (17)
  • C
    5% (1)
  • F
    10% (2)

Explanation

dumpadm - configure operating system crash dump /usr/sbin/dumpadm [-nuy] [-c content-type] [-d dump-device] [-m mink | minm | min%] [-s [-r root-dir] [-z on | off] The options include: A: -d dump-device Modify the dump configuration to use the specified dump device. B: -s savecore-dir Modify the dump configuration to use the specified directory to save files written by savecore. D: -m mink | minm | min% Create a minfree file in the current savecore directory indicating that savecore should maintain at least the specified amount of free space in the file system where the savecore directory is Modify the dump configuration to control the operation of savecore on reboot. The options are on, to enable saving core files in a compressed format, and off, to automatically uncompress the crash dump file. The default is on, because crash dump files can be very large and require less file system space if saved in a compressed format.

Topics

#dumpadm#crash dump#savecore#core dump

Community Discussion

No community discussion yet for this question.

Full 1Z0-822 Practice