Consultor Eletrônico



Kbase P89929: Error 3645 reported on fixed database extent
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/30/2004
Status: Unverified

FACT(s) (Environment):

IBM AIX

SYMPTOM(s):

<function>:Insufficient disk space during write, fd <file descriptor>, len <bytes>, offset <bytes>, file <file-name>. (6091)

bkioWrite:Insufficient disk space during <system call>, fd <file descriptor>, len <bytes>, offset <bytes>, file <file-name>. (6091)

bkwrite: write to disk failed errno <num>. (3645)

bkwrite: write to disk failed errno 2. (3645)

Begin ABNORMAL shutdown code x (2249)

Begin ABNORMAL shutdown code 2 (2249)

ls -las report inconsistences of database size in bytes and the number of blocks allocated in disk

sparse files

CAUSE:

The inconsistence of the size in bytes and the number of blocks allocated in disk indicates that the database extent is sparse.

FIX:

Change the allocation on the disk to remove the sparseness of the database extent.

On IBM AIX, use the cp command to copy the extent to another location and check the extent size and block allocation with the command ls -las to make sure they are consistent with each other.