Originally posted by: SystemAdmin
Hello,
From the IBM Cert Study Guide.
9.3.5 Analyzing system dumps
The kdb command allows you to examine a system dump or a running kernel.
The kdb command interprets and formats control structures in the system and
provides miscellaneous functions for examining a dump.
For example, to invoke the kdb command using a dump file named
/var/adm/ras/vmcore.0 and the kernel file named /unix, type:
-
kdb /var/adm/ras/vmcore.0 /unix
Regards, Leo.