Tags

11g (3) 12c (4) 18c (2) 19c (3) ASM (3) Critical Patch (12) Dataguard (10) GRID (3) GitLab (2) Linux (10) OEM (2) ORA Errors (15) Oracle (20) RMAN (5)

Friday, February 12, 2021

CRS-2613: Could not find resource ora.asm

 

Error Message:

CRS-2613 Solution 


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. 

srvctl start asm

PRCR-1001 : Resource ora.asm does not exist

crsctl status resource ora.asm

CRS-2613: Could not find resource 'ora.asm'.

Solution:

It is missing detail in the server Control (srvctl) Utility. We need to add as follow.

srvctl add asm -p '/oracle/product/12.2.0.1/grid/dbs/init+ASM.ora'

srvctl start asm


No comments:

Post a Comment

SGA resize

How to resize SGA PURPOSE:   All documents are provided on this Blog just for educational purposes only.  Please make sure that you run it i...