好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

安装oracle10rac时遇到“Unabletoaccessclusterservicewh

原文地址:http://ericwijaya.wordpress.com/2009/10/22/unable-to-access-cluster-service-while-creating-node-could-not-add-node-rac1/ Unable to access cluster service while creating node, could not add noderac1 22 10 2009 Rate This I get this

原文地址:http://ericwijaya.wordpress.com/2009/10/22/unable-to-access-cluster-service-while-creating-node-could-not-add-node-rac1/

Unable to access cluster service while creating node, could not add node rac1

22 10 2009

Rate This

I get this error after try to apply cluster node on the ocfs2console. I try to restart the ocfs2 service but didn’t solve the problem. I search at metalink and found the solution:

Shutdown OCFS2 Console.
Select File then Quit from the Console menu or press Ctrl+Q keys. Unmount OCFS2 volumes, offline the cluster and unload the o2cb module
# /etc/init.d/ocfs2 stop
Stopping Oracle Cluster File System (OCFS2) [ OK ]

# /etc/init.d/o2cb offline ocfs2
Stopping O2CB cluster ocfs2: OK
Unloading module "ocfs2": OK

# /etc/init.d/o2cb unload
Unmounting ocfs2_dlmfs filesystem: OK
Unloading module "ocfs2_dlmfs": OK
Unmounting configfs filesystem: OK
Unloading module "configfs": OK

Remove the OCFS2 cluster configuration file /etc/ocfs2/cluster.conf
# rm -f /etc/ocfs2/cluster.conf Restart OCFS2 Console
# /usr/sbin/ocfs2console
Perform required node configuration and save changes

查看更多关于安装oracle10rac时遇到“Unabletoaccessclusterservicewh的详细内容...

  阅读:47次