安裝Grid Control , OPMN Process Manager failed to start 問題解決
Oracle 10.2.0.4 , Linux AS 5.3
安裝Oracle Grid Control 10.2.0.3.0 的時候, 到 99% 左右發現報錯:
The OPMN Process Manager failed to start. Please check the logs in the /u01/product/OracleHomes/
oms10g/opmn/logs directory for the cause of failure. Once the cause of the failure has been remedied,
start OPMN manually and click Retry .
按照提示嘗試開啟 OPMN 結果報錯 :
ipadtest$./opmnctl startall
opmnctl: starting opmn and all managed processes...
================================================================================
opmn id=ipadtest:6200
3 of 4 processes started.
ias-instance id=EnterpriseManager0.ipadtest
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ias-component/process-type/process-set:
HTTP_Server/HTTP_Server/HTTP_Server
Error
--> Process (pid=4788)
failed to start a managed process after the maximum retry limit
Log:
/u01/product/OracleHomes/oms10g/opmn/logs/HTTP_Server~1
繼續透過log檔案查詢原因:
ipadtest$cat /u01/product/OracleHomes/oms10g/opmn/logs/HTTP_Server~1
--------
11/08/01 14:20:35 Start process
--------
/u01/product/OracleHomes/oms10g/Apache/Apache/bin/apachectl start: execing httpd
/u01/product/OracleHomes/oms10g/Apache/Apache/bin/httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory
--------
11/08/01 14:20:35 Start process
--------
/u01/product/OracleHomes/oms10g/Apache/Apache/bin/apachectl start: execing httpd
/u01/product/OracleHomes/oms10g/Apache/Apache/bin/httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory
查詢發現/usr/lib 下是沒有 /usr/lib/libdb.so.2 檔案的 。
ipadtest$ls -alrt libgdbm*
-rwxr-xr-x 1 root root 23972 Jul 12 2006 libgdbm.so.2.0.0
-rw-r--r-- 1 root root 55304 Jul 12 2006 libgdbm.a
lrwxrwxrwx 1 root root 16 Jun 21 00:54 libgdbm.so.2 -> libgdbm.so.2.0.0
lrwxrwxrwx 1 root root 16 Jun 21 00:59 libgdbm.so -> libgdbm.so.2.0.0
ipadtest$ls /usr/lib/libdb.so.2
ls: /usr/lib/libdb.so.2: No such file or directory
[root@ipadtest lib]# ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2
重新啟動OPMN,
ipadtest$./opmnctl startall
opmnctl: starting opmn and all managed processes...
ipadtest$
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-703702/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Job for mysqld.service failed because the control process exited with error code錯誤解決MySqlAIError
- 安裝MySQL出現Job for mysqld.service failed because the control process exited with error codeMySqlAIError
- 關於解決Server Tomcat v9.0 Server at localhost failed to start的問題ServerTomcatlocalhostAI
- Job for docker.service failed because the control process exited with error codeDockerAIError
- Job for mysqld.service failed because the control process exited with error code...MySqlAIError
- 在 Linux 安裝 tomcat 環境,並解決訪問manager 403LinuxTomcat
- redis安裝及問題解決Redis
- 關於Failed to resolve的問題解決AI
- django安裝xadmin及問題解決Django
- IPython的安裝及問題解決Python
- Statistical Process Control in SAP
- 安裝vue/cli報錯問題解決Vue
- Parallels Tools 無法安裝問題解決Parallel
- windows 安裝 MongoDB 卡主問題解決WindowsMongoDB
- 教你一招完美解決vscode安裝go外掛失敗問題 dlv: failed to install dlvVSCodeGoAI
- flutter安裝詳解--初體驗--問題解決Flutter
- 解決macbook安裝burp suite遇到的問題MacUI
- Anaconda 安裝 國內映象問題解決方案
- 解決vscode安裝golang外掛(windows)問題VSCodeGolangWindows
- Windows下ElasticSearch安裝中的問題解決WindowsElasticsearch
- CHEE 4703: Process Dynamics and Control
- Centos httpd模組 Job for httpd.service failed because the control process exited with error code.CentOShttpdAIError
- Mongodb安裝坑 - Service 'MongoDB Server' (MongDB) failed to start. Verify that you have...MongoDBServerAI
- 解決Error Initialization failed for ‘https://start.spring.io‘Please check URL, nErrorAIHTTPSpring
- 解決Spring Boot測試方法Failed to load ApplicationContext問題Spring BootAIAPPContext
- Linux安裝Python3.11以及解決openssl問題LinuxPython
- conda安裝r-base時PackagesNotFoundError問題解決PackageError
- 解決 macOS 下 Python 3.8 安裝 mysqlclient 的問題MacPythonMySqlclient
- 安裝 python3 後,yum 失效問題解決Python
- linux mint 19 pyenv 安裝 python 3.7.0 問題解決LinuxPython
- Linux解決MySQL-python安裝失敗問題LinuxMySqlPython
- 安裝mysql資料庫及問題解決方法MySql資料庫
- Mysql啟動報錯:Job for mysqld.service failed because the control process exited with error code.MySqlAIError
- SDK Manager:failed to installAI
- vue-專案中less報錯 Module build failed: TypeError: loaderContext.getResolve is not a function問題解決以及安裝lessVueUIAIErrorContextFunction
- Apache解決Access-Control-Allow-Origin多域名跨域問題Apache跨域
- NodeJS+Express解決跨域問題:Access-Control-Allow-OriginNodeJSExpress跨域
- PyTorch出現:RuntimeError: An attempt has been made to start a new process...報錯 (已解決)PyTorchError
- Mac OSX系統homebrew update Fetching failed問題解決方案MacAI