Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2007 15:41:15 +0400
From:      "Andrey V. Elsukov" <bu7cher@yandex.ru>
To:        "Chris H." <chris#@1command.com>
Cc:        "\[FBSDS\]" <freebsd-stable@freebsd.org>
Subject:   Re: dumpdev question (probably stupid)
Message-ID:  <4721D25B.6060402@yandex.ru>
In-Reply-To: <20071026041106.hfzm32iy8s8o8kss@webmail.1command.com>
References:  <20071026030636.e2yuttew8ososo48@webmail.1command.com> <4721C00C.1010905@yandex.ru> <20071026041106.hfzm32iy8s8o8kss@webmail.1command.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Chris H. wrote:
> OK then. If I understand you correctly, I simply need to create:
> /var/crash (the default)

Yes. Also you need a swap size > ram size.

> add the following to /etc/rc.conf:
> dumpdev="AUTO"
> dumpdir="/var/crash"
> 
> bounce the server and ensure that /etc/rc.d/dumpon is started
> immediately after the boot process has completed.
> Correct?

if you don't want reboot your machine after changing rc.conf
you can run `/etc/rc.d/dumpon start`. It will mark your swap as
a dumpdev. At the boot time /etc/rc.d/dumpon will be started
automatically (if "dumpdev" is set).
After system crash the kernel memory dump will be saved to the dempdev
and after reboot dump will be extracted from the swap into dumpdir
by the savecore.

-- 
WBR, Andrey V. Elsukov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4721D25B.6060402>