溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

centos7怎么安裝grid并啟用oracle restart

發(fā)布時間:2021-08-17 21:12:06 來源:億速云 閱讀:237 作者:chen 欄目:關系型數(shù)據(jù)庫

本篇內(nèi)容主要講解“centos7怎么安裝grid并啟用oracle restart”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“centos7怎么安裝grid并啟用oracle restart”吧!

[root@yue ~]# cat /etc/redhat-release
CentOS Linux release 7.4.1708 (Core) 

圖形界面安裝,對話框顯示不完全的問題

默認我們安裝的時候都是: ./runInstaller 也就是直接運行安裝文件,但是這種默認安裝的方式就會出現(xiàn)上述錯誤,為了避免上述情況出現(xiàn)可以通過指定參數(shù)安裝:

./runInstaller -jreLoc /usr/lib/jvm/jre-1.8.0


安裝到86%時報錯

解決方法:

在makefile中添加鏈接libnnz11庫的參數(shù)

修改/app/data/oracle/product/11g/sysman/lib/ins_emagent.mk文件

將:$(MK_EMAGENT_NMECTL)修改為:$(MK_EMAGENT_NMECTL) -lnnz11

然后點擊Retry繼續(xù)安裝,就可以安裝成功了


centos7  pmap 要加上-p  參數(shù)才能看到完整路徑
安裝root.sh腳本時,報錯,
ohasd failed to start
Failed to start the Clusterware. Last 20 lines of the alert log follow:
2016-01-01 02:14:46.806:
[client(11401)]CRS-2101:The OLR was formatted using version 3.
2016-01-01 02:14:49.572:
[client(11424)]CRS-1001:The OCR was formatted using version 3.

查相關資料需安裝補丁包18370031,參考下面鏈接:
https://fatdba.com/2016/01/06/oracle-gi-11-2-installation-on-rhel-7-error-ohasd-failed-to-start-failed-to-start-the-clusterware-last-20-lines-of-the-alert-log-follow-ohasd-failed-to-start-at-u01app11-2-0gridcrsinstallr/
安裝補丁后,執(zhí)行ROOT.SH
[oracle@localhost bin]$ ./crs_stat -t
Name Type Target State Host
------------------------------------------------------------
ora.cssd ora.cssd.type OFFLINE OFFLINE
ora.diskmon ora....on.type OFFLINE OFFLINE
ora.evmd ora.evm.type ONLINE ONLINE localhost
ora.ons ora.ons.type OFFLINE OFFLINE

linux7下,root.sh腳本沒有正確安裝,可能是BUG造成OHASD服務沒有開機啟動,6之前是在/etc/inittab添加啟動目錄,7改變了,需在下面目錄創(chuàng)建軟連接,設置開機啟動
[root@yue multi-user.target.wants]# ln -s /etc/systemd/system/oracle-ohasd.service /usr/lib/systemd/system/multi-user.target.wants/oracle-ohasd.service

http://www.lunar2013.com/2016/01/linux7%EF%BC%88centosrheloel%EF%BC%89%E5%92%8Coracle-rac%E7%8E%AF%E5%A2%83%E7%B3%BB%E5%88%97-7-%E7%BD%91%E7%BB%9C%E7%AE%A1%E7%90%86%E4%B9%8B%E6%B7%BB%E5%8A%A0%E7%BD%91%E5%8D%A1.html


srvctl start database -d devdb 報ORA-01031: insufficient privileges 

將GRID添加到DBA組即可

usermod -a -G dba grid
http://blog.itpub.net/23135684/viewspace-689072

到此,相信大家對“centos7怎么安裝grid并啟用oracle restart”有了更深的了解,不妨來實際操作一番吧!這里是億速云網(wǎng)站,更多相關內(nèi)容可以進入相關頻道進行查詢,關注我們,繼續(xù)學習!

向AI問一下細節(jié)

免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權內(nèi)容。

AI