AIX (Advanced Interactive eXecutive) is a series of proprietary Unix operating systems developed and sold by IBM.
Performance Optimization With Enhanced RISC (POWER) version 7 enables a unique performance advantage for AIX OS.
POWER7 features new capabilities using multiple cores and multiple CPU threads, creating a pool of virtual CPUs.
AIX 7 includes a new built-in clustering capability called Cluster Aware
AIX POWER7 systems include the Active Memory Expansion feature.

Wednesday, December 26, 2012

AIX SYSTEM DUMP

VIEWING A DUMP DEVICE

# sysdumpdev -l
primary              /dev/hd6
secondary            /dev/sysdumpnull
copy directory       /var/adm/ras
forced copy flag     TRUE
always allow dump    FALSE
dump compression     ON

CREATING A SECONDARY DUMP DEVICE

# mklv -t jfs2 rootvg 2
fslv03

# sysdumpdev -s /dev/fslv03
primary              /dev/hd6
secondary            /dev/fslv03
copy directory       /var/adm/ras
forced copy flag     TRUE
always allow dump    FALSE
dump compression     ON

SCANNING A DUMP DEVICE


# sysdumpdev -L -S /dev/hd6
0453-019 No previous dumps recorded.
Scanning device /dev/hd6 for existing dump.
A valid dump was not detected in the dump devices.
Scanning device /dev/fslv03 for existing dump.
A valid dump was not detected in the dump devices.
#

ESTIMATING A DUMP SIZE

# sysdumpdev -e
0453-041 Estimated dump size in bytes: 138621747
#

EXTENDING A DUMP DEVICE


# extendlv fslv03 1
# sysdumpdev -l
primary              /dev/hd6
secondary            /dev/fslv03
copy directory       /var/adm/ras
forced copy flag     TRUE
always allow dump    FALSE
dump compression     ON