日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

oracle rac重建grid,oracle 11g rac安装之grid报错解决

發布時間:2025/4/16 编程问答 24 豆豆
生活随笔 收集整理的這篇文章主要介紹了 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报错解决的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。