Oracle Enterprise Linux R4U8版本下安裝RAC的準備工作之oracleasmlib
按照網路上的各類文件的介紹,需要提前安裝以下rpm包:
OEL5+11g--
oracleasm-support-2.1.4-1.el5.x86_64.rpm
oracleasm-2.6.18-238.el5-2.0.5-1.el5.x86_64.rpm
oracleasmlib-2.0.4-1.el5.x86_64.rpm
而因為我的版本是OELR4U8+10g(貌似跟資料庫版本沒有太大關係,關鍵看oel的版本),我從網上找來以下幾個包分別測試了一下:
-rw-r--r-- 1 root root 130075 Feb 18 21:31 oracleasm-2.6.18-164.el5-2.0.5-1.el5.i686.rpm
-rw-r--r-- 1 root root 124406 Nov 9 2010 oracleasm-2.6.9-89.0.0.0.1.EL-2.0.5-1.el4.src.rpm
-rw-r--r-- 1 root root 13105 Nov 2 2010 oracleasmlib-2.0.4-1.el4.i386.rpm
-rw-r--r-- 1 root root 13929 Feb 18 21:32 oracleasmlib-2.0.4-1.el5.i386.rpm
-rw-r--r-- 1 root root 14176 Feb 18 17:32 oracleasmlib-2.0.4-1.el5.x86_64.rpm
-rw-r--r-- 1 root root 82542 Nov 2 2010 oracleasm-support-2.1.3-1.el4.i386.rpm
-rw-r--r-- 1 root root 85687 Feb 18 21:31 oracleasm-support-2.1.7-1.el5.i386.rpm
其中我先安裝了oracleasm-support-2.1.7-1.el5.i386.rpm,並且安裝成功,隨後嘗試安裝oracleasmlib-2.0.4-1.el5.i386.rpm報錯,報與linux核心版本不匹配,需要2.6.89版本的oracleasm。
但是因為在網上只找到了oracleasm-2.6.9-89.0.0.0.1.EL-2.0.5-1.el4.src.rpm,因此需要編譯一番才能安裝:
rpmbuild --rebuild oracleasm-2.6.9-89.0.0.0.1.EL-2.0.5-1.el4.src.rpm
完成後cd /usr/src/redhat/RPMS/i386/進行安裝:
[root@node1 i386]# ll
total 140
-rw-r--r-- 1 root root 132238 Feb 18 21:46 oracleasm-2.6.9-89.0.0.0.1.EL-2.0.5-1.el4.i386.rpm
-rw-r--r-- 1 root root 2409 Feb 18 21:46 oracleasm-2.6.9-89.0.0.0.1.EL-debuginfo-2.0.5-1.el4.i386.rpm
[root@node1 i386]# rpm -ivh oracleasm-2.6.9-89.0.0.0.1.EL-2.0.5-1.el4.i386.rpm
成功!
最後安裝oracleasmlib-2.0.4-1.el4.i386.rpm,也沒問題,可以繼續進行其他準備工作了,至於這幾個rpm在後面的表現如何,現在無從判斷咯!後面出現問題再進行解決和記錄吧。
OEL5+11g--
oracleasm-support-2.1.4-1.el5.x86_64.rpm
oracleasm-2.6.18-238.el5-2.0.5-1.el5.x86_64.rpm
oracleasmlib-2.0.4-1.el5.x86_64.rpm
而因為我的版本是OELR4U8+10g(貌似跟資料庫版本沒有太大關係,關鍵看oel的版本),我從網上找來以下幾個包分別測試了一下:
-rw-r--r-- 1 root root 130075 Feb 18 21:31 oracleasm-2.6.18-164.el5-2.0.5-1.el5.i686.rpm
-rw-r--r-- 1 root root 124406 Nov 9 2010 oracleasm-2.6.9-89.0.0.0.1.EL-2.0.5-1.el4.src.rpm
-rw-r--r-- 1 root root 13105 Nov 2 2010 oracleasmlib-2.0.4-1.el4.i386.rpm
-rw-r--r-- 1 root root 13929 Feb 18 21:32 oracleasmlib-2.0.4-1.el5.i386.rpm
-rw-r--r-- 1 root root 14176 Feb 18 17:32 oracleasmlib-2.0.4-1.el5.x86_64.rpm
-rw-r--r-- 1 root root 82542 Nov 2 2010 oracleasm-support-2.1.3-1.el4.i386.rpm
-rw-r--r-- 1 root root 85687 Feb 18 21:31 oracleasm-support-2.1.7-1.el5.i386.rpm
其中我先安裝了oracleasm-support-2.1.7-1.el5.i386.rpm,並且安裝成功,隨後嘗試安裝oracleasmlib-2.0.4-1.el5.i386.rpm報錯,報與linux核心版本不匹配,需要2.6.89版本的oracleasm。
但是因為在網上只找到了oracleasm-2.6.9-89.0.0.0.1.EL-2.0.5-1.el4.src.rpm,因此需要編譯一番才能安裝:
rpmbuild --rebuild oracleasm-2.6.9-89.0.0.0.1.EL-2.0.5-1.el4.src.rpm
完成後cd /usr/src/redhat/RPMS/i386/進行安裝:
[root@node1 i386]# ll
total 140
-rw-r--r-- 1 root root 132238 Feb 18 21:46 oracleasm-2.6.9-89.0.0.0.1.EL-2.0.5-1.el4.i386.rpm
-rw-r--r-- 1 root root 2409 Feb 18 21:46 oracleasm-2.6.9-89.0.0.0.1.EL-debuginfo-2.0.5-1.el4.i386.rpm
[root@node1 i386]# rpm -ivh oracleasm-2.6.9-89.0.0.0.1.EL-2.0.5-1.el4.i386.rpm
成功!
最後安裝oracleasmlib-2.0.4-1.el4.i386.rpm,也沒問題,可以繼續進行其他準備工作了,至於這幾個rpm在後面的表現如何,現在無從判斷咯!後面出現問題再進行解決和記錄吧。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26521853/viewspace-1083461/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Openfiler+RAC的安裝之六--安裝前的準備工作
- Linux 安裝11g RAC 前準備工作Linux
- Linux 下安裝oracle 資料庫的準備LinuxOracle資料庫
- ORACLE ENTERPRISE LINUX 下安裝rlwrapOracleLinux
- AIX 6.1上安裝ORACLE 10R2 RAC 的幾個重要的準備工作AIOracle
- RAC安裝之一 安裝前準備
- Oracle 11G RAC叢集安裝(1)——安裝前的準備Oracle
- Oracle Enterprise Linux下安裝Oracle 12cOracleLinux
- Oracle Enterprise Linux 6下安裝Oracle 9204OracleLinux
- oracle 11g RAC 安裝前準備指令碼Oracle指令碼
- OGG安裝準備工作
- 按照online文件在Linux下安裝Oracle 10g RAC(一. 環境準備)LinuxOracle 10g
- 按照online文件在Linux下安裝Oracle 10g RAC(二.儲存準備)LinuxOracle 10g
- aix5.3 安裝oracle11g 準備工作AIOracle
- oracle安裝實施準備工作郵件通知模板Oracle
- RHEL6安裝ORACLE11G準備工作Oracle
- 使用 VMware 在 Oracle Enterprise Linux 上安裝 Oracle RAC 10gOracleLinux
- linux4.0下安裝oracle RAC(一)LinuxOracle
- linux4.0下安裝oracle RAC(二)LinuxOracle
- linux4.0下安裝oracle RAC(三)LinuxOracle
- linux4.0下安裝oracle RAC(五)LinuxOracle
- Oracle 10g RAC (OCFS2) 在Linux AS 5.3 上的安裝軟體準備Oracle 10gLinux
- 使用 VMware 在 Oracle Enterprise Linux 上安裝 Oracle RAC 10g (2)OracleLinux
- 安裝ORACLE ENTERPRISE LINUX 5OracleLinux
- oracle 11G RAC 安裝前準備和注意事項Oracle
- Oracle安裝——環境準備Oracle
- 作好安裝Linux的準備(轉)Linux
- Linux下Oracle 11.2.0.1 RAC安裝筆記LinuxOracle筆記
- Oracle安裝部署之linux(redhat/centos)快速安裝oracle 11g racOracleLinuxRedhatCentOS
- 【RAC安裝】 AIX下安裝Oracle 11gR2 RACAIOracle
- Oracle /RAC linux 安裝大全OracleLinux
- oracle rac在裸裝置下的備份Oracle
- oracle應該安裝在什麼版本的linux下OracleLinux
- oracle 資料庫安裝前環境檢查和準備工作Oracle資料庫
- Redhat enterprise linux下安裝rlwrap工具RedhatLinux
- Oracle Enterprise Linux 5.6下安裝Oracle 10g RAC執行root.sh報錯問題解決LinuxOracle 10g
- 基於Linux的oracle 12cR2 RAC 標準化安裝(一)LinuxOracle
- 基於Linux的oracle 12cR2 RAC 標準化安裝(二)LinuxOracle