http://www.linuxtopia.org/online_books/rhel6/rhel_6_deployment/rhel_6_deployment_s1-kdump-crash.html
# yum install --enablerepo=rhel-debuginfo crash kernel-debuginfo # crash /usr/lib/debug/lib/modules/hoge/vmlinux /var/crash/fuga/vmcore
めも
https://www.scientificlinux.org/documentation/faq/yum.apt.repo
sl-debuginfo - disabled by default - These are the debuginfo rpm's that get generated when building packages. Because they are quite large, and not usually used, they are in their own repository.
CentOS6.2
# yum install --enablerepo=debug crash kernel-debuginfo --nogpgcheck
めも