避免Initializing the Oracle ASMLib driver: [FAILED]的方法
目前知道可能導致這個錯誤的原因有兩個:
[root@rac01 ~]# /etc/init.d/oracleasm configure
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
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
Initializing the Oracle ASMLib driver:
[FAILED]
1.oracle
asmlib核心和linux系統核心不符,修正方法,到oracle網站下載核心版本符合的asmlib,重新安裝。
[root@rac01 etc]# uname -r[
2.6.18-308.el5
[root@rhelone andrew]# rpm-[K -qa|grep oracle
oracleasm-2.6.18-308.el5-2.0.5-1.el5
oracleasm-support-2.1.8-1.el5
oracleasmlib-2.0.4-1.el5
2.linux的selinux沒有設定為disable
# vi /etc/selinux/config (把SELINUX置為disabled)
SELINUX=disabled
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/21754115/viewspace-1074667/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Initializing the Oracle ASMLib driver: [FAILED]OracleASMAI
- oracle ASM錯誤Initializing the Oracle ASMLib driver:[FAILED]OracleASMAI
- Shutting down the Oracle ASMLib driver: [ failed ]OracleASMAI
- oracle asm Unable to mount ASMlib driver filesystemOracleASM
- Failed to initialize NVML: Driver/library version mismatchAI
- Oracle ASMLib DownloadsOracleASM
- oracle asmlib下載地址OracleASM
- oracle asmlib包相關OracleASM
- CLSRSC-196: ACFS driver install actions failedAI
- Spring Boot配置錯誤:Failed to determine a suitable driver classSpring BootAIUI
- Oracle RAC asmlib包下載地址OracleASM
- kattle Driver class 'oracle.jdbc.driver.OracleDriver' could not be foundOracleJDBC
- Oracle ASM Filter Driver (ASMFD)OracleASMFilter
- oracle asmlib 新的下載地址 for rhel4OracleASM
- JDBC Driver連線方法列表JDBC
- asmlibASM
- 登入Oracle錯誤提示Error 6 initializing SQL*PlusOracleErrorSQL
- 【BUILD_ORACLE】使用ASMLib包搭建ASM磁碟UIOracleASM
- 12C Oracle ASM Filter DriverOracleASMFilter
- 報錯install_driver(mysql) failed: Attempt to reload DBD/mysql.pmMySqlAI
- RC-50013: Fatal: Failed to instantiate driver .../regclone.drv [ID 725995.1]AIGC
- 避免使用Oracle的char型別Oracle型別
- Oracle 11gR2 RAC ohasd failed to start 解決方法OracleAI
- One Driver徹底解除安裝方法
- Failed to execute aapt的奇怪解決方法AIAPT
- Oracle ASMLib & Red Hat Linux & Linux核心版本資訊OracleASMLinux
- 【ASM】ASMLIB 系列ASM
- UDEV替代ASMLIBdevASM
- asmlib 報錯ASM
- docker 報錯 Error response from daemon: driver failed programming external connectivity on endpoint my...DockerErrorAI
- SonicWALL Global VPN客戶端連線出現Failed to open the IPSec driver錯誤客戶端AI
- Mplayer”opening/initializing the selected video-out(-vo)device.”的解決方法IDEdev
- 轉載:Oracle jdbc thin driver三種格式OracleJDBC
- IMP-00017: following statement failed with ORACLE error 957錯誤的解決方法AIOracleError
- 七個Swift中的陷阱以及避免方法Swift
- pyenv BUILD FAILED解決方法UIAI
- Linux平臺上配置Oracle ASMLib和磁碟多路徑LinuxOracleASM
- [Linux Device Driver] wifi adb 使用方法LinuxdevWiFi