RAC環(huán)境: oracle數(shù)據(jù)庫:oracle11gr2 操作系統(tǒng):rhel6.4_x86_64 故障現(xiàn)象: 1、rac其一個節(jié)點(diǎn)的oracle與asm相關(guān)的進(jìn)程和實(shí)例啟動失?。?查看方法:ps -ef|grep ora_ ps -ef|grep asm_ crsctl stat res -t (只能看到節(jié)點(diǎn)1上啟動的oracle實(shí)例和asm實(shí)例) 2、
RAC環(huán)境:
oracle數(shù)據(jù)庫:oracle11gr2
操作系統(tǒng):rhel6.4_x86_64
故障現(xiàn)象:
1、rac其一個節(jié)點(diǎn)的oracle與asm相關(guān)的進(jìn)程和實(shí)例啟動失??;
查看方法:ps -ef|grep ora_
ps -ef|grep asm_
crsctl stat res -t?。ㄖ荒芸吹焦?jié)點(diǎn)1上啟動的oracle實(shí)例和asm實(shí)例)
2、在節(jié)點(diǎn)2上查看不到asm磁盤設(shè)備標(biāo)簽;
查看方法:oracleasm listdisks (沒有內(nèi)容)
ll /dev/oracleasm/disks/*?。]有內(nèi)容)
3、在節(jié)點(diǎn)2上掃描asm磁盤時報(bào)以下錯誤;
查看方法:oracleasm scandisks
Reloading disk partitions: done
Cleaning any stale ASM disks...
Scanning system for ASM disks...
Instantiating disk "VOL4"
Unable to instantiate disk "VOL4"
Instantiating disk "VOL1"
Unable to instantiate disk "VOL1"
4、查看oracleasm日志信息提示權(quán)限問題;
查看方法:cat /var/log/oracleasm
分析過程:
為了排除其它因素的干擾,我重啟了節(jié)點(diǎn)2的操作系統(tǒng),重啟后節(jié)點(diǎn)2上的asm磁盤依舊不能正常加載,通過查看oracleasm日志依然提示是權(quán)限問題,大膽猜想下,可能有以下原因?qū)е耡sm
磁盤不能正常加載:
1、asm相關(guān)的rpm包安裝不正常,如版本不對應(yīng);
2、操作系統(tǒng)相關(guān)的安全服務(wù)導(dǎo)致;
3、系統(tǒng)重啟時rule規(guī)則配置不正確,導(dǎo)致asm磁盤不能正常加載;
排除:
1、rpm -aq|grep oracleasm 需要安裝3個包(kmod-oracleasm oracleasmlib oracleasm-support)
2、service iptables status (iptables 服務(wù)關(guān)閉)
getenforce (查看狀態(tài)enforcing,說明selinux服務(wù)沒有關(guān)閉)
3、本實(shí)例并沒有使用raw裸設(shè)備,因此沒有配置rule規(guī)則在啟動時加載
處理方法:
由于節(jié)點(diǎn)2的selinux服務(wù)沒有關(guān)閉,因此關(guān)閉selinux服務(wù)
setenforce 0
vi /etc/sysconfig/selinux
將SELINUX=enforcing改為SELINUX=disabled,這樣重啟服務(wù)器則不會啟動selinux服務(wù)
關(guān)閉selinux服務(wù)后,執(zhí)行asm磁盤掃描操作,正常識別asm磁盤。
oracleasm scandisks
聲明:本網(wǎng)頁內(nèi)容旨在傳播知識,若有侵權(quán)等問題請及時與本網(wǎng)聯(lián)系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com