Problem:
bash-3.00# /share01/oracle/OraHome10/bin/localconfig add
Successfully accumulated necessary OCR keys.
Creating OCR keys for user 'root', privgrp 'system'..
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.
Giving up: Oracle CSS stack appears NOT to be running.
Oracle CSS service would not start as installed
Automatic Storage Management(ASM) cannot be used until Oracle CSS service is started
Action:
Technically, there is nothing wrong in what you are doing. From your
log message it seems, you already has the CSS configured on your system
and its not in a working condition.
I would recommend, reconfiguration of the CSS.
Perform following as root user.
$ORACLE_HOME/bin/localconfig delete
$ORACLE_HOME/bin/localconfig add
cd /etc/init.d
./init.cssd run &
crsctl check crs
And you can review following logs for further diagnosis.
$ORACLE_HOME/log/<$HOST>/cssd/cssdOUT.log
$ORACLE_HOME/log/<$HOST>/cssd/ocssd.log
/var/log/messages/*
阅读(992) | 评论(0) | 转发(0) |