Manually add database/instance resources after a complete CRS reconfiguration

ORA-00205: error in identifying control file, check alert log for more info

Verify permissions of oracle executable 
[oracle@grac41 dbs]$ ls -l $ORACLE_HOME/bin/oracle
-rwsr-s--x. 1 oracle oinstall 239662993 Oct  4 14:41 /u01/app/oracle/product/11204/racdb/bin/oracle
--> bin/oracle should have  asmadmin as group permissions

[root@grac41 Desktop]# chown oracle:asmadmin /u01/app/oracle/product/11204/racdb/bin/oracle
[root@grac41 Desktop]# chmod 6751  /u01/app/oracle/product/11204/racdb/bin/oracle

[oracle@grac41 dbs]$  ls -l $ORACLE_HOME/bin/oracle
-rwsr-s--x. 1 oracle asmadmin 239662993 Oct  4 14:41 /u01/app/oracle/product/11204/racdb/bin/oracle
[oracle@grac41 dbs]$ ls -l /dev/asm*
brw-rw----. 1 grid asmadmin 8,  17 Oct  5 10:10 /dev/asm_data_10g_disk1
brw-rw----. 1 grid asmadmin 8,  33 Oct  5 10:11 /dev/asm_data_10g_disk2
brw-rw----. 1 grid asmadmin 8,  49 Oct  5 10:10 /dev/asm_data_10g_disk3

3 thoughts on “Manually add database/instance resources after a complete CRS reconfiguration”

  1. Your Site is very informative and helpful. You are a master
    I just wanted know what is the actual command for “crs” as i dont see there is “CRS” command.
    Following is one of the example you are using to find the svc details, but i could not use this command
    I tried crsctl stat res -t /p etc., but couldnt get output what you get from this
    crs | egrep ‘hr.svc|NAME|—-‘

    Appreciate if you could help with this

    1. Hi,
      crs [ and crsi ] are both shell scripts to display the CRS status.
      You can download these scripts by using Menu Path
      RAC -> RAC Generic -> RAC Scripts

Leave a Reply

Your email address will not be published. Required fields are marked *