問題: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 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)
分享名稱:Linux7安裝12c的rac時(shí)無法掛載oracleasm模塊
文章來源:
http://weahome.cn/article/gepoge.html