This document describes the firmware assisted dump option for AIX system dumps.
The firmware assisted dump option was added in AIX 6.1 to improve the system dump facility for servers that boot from a SAN or virtual SCSI disks, but it will also work with servers that boot from internal disks. On AIX 6.1 and below, the default dump type is traditional. On AIX 7.1, the default type is firmware assisted. A traditional system dump is written immediately after a server crashes. A firmware assisted dump is written when the server is booting, after device discovery.
The firmware assisted dump option can be enabled with the sysdumpdev command, and is the default setting for AIX 7.1. This option might be beneficial for systems that are experiencing dump failures with a -3 dump status code, as reported by the sysdumpdev -L command. A -3 dump status means that the dump failed or did not start. This can happen because the AIX dump drivers are unable to communicate with the dump device, but also if the dump process is manually interrupted by an operator in an attempt to boot the server as quickly as possible. If the dump is failing for some reason other than being interrupted by an operator, the firmware assisted dump option is recommended.
Requirements
********** AIX Dump Device Settings (sysdumpdev -l) **********
primary /dev/dumplv
secondary /dev/sysdumpnull
copy directory /var/adm/ras
forced copy flag TRUE
always allow dump FALSE
dump compression ON
type of dump traditional
.
I would recommend changing the dump type on this server from "traditional" to "firmware assisted". This is done as follows:
.
# sysdumpdev -t fw-assisted
# bosboot -ad /dev/ipldevice
reboot the system..
.
A reboot is needed to fully implement this change. The advantage of a firmware assisted dump is that the dump is written during system reboot after device discovery. A traditional dump is written as the server
goes down. If there is a problem accessing storage the dump will fail.
.
fw-assisted type of dump prerequisite:
.
- The dump space should be in the rootvg volume group.
- The dump space should not be Mirrored and / or stripped.
- The dump space should not be the paging space.
- Its size should be the value of sysdumpdev -e full load + 10%.
Article Number: 297
Posted: Mon, Jul 16, 2018 9:27 AM
Last Updated: Mon, Jul 16, 2018 9:34 AM
Online URL: http://kb.ictbanking.net/article.php?id=297