溫馨提示×

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

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶(hù)服務(wù)條款》

【Oracle】ASM實(shí)例安裝入門(mén)

發(fā)布時(shí)間:2020-08-05 09:11:47 來(lái)源:ITPUB博客 閱讀:197 作者:penguin.23 欄目:關(guān)系型數(shù)據(jù)庫(kù)
1、系統(tǒng)環(huán)境:
    Linux 2.6.32-696.30.1.el6.x86_64   ----     RHEL 6.6

2、需要準(zhǔn)備的安裝包:
    kmod-oracleasm-2.0.8-15.el6_9.x86_64 (可用centos的yum源)
    oracleasmlib-2.0.4-1.el5.x86_64.rpm
    oracleasm-support-2.1.7-1.el5.x86_64.rpm
    oracleasm-2.6.18-194.el5-2.0.5-1.el5.x86_64.rpm (rpm -ivh oracleasm-2.6.18-194.el5-2.0.5-1.el5.x86_64.rpm --nodeps)

3、 配置AMSlib:
   使用root執(zhí)行:/etc/init.d/oracleasm configure    (依次輸入oracle , dba , y , y)
   使用root執(zhí)行:/etc/init.d/oracleasm enable

4、 配置操作系統(tǒng)磁盤(pán)分區(qū):(這里使用普通分區(qū))/ 亦可配置使用RAW設(shè)備。
     配置ASM實(shí)例候選盤(pán):    
     /etc/init.d/oracleasm createdisk VOL1 /dev/sdd1
     /etc/init.d/oracleasm createdisk VOL2 /dev/sde1
     /etc/init.d/oracleasm createdisk VOL3 /dev/sdf1
     /etc/init.d/oracleasm createdisk VOL4 /dev/sdg1
     /etc/init.d/oracleasm scandisks

5、 創(chuàng)建操作系統(tǒng)中,關(guān)于A(yíng)SM實(shí)例的用戶(hù);安裝grid程序;
     /usr/sbin/useradd -g oinstall -G dba grid
     在Xmanager中運(yùn)行,grid/runInstaller,(這里選擇安裝在單一個(gè)Server)
     執(zhí)行向?qū)?,完成安裝。

6、 安裝過(guò)程問(wèn)題:
     運(yùn)行root.sh報(bào)錯(cuò):libcap.so.1: cannot open shared object file: No such file or directory
     執(zhí)行:               cd /lib64/ &&  ln -s libcap.so.2.16 libcap.so.1  
                             /app/oracle/product/11.2.0/grid/crs/install/roothas.pl -deconfig -force
                             sh root.sh
     
7、 遺漏深入研究問(wèn)題:Failgroup,ASM鏡像     


向AI問(wèn)一下細(xì)節(jié)

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

AI