昨天裝RAC時遇到的一個錯誤Loading module "oracleasm": Unable to load module "oracleasm"[FAILED]
昨天花了半天時間準備在redhat as4上安裝10g RAC,結果在晚上十點遇到這個問題Loading module "oracleasm": Unable to load module "oracleasm"[FAILED]
今天一上班就處理這個問題,結果如下:
# /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.
[@more@]
Default user to own the driver interface [oracle]: oracle
Default group to own the driver interface [dba]: dba
Start Oracle ASM library driver on boot (y/n) [y]: y
Fix permissions of Oracle ASM disks on boot (y/n) [y]: y
Writing Oracle ASM library driver configuration: [ OK ]Loading module "oracleasm": Unable to load module "oracleasm"[FAILED]
出現這個問題可能有2方面的原因:
1. 下載的asm和linux核心不一致,這時候需要下載相應的asm來安裝,也可以升級linux核心
2. 查詢/lib/modules/2.6.9-22.ELsmp/kernel/drivers/addon/oracleasm下是否有oracleasm.ko,如果有,還出現這個問題需要修改/etc/SElinux/config檔案裡面的:
SELINUX=enforcing -----> SELINUX=disabled
或者:
Applications -> System Settings -> Security Level -> Security Level Configuration -> SELinux tab
and the unclick the 'Enabled' box.
重啟系統,OK
[root@tx1001 ~]# /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 [oratest]:
Default group to own the driver interface [oinstall]:
Start Oracle ASM library driver on boot (y/n) [y]:
Fix permissions of Oracle ASM disks on boot (y/n) [y]:
Writing Oracle ASM library driver configuration: [ OK ]
Scanning system for ASM disks: [ OK ]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7272495/viewspace-974854/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 啟動uwsgi報錯ImportError: No module named, unable to load appImportErrorAPP
- 將 SAP Spartacus 作為 feature module 進行 Lazy Load 延遲載入時遇到的注入錯誤分析
- 記錄安裝conda install Python庫時報No module named ‘tensorflow‘錯誤Python
- oracleasm軟體包的日誌(log)路徑OracleASM
- TypeError: Failed to fetch dynamically imported moduleErrorAIImport
- npm module 釋出 遇到的幾個問題NPM
- pyecharts安裝後import錯誤 ImportError: No module named 'pyecharts_snapshot'EchartsImportError
- eslint-plugin-import Unable to resolve path to moduleEsLintPluginImport
- 啟動idea時, 碰到"failed to load jvm DLL ..."錯誤 解決方案IdeaAIJVM
- NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load xxxx錯誤解決方法ErrorAIXMLHTTP
- 【Intellij IDEA】開啟IDEA時錯誤:Failed to load JVM DLL ...\jvm.dllIntelliJIdeaAIJVM
- 問題結局辦法:Error loading psycopg2 module: No module named ‘psycopg2‘Error
- 啟動IDEA 報 failed to load jvm dll XXX 錯誤IdeaAIJVM
- 遇到的cannot find module 'xxx' 問題
- [渲染層網路層錯誤] Failed to load local font resource ?AI
- Latex編譯錯誤:Unable to load picture or PDF file 問題解決編譯
- 關於使用 git 命令列時遇到的錯誤訊息 unable to get local issuer certificateGit命令列
- 多module開發時module模板外掛開發
- Ubuntu20.04安裝LabelImg 以及出現(ModuleNotFoundError: No module named libs.resources)錯誤UbuntuError
- 如何解決 Angular custom library module 在 ng build 時無法被識別的錯誤AngularUI
- module hmrclient is not a registered callable moduleclient
- SAP CRM中介軟體下載equipment時遇到的一個錯誤UI
- [mac pip錯誤]Can't connect to HTTPS URL because the SSL module is not availableMacHTTPAI
- IDEA 報錯Failed to load JVM DLLIdeaAIJVM
- 安裝.NET Core遇到的錯誤
- Vue — v-load封裝 loading效果Vue封裝
- TypeScript 裡的 module 解析過程 - Module ResolutionTypeScript
- iOS12-Xcode12-Buildtime錯誤:framework not found Pods 或 No such module 'XXX'iOSXCodeUIFramework
- 如何處理VirtualBox啟動錯誤訊息:The vboxdrv kernel module is not loaded
- Linux:Python報錯:No module named MySQLdbLinuxPythonMySql
- Ubuntu 安裝包時提示錯誤E: Unable to locate package mysql-server錯誤 解決辦法UbuntuPackageMySqlServer
- 關於python安裝dlib報錯“ ImportError: DLL load failed”的解決方法之一PythonImportErrorAI
- 今天在object-c 和swift 混編的時候出現錯誤:could not build module foundationObjectSwiftUI
- [ Module ] 環境變數管理工具 Module 安裝和使用變數
- 安裝ORACLE 12.2.0.1 GI 時遇到INS-44002錯誤Oracle
- 使用React Hooks時遇到的錯誤提示ReactHook
- [記錄]關於安裝VMware workstation 時我遇到的錯誤
- 我需要幫助,遇到了一個錯誤
- 求助,python 程式碼執行後提示 “Failed to import the site module”PythonAIImport