Linux7 安裝12c的rac時無法掛載oracleasm模塊

問題:rac  oracleasm linux 7 

# oracleasm configure -i
Configuring the Oracle ASM library driver.

This will configure the on-boot properties of the Oracle ASM library
driver.  The following questions will determine whether the driver is
loaded on boot and what permissions it will have.  The current values
will be shown in brackets ('[]').  Hitting <ENTER> without typing an
answer will keep that current value.  Ctrl-C will abort.

Default user to own the driver interface []: grid
Default group to own the driver interface []: asmadmin   
Start Oracle ASM library driver on boot (y/n) [n]: y
Scan for Oracle ASM disks on boot (y/n) [y]: y
Writing Oracle ASM library driver configuration: done

oracleasm createdisk OCR_VOTE1 /dev/sdc1
oracleasm module not loaded or /dev/oracleasm not mounted.

解決 方法
linux7需要手動掛載oracleasm模塊

#oracleasm status 
Checking if ASM is loaded: no
Checking if /dev/oracleasm is mounted: no

#oracleasm init
Creating /dev/oracleasm mount point: /dev/oracleasm
Loading module "oracleasm": oracleasm
Configuring "oracleasm" to use device physical block size
Mounting ASMlib driver filesystem: /dev/oracleasm

#oracleasm status 
Checking if ASM is loaded: yes
Checking if /dev/oracleasm is mounted: yes



MOS(ID 2211189.1)


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章