oracle 11g rac安裝之grid報錯解決

來源:互聯網
上載者:User

標籤:oracle 11g rac安裝之grid報錯解決

1.在rac2節點使用oracleasm找不到共用磁碟

[[email protected] ~]# oracleasm scandisks        
Reloading disk partitions: done
Cleaning any stale ASM disks...
Scanning system for ASM disks...
[[email protected] ~]#


解決方案:

   是因為在rac1節點格式化磁碟沒有使用partprobe命令,分區沒有生效

在rac1執行:

[[email protected] ~]# partprobe

在rac2執行:

[[email protected] ~]# /usr/sbin/oracleasm scandisks
Reloading disk partitions: done
Cleaning any stale ASM disks...
Scanning system for ASM disks...
Instantiating disk "VOL04"
Instantiating disk "VOL03"
Instantiating disk "VOL01"
Instantiating disk "VOL02"
[[email protected] ~]# /usr/sbin/oracleasm listdisks
VOL01
VOL02
VOL03
VOL04
[[email protected] ~]#


2.安裝grid叢集軟體時出現ORACLE_HOME和ORACLE_BASE目錄不對

錯誤提示:

INS-32026]The Software Location specified should not be under Oracle base location.
   CAUSE: Grid Infrastructure for a Cluster installation will assign root ownership to all parent directories of clusterware software location. As a result, all named directories in the software location path will acquire root ownership. This may create problems for subsequent installations into the same Oracle base.
   ACTION: Specify software location outside of Oracle base


解決方案:

我目前的目錄是:ORACLE_BASE=/home/grid

       ORACLE_HOME=/home/grid/11.2.0/grid


這樣目錄是不正確的,因為ORACLE_BASE和ORACLE_HOME目錄要分開,ORACLE_BASE安裝好後是有root許可權的,而ORACLE_HOME則沒有.

這樣才對:ORACLE_BASE=/home/grid/app

      ORACLE_HOME=/home/grid/11.2.0/grid

本文出自 “一起走過的日子” 部落格,請務必保留此出處http://tongcheng.blog.51cto.com/6214144/1852663

oracle 11g rac安裝之grid報錯解決

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.