Kbase P130552: 10.1B+ database fails to start with errors 6496 and 5292
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  29/07/2008 |
|
Status: Unverified
SYMPTOM(s):
Database fails to start with errors 6496 and 5292
SYSTEM ERROR: stgetbk: requested length greater than the shm segment (6496)
SYSTEM ERROR: The broker is exiting unexpectedly, beginning Abnormal Shutdown. (5292)
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.1B
OpenEdge 10.1C
Database starts after removing startup parameters -indexrangesize and -tablerangesize
CHANGE:
Increased values for -indexrangesize and -tablerangesize
CAUSE:
This is an expected behavior.
Database failed to start due to the fact that some of the database parameters (-n, -tablerangesize, -indexrangesize, -Mn and pieces of -L), respectively memory structures created due to these settings *have* to fit under 1 shared memory segment (i.e. they can't be split across multiple segments like for example -B).
FIX:
Increase -shmsegsize parameter on the database side.
In this case, removing or decreasing -indexrangesize and -tablerangesize startup parameters fixes the issue as well.