[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Files Reference


dump Special File

Purpose

Supports system dump.

Syntax

#include <sys/dump.h>

Description

The /dev/sysdump and /dev/sysdumpctl special files support system dumping. Minor device 0 of the sysdump driver provides the interfaces for the system dump routine to write data to the dump device. The sysdump driver also provides interfaces for querying or assigning the dump devices and initiating a dump.

Implementation Specifics

The dump special file is part of Base Operating System (BOS) Runtime.

Related Information

The dmp_add kernel service, dmp_del kernel service.

RAS Kernel Services in AIX 5L Version 5.1 Kernel Extensions and Device Support Programming Concepts.

System Dump Facility in AIX 5L Version 5.1 Kernel Extensions and Device Support Programming Concepts.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]