1832978 Members
3092 Online
110048 Solutions
New Discussion

CRASHDUMP CONFIGURATION

 
SOLVED
Go to solution
himacs
Super Advisor

CRASHDUMP CONFIGURATION

Hi admins,

Could you please guide me to configure the crashdump in detail?
My server is HP-UX B.11.23 U ia64

Quick responce is highly appreciated.

Thanks in advance,
himacs
3 REPLIES 3
DeafFrog
Valued Contributor
Solution

Re: CRASHDUMP CONFIGURATION

Here's one i use , can't recall from where i picked it up . but it good and works.
FrogIsDeaf
Avinash20
Honored Contributor

Re: CRASHDUMP CONFIGURATION

By default dump is configured for /dev/vg00/lvol2

You could view the same via

# lvlnboot -v

or

# crashconf -v

If you like to dedicate a logical volume for a dump device, then

Here I am taking an example of creating a LV
/dev/vg00/dumplvol for dump

#crashconf -v
#lvcreate -r n -C y -n dumplvol -L 4096M /dev/vg00
#lvrmboot -d /dev/vg00/lvol2 /dev/vg00
#lvlnboot -d /dev/vg00/dumplvol /dev/vg00
#crashconf -r /dev/vg00/dumplvol
#crashconf -v !! check whether /dev/vg00/dumplvol is taken as new dump device instead of lvol2
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Avinash20
Honored Contributor

Re: CRASHDUMP CONFIGURATION

"I have assigned points to 12 of 48 responses to my questions."

Please assign points to your thread
http://forums11.itrc.hp.com/service/forums/helptips.do?#33

This is a way of saying thanks to the right answers
"Light travels faster than sound. That's why some people appear bright until you hear them speak."