Database Reference
In-Depth Information
/etc/rc0.d/K96init.crs /etc/rc1.d/K96init.crs /etc/rc2.d/K96init.crs \
/etc/rc3.d/S96init.crs /etc/rc4.d/K96init.crs /etc/rc5.d/S96init.crs \
/etc/rc6.d/K96init.crs /etc/inittab
# grep '^h[1-3]' /etc/inittab > inittab.crs
Now that the current configuration is saved, let's dare to change it. The script rootdelete.sh
removes CRS entries from /etc/inittab , notifies init of the changes, removes files from /etc/
init.d as well as /etc/rc[0-6].d , and deletes /etc/oracle/scls_scr while retaining /etc/
oracle/ocr.loc . In case CRS is running in the endless loop mentioned before, kill the shell
scripts that were called with the argument startcheck by init.cssd . Otherwise stop CRS with
crsctl stop crs and then run rootdelete.sh as root.
# ps -e -o pid,ppid,comm,args|fgrep init.|grep -v grep
4584 1 init.evmd /bin/sh /etc/init.d/init.evmd run
4877 1 init.cssd /bin/sh /etc/init.d/init.cssd fatal
4878 1 init.crsd /bin/sh /etc/init.d/init.crsd run
8032 4584 init.cssd /bin/sh /etc/init.d/init.cssd startcheck
8194 4878 init.cssd /bin/sh /etc/init.d/init.cssd startcheck
8247 4877 init.cssd /bin/sh /etc/init.d/init.cssd startcheck
# kill 8032 8194 8247
# $ORA_CRS_HOME/install/rootdelete.sh
Shutting down Oracle Cluster Ready Services (CRS):
Stopping resources. This could take several minutes.
Error while stopping resources. Possible cause: CRSD is down.
Shutdown has begun. The daemons should exit soon.
Checking to see if Oracle CRS stack is down...
Oracle CRS stack is not running.
Oracle CRS stack is down now.
Removing script for Oracle Cluster Ready services
Updating ocr file for downgrade
Cleaning up SCR settings in '/etc/oracle/scls_scr'
Now that the CRS configuration for RAC has been removed, we can install a local-only CRS
configuration for use by ASM with the documented script localconfig .
# $ORA_CRS_HOME/bin/localconfig add
Successfully accumulated necessary OCR keys.
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
Configuration for local CSS has been initialized
Adding to inittab
Startup will be queued to init within 30 seconds.
Checking the status of new Oracle init process...
Expecting the CRS daemons to be up within 600 seconds.
CSS is active on these nodes.
dbserver1
CSS is active on all nodes.
Oracle CSS service is installed and running under init(1M)
 
Search WWH ::




Custom Search