Tags

11g (5) 12c (6) 18c (3) 19c (4) ASM (1) Critical Patch (11) Data Pump (1) Dataguard (9) Diverse (3) GRID (7) GitLab (2) Linux (8) OEM (2) ORA Errors (13) Oracle (12) RMAN (4)

Friday, November 29, 2019

CRS-2415: Resource 'ora.asm' cannot be registered



CRS-2415: Resource 'ora.asm' cannot be registered

PRCR-1071 : Failed to register or update resource ora.asm


ERROR: CRS-2415, PRCR-1071, PRCA-1003

PURPOSE: All documents are provided on this Blog just for educational purposes only.  Please make sure that you run it in your test environment before to move on to production environment.

During the Upgrade of GRID_HOME to the new version in my case from 11.2.0.3 to 12.2.0.1 getting following error.
PRCA-1003 : Failed to create ASM asm resource ora.asm
PRCR-1071 : Failed to register or update resource ora.asm
CRS-2415: Resource 'ora.asm' cannot be registered because its owner 'root' is not the same as the Oracle Restart user 'oracle'.

Let us fix the Issue.
This is due to Bug 25183818
The Patch needs to be applied to 12.2 Home.
 (Doc ID 2246888.1)
We need to install following Patch on new 12c Grid_HOME.
p25183818_12201190716OCWJUL2019RU_Linux-x86-64.zip

As root user.
 export PATH=$PATH:/apps/oracle/product/12.2.0.1/grid_12c/OPatch
/apps/oracle/product/12.2.0.1/grid_12c/OPatch/opatchauto apply /download/Bug_25183818/25183818 -oh /apps/oracle/product/12.2.0.1/grid_12c

You see the failed error at the end. You can ignore it. However, this is fine because "Binary patch applied successfully"
Start applying binary patch on home /apps/oracle/product/12.2.0.1/grid_12c
Binary patch applied successfully on home /apps/oracle/product/12.2.0.1/grid_12c

Starting CRS service on home /apps/oracle/product/12.2.0.1/grid_12c
Failed to start CRS service on home /apps/oracle/product/12.2.0.1/grid_12c
...
...
OPatchAuto failed.
opatchauto failed with error code 42


No comments:

Post a Comment

physical standby without duplicate command

physical standby without duplicate command create a physical standby database using RMAN without using duplicate command PURPOSE:   All docu...