カーネルコアダンプにはどのような情報がありますか?

カーネルコアダンプにはどのような情報がありますか?

私はCentOS 6を使用しています。

システムにカーネルパニックが発生して再起動しました。

コアダンプ生成を有効にして、300MBのサイズのカーネルコアダンプを生成しました。

この300MBにはどのような情報が含まれていますか?内部にキャプチャされたすべてのメモリセグメントを一覧表示する方法はありますか?キャプチャされた情報を詳細に調整できますか?

ベストアンサー1

Red Hat Crash Utilityはカーネル固有のデバッガです。通常、システムのパニック、停止、応答がない場合にシステムのポスト分析を実行するために使用されます。このユーティリティを使用して、以下を調べることができます。

Live Linux systems
Linux kernel core dumps created by the Kdump facility
Compressed Linux kernel core dumps created by the makedumpfile command (from kdump dumpfiles)
Linux kernel core dumps created from by the Red Hat Netdump facility
Linux kernel core dumps created from by the Red Hat Diskdump facility
Compressed Linux kernel core dumps created by the Red Hat Diskdump facility
Xen host Linux kernel core dumps created by the Kdump facility
Xen guest Linux kernel core dumps created by the original xendump facility
Xen guest Linux kernel core dumps created by the ELF-format xendump facility
Xen hypervisor core dumps created by the Kdump facility
KVM guest Linux kernel core dumps created by the virsh dump facility
s390 Linux kernel core dumps created by the IBM standalone core dump facility.
s390x Linux kernel core dumps created by the IBM standalone core dump facility.
Linux kernel core dumps created by the LKCD (Linux Kernel Crash Dumps) Sourceforge project
Linux kernel core dumps created by the Mcore patch offered by Mission Critical Linux

http://people.redhat.com/anderson/crash_whitepaper/

https://web.archive.org/web/20160304173508/http://magazine.redhat.com/2007/08/15/a-quick-overview-of-linux-kernel-crash-dump-analytic

おすすめ記事