l non-default parameter values. Please note the last startup of ASM (in step 2 via CRS start) will not have used an SPFILE, so a startup prior to the loss of the CRS disk group would need to be located. *.asm_power_limit=1 *.diagnostic_dest='C:\app\11.2.0\grid' *.instance_type='asm' *.large_pool_size=12M *.remote_login_passwordfile='EXCLUSIVE' Now the SPFILE can be created using this PFILE: sqlplus / as sysasm SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 30 11:52:39 2010 Copyright (c) 1982, 2009, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production With the Real Application Clusters and Automatic Storage Management options SQL> create spfile='+OCRVOTE' from pfile='c:\tmp\asm_pfile.ora'; File created. SQL> exit 12. shutdown CRS Since CRS is running in exclusive mode, it needs to be shutdown to allow CRS to run on all nodes again. Use of the force (-f) option may be required: $CRS_HOME/bin/crsctl stop crs -f ... CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'auw2k3' has completed CRS-4133: Oracle High Availability Services has been stopped. 13. start CRS As the root user submit the CRS startup on all cluster nodes: # $GRID_HOME/bin/crsctl start crs CRS-4123: Oracle High Availability Services has been started. ** This step can take several minutes to run as a result of the changes we have made to the RAC configuration. Please wait about 5 minutes, and then check that all the CRS services are running: $CRS_HOME\bin\crsctl status resource -t 14. Verify CRS $CRS_HOME\bin\crsctl check cluster -all $CRS_HOME\bin\crsctl status resource -t Errors: PROT-602: Failed to retrieve data from the cluster registry PROC-26: Error while accessing the physical storage ASM error [SLOS: cat=8, pn=kgfolclcpi1, dep=210, loc=kgfokge AMDU-00210: No disks found in diskgroup OCRVOTE AMDU-00210: No disks found in diskgroup OCRVOTE References NOTE:1062983.1 - How to restore ASM based OCR after complete loss of the CRS diskgroup on Linux/Unix systems --end--
|