欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

安装oracle 10 rac时遇到“Unable to access cluster service wh

程序员文章站 2024-01-11 08:38:16
...

原文地址: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

安装oracle 10 rac时遇到“Unable to access cluster service wh

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:

  1. Shutdown OCFS2 Console.
    Select File then Quit from the Console menu or press Ctrl+Q keys.
  2. 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

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