Maison >base de données >tutoriel mysql >安装oracle 10 rac时遇到“Unable to access cluster service wh

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBoriginal
2016-06-07 15:30:371366parcourir

原文地址: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<br> Stopping Oracle Cluster File System (OCFS2)                [  OK  ]

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

    # /etc/init.d/o2cb unload<br> Unmounting ocfs2_dlmfs filesystem: OK<br> Unloading module "ocfs2_dlmfs": OK<br> Unmounting configfs filesystem: OK<br> 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 <br>
  5. Perform required node configuration and save changes
Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Article précédent:IPSec 路由器到PIX防火墙Article suivant:常用的数据库连接程序