Corrección Error Password Con . En Oracle
hakvega23 de Marzo de 2012
418 Palabras (2 Páginas)903 Visitas
CRS-4124 and ORA-15816 with OHASD Not Running Asm [ID 1343335.1]
________________________________________
Modified 11-AUG-2011 Type PROBLEM Status MODERATED
In this Document
Symptoms
Cause
Solution
________________________________________
This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review.
Applies to:
Oracle Server - Enterprise Edition - Version: 11.2.0.1 and later [Release: 11.2 and later ]
Information in this document applies to any platform.
Symptoms
On : 11.2.0.1 version, STORAGE
When attempting to start has with crsctl,
the following error occurs.
ERROR
-----------------------
CRS-4124: Oracle High Availability Services startup failed.CRS-4000: Command Start failed, or completed with errors.
Sat Jul 16 22:42:34 2011
ORA-15186: ASMLIB error function = [kfkOsmIdent:asm_open], error = [1], mesg = [Operation not permitted]
ORA-15186: ASMLIB error function = [kfkOsmIdent:asm_open], error = [1], mesg = [Operation not permitted]
BUSINESS IMPACT
-----------------------
The issue has the following business impact:
Due to this issue, users cannot correctly start has service..
Cause
Since you are able to manually start CRS and bring up ASM it indicates that something has corrupted the HAS service. It is not possible to determine what has corrupted the HAS service.
Solution
Recommend you to regenerate the OHAS layer as follow:
1) Shutdown the database and ASM instances.
2) Then reconfigure the CSS & OHAS services as root user:
==================================================================
# $<Oracle Grid Home>/crs/install/roothas.pl -deconfig -force
==================================================================
# $<Oracle Grid Home>/crs/install/roothas.pl
==================================================================
3) Please perform the next steps as oracle/grid user (Grid Infrastructure owner):
==================================================================
$> <Grid Oracle Home>/bin/crsctl modify resource "ora.cssd" -attr "AUTO_START=1"
$><Grid Oracle Home>/bin/crsctl modify resource "ora.diskmon" -attr "AUTO_START=1"
==================================================================
4) Check the CSS & OHAS state as oracle/grid user (Grid Infrastructure owner):
==================================================================
$> crsctl check has
$> crsctl check css
==================================================================
Note: If the CSS & OHAS service did NOT start, then you will need to reboot the Linux box and check them again.
5) Recreate the default listener (LISTENER) thru the NETCA using port 1521.
6) Please create the init+ASM.ora file on the $<Oracle Grid Home>/dbs directory with the next parameters:
==================================================================
asm_diskgroups= <list of diskgroups>
asm_diskstring='ORCL:*'
instance_type='asm'
large_pool_size=12M
==================================================================
7) Add the ASM instance as oracle user or the Grid Infrastructure installation owner and execute:
==================================================================
...