Kbase P108816: Errors (1093) and (12015) when starting database
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/28/2006 |
|
Status: Unverified
FACT(s) (Environment):
Solaris SPARC 9
OpenEdge 10.0B
SYMPTOM(s):
Errors (1093) and (12015) when starting database
Warning: only <num> wait semaphores are available. (1093)
Unable to start broker. Regenerate the kernel with increased SEMMSL or SEMMNS parameters or decrease -n. (12015)
proserve has previously failed
ipcs -a -A shows that no semsets are available
ipcs -a -A shows that semsets not being released
CAUSE:
This is a known issue being investigated by Development
CAUSE:
Semsets not being released after failed proserve.
FIX:
Use ipcs -a -A to check which semsets have not been released.
Use ipcrm -s <semID> to release them. This should free semsets for usage by the database server.