Operating System - HP-UX
1830384 Members
2908 Online
110001 Solutions
New Discussion

how to read crashdump on r11.11

 
vpac
New Member

how to read crashdump on r11.11

Hi IT service,
I am trying to write code to read a global
int variable and a hash table from hp-ux
r11.11 crash dump, do you have any
example code to do that?

using cr_open("/dev/kmem",..), and
any details (sape code) using cr_read()?

I tried to use cr_open("/dev/kmem",..),

thanks a lot,
george
2 REPLIES 2
Senthil Prabu.S_1
Trusted Contributor

Re: how to read crashdump on r11.11

Hi,
The only possible way to read a crash dump is using q4 tool given by HP.

HTH,
Prabu.S

One man's "magic" is another man's engineering. "Supernatural" is a null word.
Adisuria Wangsadinata_1
Honored Contributor

Re: how to read crashdump on r11.11

Hi George,

Even you have a q4 tools from HP. This tools only open the crashdump into the text file(s).

But to interpret all this text files, I prefer to let HP to do it for me.

So when you have a situation where the system crash & generated a crashdump directory, call HP for help.

Hope this information can help.

Cheers,
AW
now working, next not working ... that's unix