OCSSD Error during oracle ASM instance creation or running localconfig add ?
| | |
|
When starting OCSS demon you may get the below error...
#. /localconfig add
Successfully accumulated necessary OCR keys.Creating OCR keys for user 'root', privgrp 'root'..Operation successful.Configuration for local CSS has been initialized Cleaning up Network socket directoriesSetting up Network socket directoriesAdding to inittabStartup 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. Giving up: Oracle CSS stack appears NOT to be running.Oracle CSS service would not start as installedAutomatic Storage Management(ASM) cannot be used until Oracle CSS servicSolution for the above error is..
1. Reboot the box
2 . Clean up
# rm -f /usr/tmp/.oracle/*
# rm -f /tmp/.oracle/*
# rm -f /var/tmp/.oracle/*
3. export ORACLE_HOME= $ORACLE_HOME
4. cd $ORACLE_HOME/bin
5. as Root
# localconfig reset $ORACLE_HOME
2
# rm -f /usr/tmp/.oracle/*
# rm -f /tmp/.oracle/*
# rm -f /var/tmp/.oracle/*
3. export ORACLE_HOME= $ORACLE_HOME
4. cd $ORACLE_HOME/bin
5. as Root
# localconfig reset $ORACLE_HOME
Troubleshooting its good actually,
ReplyDeletemost of the environment have separate home path for CRS... so use the below
localconfig reset $ORA_CRS_HOME
I done a mistake in RAC server, so my node1 got down due to this...if you have problem in RAC node 1, use the
ReplyDeletelocalconfig reset $ORA_CRS_HOME
to restore