How can I get "RHEL 7.0 vmlinux" file?

Nan Xiao

I want to use crash on RHEL 7.0. Since crash needs vmlinux file, but I can't find it on /boot folder, only vmlinuxz:

......
vmlinuz-0-rescue-7c50639231494746b5dffc0a1ff84727
vmlinuz-3.10.0-123.el7.x86_64
vmlinuz-3.10.0-123.el7.x86_64.debug
......

I have installed all kernel*.pkg from RHEL 7.0 ISO file:

[root@localhost boot]# yum install kernel*
Loaded plugins: product-id, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
RHEL                                                                                        | 4.1 kB  00:00:00
Package kernel-headers-3.10.0-123.el7.x86_64 already installed and latest version
Package kernel-3.10.0-123.el7.x86_64 already installed and latest version
Package kernel-abi-whitelists-3.10.0-123.el7.noarch already installed and latest version
Package kernel-debug-3.10.0-123.el7.x86_64 already installed and latest version
Package kernel-tools-libs-3.10.0-123.el7.x86_64 already installed and latest version
Package kernel-devel-3.10.0-123.el7.x86_64 already installed and latest version
Package kernel-debug-devel-3.10.0-123.el7.x86_64 already installed and latest version
Package kernel-tools-3.10.0-123.el7.x86_64 already installed and latest version
Nothing to do

So how can I get RHEL 7.0 vmlinux file?

VenkatC

You need to enable 'debuginfo' repository for RHEL and install kernel-debuginfo rpm to get required vmlinux

# rpm -qf /usr/lib/debug/lib/modules/3.10.0-229.14.1.el7.x86_64/vmlinux 
kernel-debuginfo-3.10.0-229.14.1.el7.x86_64

Information on how to enable this repo could be found at https://access.redhat.com/solutions/9907

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

How can I get the name of the file I'm uploading

분류에서Dev

How can I get a part of text file by terminal

분류에서Dev

How can I get the contents of a file one line at a time?

분류에서Dev

How can I get the extension(s) of a file based on its content?

분류에서Dev

How can I get the root terminal to add myself into sudoers file so that I can act as root?

분류에서Dev

How can I get a RejectedExecutionException

분류에서Dev

How can I get a solution for this?

분류에서Dev

Is there anyway I can get the time of cached file?

분류에서Dev

How can I get $_GET values to a variable

분류에서Dev

How can i get from the List<string> of files each time another file?

분류에서Dev

In a node script how can I monitor a file for changes and get the updated content?

분류에서Dev

How can I get the absolute path of the preference file for a particular plugin in eclipse plugin development?

분류에서Dev

How can I get a multiple page pdf output from php file?

분류에서Dev

How can I get and change a value of a line inside of a file if the value of such line is unknown by me?

분류에서Dev

In Python, how to write strings in a file in a loop and before the loop stops, I can get the results runtimely?

분류에서Dev

How can I get Git to ignore/drop files I have deleted or that are only file-system artifacts (ending in ~)?

분류에서Dev

How can I view file header information?

분류에서Dev

How can I save the last command to a file?

분류에서Dev

How can I wait for the write of a file?

분류에서Dev

How can I copy a text file into another?

분류에서Dev

How can i replace particular characters in a file

분류에서Dev

How can I test for a file having a value?

분류에서Dev

How can I check if a gzipped file is empty?

분류에서Dev

Can I change how file completion is displayed?

분류에서Dev

How can I get an array from an If statement?

분류에서Dev

How can i get the hasClass of click target?

분류에서Dev

How can i get request in Filter

분류에서Dev

How can I get SSRS to create subheadings?

분류에서Dev

How can I get the CurrentSite object in Orchard?

Related 관련 기사

  1. 1

    How can I get the name of the file I'm uploading

  2. 2

    How can I get a part of text file by terminal

  3. 3

    How can I get the contents of a file one line at a time?

  4. 4

    How can I get the extension(s) of a file based on its content?

  5. 5

    How can I get the root terminal to add myself into sudoers file so that I can act as root?

  6. 6

    How can I get a RejectedExecutionException

  7. 7

    How can I get a solution for this?

  8. 8

    Is there anyway I can get the time of cached file?

  9. 9

    How can I get $_GET values to a variable

  10. 10

    How can i get from the List<string> of files each time another file?

  11. 11

    In a node script how can I monitor a file for changes and get the updated content?

  12. 12

    How can I get the absolute path of the preference file for a particular plugin in eclipse plugin development?

  13. 13

    How can I get a multiple page pdf output from php file?

  14. 14

    How can I get and change a value of a line inside of a file if the value of such line is unknown by me?

  15. 15

    In Python, how to write strings in a file in a loop and before the loop stops, I can get the results runtimely?

  16. 16

    How can I get Git to ignore/drop files I have deleted or that are only file-system artifacts (ending in ~)?

  17. 17

    How can I view file header information?

  18. 18

    How can I save the last command to a file?

  19. 19

    How can I wait for the write of a file?

  20. 20

    How can I copy a text file into another?

  21. 21

    How can i replace particular characters in a file

  22. 22

    How can I test for a file having a value?

  23. 23

    How can I check if a gzipped file is empty?

  24. 24

    Can I change how file completion is displayed?

  25. 25

    How can I get an array from an If statement?

  26. 26

    How can i get the hasClass of click target?

  27. 27

    How can i get request in Filter

  28. 28

    How can I get SSRS to create subheadings?

  29. 29

    How can I get the CurrentSite object in Orchard?

뜨겁다태그

보관