From Fedora Project Wiki

Revision as of 06:58, 22 March 2012 by Hongqing (talk | contribs) (Created page with "{{QA/Test_Case |description= |setup= #Install Fedora 17 on your machine #After system installed, check if kexec-tools kernel-debuginfo and crash is installed via <pre>rpm -q kexe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Setup

  1. Install Fedora 17 on your machine
  2. After system installed, check if kexec-tools kernel-debuginfo and crash is installed via
    rpm -q kexec-tools kernel-debuginfo crash Or via yum yum install kexec-tools kernel-debuginfo crash
  3. Reserve crashkernel for kdump by grubby 
    grubby --args="crashkernl=128M" --update-kernel=$(grubby --default-kernel)
    Reboot system and check /proc/cmdline
    cat /proc/cmdline | grep "crashkernel"
  4. Edit /etc/kdump.conf, add this line:
     ext4 /dev/mapper/vg_dhcp6558-lv_root
    core_collector makedumpfile -E -d 31
  5. Apply changes and start kdump via service kdump restart

How to test

  1. Start here ...
  2. Next do this ...
  3. Finally click that

Expected Results

  1. Step #1 completes without error
  2. The system boots into runlevel 5
  3. Program completes with exit code 0