Consultor Eletrônico



Kbase P10477: Database crashed with bkio insufficient disk space during write (6091) errors
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/18/2008
Status: Verified

SYMPTOM(s):

bkioWrite:Insufficient disk space during write, fd <file descriptor>, len <bytes>, offset <bytes>, file dbname.db. (6091)

bkioWrite:Insufficient disk space during write, fd dbname.a1, len <bytes>, offset <bytes>, file dbname.db. (6091)

Can't extend ai extent (3779)

Can't switch to after-image extent it is full. (3773)

Begin ABNORMAL shutdown code (2249)

Multiple variable length ai extents

FACT(s) (Environment):

HP-UX 11 32-bit
Progress 8.3D

CAUSE:

First variable length ai extent could not be extended due to file system disk space limitation. Switched to next variable ai extent which was on same file system. This extent was full and could not be used.

FIX:

Perform management of ai extents to ensure that if an after image switch occurs, the extent being switched into is empty and therefore available for use.

Use of -aistall on database startup would have prevented the database from crashing.