Blog do Seba

DBA, Consultor, Instrutor, [aprendiz de] Ninja e metido a Chef nas horas vagas!

Após reboot o ASM não iniciou (ORA-27154, ORA-27300, ORA-27301 e ORA-27302)

Created in Apr 28, 2012

200 Words. Read in about 1 Min.
Categories: ASM Oracle
Tags: ASM Erros Oracle Linux Oracle Oracle ASM

Após reboot, a ASM não iniciou. Ao tentar iniciar manualmente, ocorre o erro abaixo:

$ sqlplus / as sysasm

SQL*Plus: Release 11.2.0.1.0 Production on Sat Apr 28 11:30:13 2012

Copyright (c) 1982, 2009, Oracle.  All rights reserved.

Connected to an idle instance.

SQL> startup
ORA-27154: post/wait create failed
ORA-27300: OS system dependent operation:semget failed with status: 28
ORA-27301: OS failure message: No space left on device
ORA-27302: failure occurred at: sskgpsemsper

Após analizar os “ORA-”, descobri que o parametro kernel.sem estava com o valor padrão, dessa forma, altere-o:

vim /etc/sysctl

Alter o valor de:

...
kernel.sem = 250  100
...

Para:

...
kernel.sem = 250 32000 100 256
...

Após alterar o arquivo, aplique as alterações:

sysctl -p

Agora inicie a ASM novamente (não é necessário reiniciar).

Referencias:

Comentários

comments powered by Disqus