zoukankan      html  css  js  c++  java
  • Oracle RAC 安装常见问题

      在安装Oracle RAC中或多或少会出现一些错误,现在列举一些常见错误

          1.CRS-0215 Could not start resource

         检查各个节点中的/etc/hosts 中的127.0.0.1 的Localhost 的配置是否配置完整

          2.在进行Special Cluster Configuration 配置集群时,无法找到本地节点,或者找到的本地节点为localhost。

        检查各个节点的ssh 是否透明 

        检查Localhost中的本地节点的private ip,public ip,virtual ip配置正确。

        如果配置正确的话,检查各个节点中system-network-config中的 hosts中的域名是否配置正确

         3.启动sh runcluvfy stage -pre crsinst -n rac1 rac2 各个节点check失败

         检查各个节点的ssh配置

         4.在Cluster software 的安装中 Summary->install 后出现 Remote 'AttachHome' failed on nodes:'rac2'

        安装提示信息,将命令在rac2 node节点中重新执行一次

         5.在Cluster Software 安装之前出现 进行OCFS2的配置时

        #ocfs2console

        -->Cluster-->Configure Nodes

      出现Could not start cluster stack!

       解决:将/etc/selinux/config 中的selinux=disable注释打开

  • 相关阅读:
    python中的赋值与深浅拷贝
    PAT甲级:1089 Insert or Merge (25分)
    PAT甲级:1064 Complete Binary Search Tree (30分)
    navicat 15 破解教程
    SQL
    以初学者的角度理解:SQL实现关系除法
    线性回归与梯度下降(ML作业)
    海明码
    CRC校验原理
    Jupyter notebook总是卡在int[*]怎么解决?
  • 原文地址:https://www.cnblogs.com/jerryxing/p/2546932.html
Copyright © 2011-2022 走看看