在linux as4上做asm時出現"Unable to load module oracleasm"問題的處理
# /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 [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.
然後重啟系統,問題就會解決
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7916042/viewspace-926439/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 啟動uwsgi報錯ImportError: No module named, unable to load appImportErrorAPP
- Linux 問題處理集錦Linux
- 如何處理新建的SAP CRM產品category沒有出現在列表的問題Go
- Oracle OER 7451 in Load Indicator : Error Code = OSD-04500的問題處理OracleIndicatorError
- Linux下處理時間同步相關問題彙總Linux
- 伺服器啟動出現問題如何處理伺服器
- .NetFramework4.5使用Spring.net出現的問題處理。FrameworkSpring
- Latex編譯錯誤:Unable to load picture or PDF file 問題解決編譯
- Hadoop問題解決:Unable to load native-hadoop library for your platform...HadoopPlatform
- 處理檔案上傳時的訊息格式轉換問題
- 小白:關於處理“can't find '__main__' module in ”這個問題的詳細處理方式!AI
- Centos 安裝JDK 出現Unable to load native library: libnsl.so.1CentOSJDK
- 關於在request請求時,處理請求引數的問題
- playwright 在 Centos 的安裝和問題處理CentOS
- npm install 時出現的問題NPM
- 使用 pytz 處理 Python 中的時區問題Python
- linux處理oracle問題常用命令LinuxOracle
- 【Linux】curl: (35) SSL connect error問題處理LinuxError
- linux swap掛載失敗問題處理Linux
- sudo時出現unable to resolve host 的解決方法
- npm module 釋出 遇到的幾個問題NPM
- lama-cleaner 安裝時tokenizers問題的處理
- 多端混合開發時跨域問題的處理跨域
- 使用air實現熱過載時遇到的問題處理方式記錄AI
- 處理動態分割槽時出現的異常
- 關於時間 PHP 處理包遇到的問題時間序列化差值問題PHP
- 關於驅動在何處上拉的問題
- linux中查詢IP地址時出現所謂的“亂碼”問題Linux
- 如何快速定位線上出現的問題?
- ajax非同步提交 有時會出現無bug的資料處理異常-----debug沒有問題,正常執行卻資料處理不正確,極少機會會出現正常的處理結果非同步
- Win10電腦登入不上提示“出現問題,你的PIN不可用”怎麼處理Win10
- 打Oracle PSU時碰到的一些問題處理Oracle
- 【技術積累】如何處理Feign的超時問題
- Nuxt升級2.0.0時出現的問題UX
- iPhone/iPad在越獄時出現“需要網路連線以在這臺iPhone/ipad上驗證……”的問題iPhoneiPad
- ES同步Mysql資料庫(包括出現問題怎麼處理哦)MySql資料庫
- 開發者在處理大資料問題時,有哪些關鍵點?大資料
- sqlldr標準輸出未處理導致批處理掛起問題SQL
- 在國產處理器伺服器上做HAProxy負載均衡伺服器負載