oracle rac重建grid,oracle 11g rac安装之grid报错解决
1.在rac2節點使用oracleasm找不到共享磁盤
[root@rac2 ~]# oracleasm scandisks
Reloading disk partitions: done
Cleaning any stale ASM disks...
Scanning system for ASM disks...
[root@rac2 ~]#
是因為在rac1節點格式化磁盤沒有使用partprobe命令,分區沒有生效
在rac1執行:
[root@rac1 ~]# partprobe
在rac2執行:
[root@rac2 ~]# /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"
[root@rac2 ~]# /usr/sbin/oracleasm listdisks
VOL01
VOL02
VOL03
VOL04
[root@rac2 ~]#
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
總結
如果覺得編程之家網站內容還不錯,歡迎將編程之家網站推薦給程序員好友。
本圖文內容來源于網友網絡收集整理提供,作為學習參考使用,版權屬于原作者。
總結
以上是生活随笔為你收集整理的oracle rac重建grid,oracle 11g rac安装之grid报错解决的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: oracle获取父级,如何通过sql获取
- 下一篇: 服务器linux系统支持php好,关于L