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

php中文网
发布: 2016-06-07 15:30:37
原创
1630人浏览过

原文地址: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
最佳 Windows 性能的顶级免费优化软件
最佳 Windows 性能的顶级免费优化软件

每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。

下载
相关标签:
来源:php中文网
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
开源免费商场系统广告
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号