标题很长,主要是因为错误信息比较长。
在HP UNIX上的Oracle RAC 10205上,利用/sbin/init.d/init.crs stop来关闭整个CLUSTER,结果出现了多次的这个错误:
Resource or relatives are currently involved in another operation. Retrying stop resources.
处理过很多RAC的问题,这个信息还真是第一次遇到,以为碰到了什么bug,去metalink上查询了一圈,还没有查到结果,就发现CLUSTER已经关闭了。
后查询到原来这个信息是Oracle的crs的错误信息:
CRS-233: Resource or relatives are currently involved with another operation.
Cause: Another CRS daemon was operating on the same resource.
Action: Wait for a minute and try the command or operation again.
虽然导致问题的原因不一定是这个文档所描述的,但是文档描述的action还是比较靠谱,居然等待几分钟后,问题自动就消失了。
其实Oracle完全可以知道命令结束,再返回,而现在的这种不断的返回错误信息可以认为是Oracle比较人性化的处理。