1753329 Members
4934 Online
108792 Solutions
New Discussion юеВ

Re: DUMP Size

 
SOLVED
Go to solution
Sial_1
Frequent Advisor

DUMP Size

Hi,

i want to increase system DUMP size. can someone share the step by step procedure to incres system DUMP Size?
OS= HP-UX 11i v3

attached is the current configured DUMP Size

Thanx in advance
2 REPLIES 2
Tim Nelson
Honored Contributor
Solution

Re: DUMP Size

please post the output from lvlnboot -v

looks like your dump space is being shared with primary swap.

create a new dedicated dump space to the size of your liking, assuming you have the disk space.

lvcreate -L -C y -n dump -r n /dev/vg00
lvlnboot -d dump /dev/vg00



man lvcreate
man lvlnboot

you may learn three more things along the way.
Sial_1
Frequent Advisor

Re: DUMP Size


Thanks Tim for your valuable info.

i used these commands to online upgrade System Crash DUMP size.

#lvcreate -L -C y -n dump -r n /dev/vg00
#lvlnboot -d dump /dev/vg00
#crashconf -a /dev/vg00/dump


Regards