Chinaunix首页 | 论坛 | 博客
  • 博客访问: 405666
  • 博文数量: 119
  • 博客积分: 1470
  • 博客等级: 上尉
  • 技术积分: 1258
  • 用 户 组: 普通用户
  • 注册时间: 2006-02-24 13:50
文章分类

全部博文(119)

文章存档

2018年(6)

2017年(11)

2016年(4)

2013年(8)

2012年(1)

2011年(2)

2010年(4)

2009年(37)

2008年(16)

2006年(30)

我的朋友

分类: Oracle

2009-08-04 17:30:48

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/*


阅读(929) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~