1832962 Members
2963 Online
110048 Solutions
New Discussion

Re: Dump Configuration

 
ASOEASTGEOGRAPHY
Occasional Advisor

Dump Configuration

Where can I find documentation on how to configure dump space for 10.20 and 11.0?
Kristina(:)
4 REPLIES 4
Bruce Regittko_1
Esteemed Contributor

Re: Dump Configuration

Hi,

The man page for lvlnboot(1M) is a good place to start.

--Bruce
www.stratech.com/training
John D. Reaney
Advisor

Re: Dump Configuration

To examine the system's current configuration, use crashconf for 11.00

it will look something
like this:

CLASS PAGES INCLUDED IN DUMP DESCRIPTION
-------- ---------- ---------------- ---------------------------
UNUSED 44342 no, forced unused pages
USERPG 8205 no, forced user process pages
BCACHE 6492 no, forced buffer cache pages
KCODE 1470 no, forced kernel code pages
USTACK 134 yes, forced user process stacks
FSDATA 79 yes, forced file system metadata
KDDATA 2478 yes, forced kernel dynamic data
KSDATA 2336 yes, forced kernel static data


Then you can change it by using vi on the /etc/rc.config.d/crashconf file and make the system enable your changes by running /sbin/init.d/crashconf start and make sure you get an exit code of 0.

Then run crashconf again to see your changes - make sure you have enough space to save it
Dyi-Wu Liu_1
Occasional Advisor

Re: Dump Configuration

Please check KMINE doc ID 3736419D
Which may give you a hint ...
loves discipline loves knowledge