Consultor Eletrônico



Kbase P168379: Database shuts down unexpectedly with errors 6071,6079
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   19/08/2010
Status: Unverified

SYMPTOM(s):

Database shuts down unexpectedly with errors 6071,6079

SYSTEM ERROR: bkioWrite:Bad address passed address = <address> (6079)

SYSTEM ERROR: error reading file <file-name>, ret = " (6071)

The database is being shutdown. (1384)

Running the ulimit command shows that the soft limits for process's maximum data segment, resident set and stack sizes may be too small:
>ulimit -aS
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 131072
stack(kbytes) 32768
memory(kbytes) 32768
coredump(blocks) 2097151
nofiles(descriptors) 2000


FACT(s) (Environment):

IBM AIX 5.3
OpenEdge 10.1C04 Service Pack

CAUSE:

The soft limits for the size of a process's data segment,resident set and stack size are too small.

FIX:

Increase the setting for a process's data segment, resident set and stack sizes using the ulimit command. For example:
ulimit -d 262144
ulimit -m 65536
ulimit -s 65536