nerdexam
Oracle

1Z0-821 · Question #212

The core dump configuration for your system is: A user is running a process in the global zone and the process crashes. The process information is: User1 2663 2618 0 17:46:42 pts/2 0:00…

The correct answer is C. /var/core/core.bash.2663. Note the first line: global core file pattern: /globalcore/core.%f.%p The program name is bash The runtime process ID is 2663 Note: By default, the global core dump is disabled. You need to use the coreadm command with the -e global option to enable it. The -g option causes the…

Analyzing and Troubleshooting System Problems

Question

The core dump configuration for your system is:

A user is running a process in the global zone and the process crashes. The process information is:

User1 2663 2618 0 17:46:42 pts/2 0:00 /usr/bin/bash The server host name is: zeus What will the per-process core file be named?

Exhibit

1Z0-821 question #212 exhibit

Options

  • Acore.bash.2663.global
  • Bcore.bash.2663.zeus
  • C/var/core/core.bash.2663
  • D/var/core/core.bash.2663.global

How the community answered

(30 responses)
  • A
    13% (4)
  • B
    3% (1)
  • C
    77% (23)
  • D
    7% (2)

Explanation

Note the first line: global core file pattern: /globalcore/core.%f.%p The program name is bash The runtime process ID is 2663 Note: By default, the global core dump is disabled. You need to use the coreadm command with the -e global option to enable it. The -g option causes the command to append the program name(%f) and the runtime process ID (%p) to the core file name.

Topics

#core files#coreadm#global zone#core dump naming

Community Discussion

No community discussion yet for this question.

Full 1Z0-821 Practice