blob: 4b4af770e9a84d79c79cf062f74e0147c7b343a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
Source: dumpadm
Section: admin
Priority: standard
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
dh-illumos,
illumos-source-2.10,
libdiskmgt1-dev,
libfmevent-dev,
libnvpair-dev,
libzfs1-dev,
uuid-dev | libsunuuid-dev,
quilt,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org
Package: dumpadm
Section: admin
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends},
Description: configure operating system crash dump
The dumpadm program is an administrative command that manages the
configuration of the operating system crash dump facility. A crash dump
is a disk copy of the physical memory of the computer at the time of a
fatal system error. When a fatal operating system error occurs, a message
describing the error is printed to the console. The operating system then
generates a crash dump by writing the contents of physical memory to a
predetermined dump device, which is typically a local disk partition. The
dump device can be configured by way of dumpadm. Once the crash dump
has been written to the dump device, the system will reboot.
.
This package includes the dumpadm and savecore utilities and the dumpadm
SMF service.
.
The dumpadm service reconfigures the kernel's dump settings from
/etc/dumpadm.conf and then invokes savecore to locate and retrieve any
saved crash dumps.
|