An updated netdump package that has a signficantly faster diskdumpfmt
utility and also fixes several bugs is now available.
The diskdump utilities set up the kernel to save memory image to a
specified partition.
The diskdumputils package serves as an alternative to the netdump
facility that have disk host adapters controlled by the aic7xxx, aic79xx,
dpt_i2o, megaraid2, mptfusion, sym53c8xx, sata_promise and ata_piix drivers.
This update contains several minor bug fixes primarily in respect to its
build procedure. The primary change is to the diskdumpfmt command, which is
now significantly faster in this release. In prior releases, each 4096-byte
block was written to. With this release, the disk is formatted according to
the sample_rate and block_order parameters that are passed to the diskdump
module. For example, using the default parameters, the sample_rate is 8,
and the block_order is 2:
$ modprobe diskdump
$ cat /proc/diskdump
# sample_rate: 8
# block_order: 2
# fallback_on_err: 1
# allow_risky_dumps: 1
# total_blocks: 262042
#
sda1 63 2168712
$
The sample_rate and block_order values are explained in the enclosed README
file, but values of 8 and 2 respectively would make the diskdumpfmt command
access the disk at every 4 megabyte offset.
All users of diskdumputils should upgrade to this updated package, which
resolves these issues.
Before applying this update, make sure that all previously-released
errata relevant to your system have been applied. Use Red Hat
Network to download and update your packages. To launch the Red Hat
Update Agent, use the following command:
up2date
For information on how to install packages manually, refer to the
following Web page for the System Administration or Customization
guide specific to your system:
http://www.redhat.com/docs/manuals/enterprise/
| Red Hat Desktop (v. 3) |
|
| SRPMS: |
diskdumputils-1.0.1-4.src.rpm
File outdated by: RHEA-2006:0445 |
f88ebfbb7d227751fa566508cacc7714 |
| |
| IA-32: |
diskdumputils-1.0.1-4.i386.rpm
File outdated by: RHEA-2006:0445 |
cfab9a4edbf6124aeda3d1fac6136945 |
| |
| x86_64: |
diskdumputils-1.0.1-4.x86_64.rpm
File outdated by: RHEA-2006:0445 |
68e5cf6ad010e086e5b27cc6e290d398 |
| |
| Red Hat Enterprise Linux AS (v. 3) |
|
| SRPMS: |
diskdumputils-1.0.1-4.src.rpm
File outdated by: RHEA-2006:0445 |
f88ebfbb7d227751fa566508cacc7714 |
| |
| IA-32: |
diskdumputils-1.0.1-4.i386.rpm
File outdated by: RHEA-2006:0445 |
cfab9a4edbf6124aeda3d1fac6136945 |
| |
| IA-64: |
diskdumputils-1.0.1-4.ia64.rpm
File outdated by: RHEA-2006:0445 |
0cbc68d1e1d58b84a6f3532ad6499542 |
| |
| x86_64: |
diskdumputils-1.0.1-4.x86_64.rpm
File outdated by: RHEA-2006:0445 |
68e5cf6ad010e086e5b27cc6e290d398 |
| |
| Red Hat Enterprise Linux ES (v. 3) |
|
| SRPMS: |
diskdumputils-1.0.1-4.src.rpm
File outdated by: RHEA-2006:0445 |
f88ebfbb7d227751fa566508cacc7714 |
| |
| IA-32: |
diskdumputils-1.0.1-4.i386.rpm
File outdated by: RHEA-2006:0445 |
cfab9a4edbf6124aeda3d1fac6136945 |
| |
| IA-64: |
diskdumputils-1.0.1-4.ia64.rpm
File outdated by: RHEA-2006:0445 |
0cbc68d1e1d58b84a6f3532ad6499542 |
| |
| x86_64: |
diskdumputils-1.0.1-4.x86_64.rpm
File outdated by: RHEA-2006:0445 |
68e5cf6ad010e086e5b27cc6e290d398 |
| |
| Red Hat Enterprise Linux WS (v. 3) |
|
| SRPMS: |
diskdumputils-1.0.1-4.src.rpm
File outdated by: RHEA-2006:0445 |
f88ebfbb7d227751fa566508cacc7714 |
| |
| IA-32: |
diskdumputils-1.0.1-4.i386.rpm
File outdated by: RHEA-2006:0445 |
cfab9a4edbf6124aeda3d1fac6136945 |
| |
| IA-64: |
diskdumputils-1.0.1-4.ia64.rpm
File outdated by: RHEA-2006:0445 |
0cbc68d1e1d58b84a6f3532ad6499542 |
| |
| x86_64: |
diskdumputils-1.0.1-4.x86_64.rpm
File outdated by: RHEA-2006:0445 |
68e5cf6ad010e086e5b27cc6e290d398 |
| |
(The unlinked packages above are only available from the Red Hat Network)
|
132872 - diskdumputils has missing build requirements
136147 - local variable used before set
143202 - function declared but never referenced
148998 - Use glib 2.x instead of glib 1.x