oracle install 11gR2 RAC 執行root.sh時出現missing CAP_NUMA_ATTACH 問題
今天一個同事在專案中實施oracle 11gR2 rac for aix 的安裝時,安裝到需要在節點上執行root.sh
時出現以下問題:
Creating /etc/oratab file...
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root.sh script.
Now product-specific root actions will be performed.
2010-03-05 11:24:05: Parsing the host name
2010-03-05 11:24:05: Checking for super user privileges
2010-03-05 11:24:05: User has super user privileges
Using configuration parameter file: /grid/crs/install/crsconfig_params
Creating trace directory
User oracle is missing the following capabilities required to run CSSD in realtime:
CAP_NUMA_ATTACH,CAP_BYPASS_RAC_VMM,CAP_PROPAGATE
To add the required capabilities, please run:
/usr/bin/chuser capabilities=CAP_NUMA_ATTACH,CAP_BYPASS_RAC_VMM,CAP_PROPAGATE oracle
CSS cannot be run in realtime mode at /grid/crs/install/crsconfig_lib.pm line 8119.
解決方法:
usr/bin/chuser capabilities=CAP_NUMA_ATTACH,CAP_BYPASS_RAC_VMM,CAP_PROPAGATE oracle
再次執行root.sh時,提示執行/grid/crs/install/rootcrs.pl -deconfig 指令碼
-deconfig
2010-03-05 11:30:59: Parsing the host name
2010-03-05 11:30:59: Checking for super user privileges
2010-03-05 11:30:59: User has super user privileges
Using configuration parameter file: /grid/crs/install/crsconfig_params
Oracle Clusterware stack is not active on this node
Restart the clusterware stack (use /grid/bin/crsctl start crs) and retry
Failed to verify resources
報錯,執行不成功
看來前期安裝的準備工作非常重要,而在官方文件中明確列出在安裝前對oracle使用者賦予以下屬性
usr/bin/chuser capabilities=CAP_NUMA_ATTACH,CAP_BYPASS_RAC_VMM,CAP_PROPAGATE oracle
因為是新環境,所以用deinstall 命令剷掉環境後,對oracle使用者增加上面屬性後,執行root.sh指令碼成功
安裝grid非常順利
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-628761/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle 11gR2 rac 執行root.sh建立diskgroup 不成功問題總結Oracle
- oracle 11gR2 rac for aix 第二個節點執行root.sh不成功問題處理OracleAI
- oracle 11gR2 RAC for linux x86_64 grid執行root.sh 失敗問題處理OracleLinux
- Oracle RAC重新執行root.sh指令碼Oracle指令碼
- Oracle 11gR2 RAC 執行root.sh時遭遇 CRS-0184/PRCR-1070Oracle
- 【Oracle】11gR2的安裝Grid執行root.sh出現ohasd failed解決方案OracleAI
- 求教執行EJB程式時出現的問題
- 執行petstore時出的問題
- Oracle RAC 安裝 執行 root.sh時報Failed to upgrade Oracle Cluster Registry configuration問題的解決OracleAI
- oracle10g rac on solaris 10 x86 clusterware_執行root.sh出錯Oracle
- Oracle Enterprise Linux 5.6下安裝Oracle 10g RAC執行root.sh報錯問題解決LinuxOracle 10g
- oracle 11gr2 rac 虛擬安裝問題Oracle
- oracle 11gR2 rac 安裝問題總結Oracle
- AIX 6.1安裝RAC出現時斷時續問題AI
- 安裝oracle11g遇到的執行root.sh指令碼問題Oracle指令碼
- 【問題處理】diagcollection.pl採集指令碼執行出錯——'crshome' is missingGC指令碼
- Centos 6.4安裝rac,執行root.sh時報錯CentOS
- 10G RAC重新執行root.sh指令碼指令碼
- root.sh最後出現"failiure at final check of oracle CRS stack 10"的問題AIOracle
- RHEL 7 安裝oracle rac 11.2.0.4執行root.sh報錯ohasd failed to startOracleAI
- AIX5.3安裝 ORACLE 10.2 RAC 執行root.sh出現lsdb: Cannot allocate memory of size 0 錯誤的解決方法AIOracle
- 用jbuilder執行jive出現的問題,求教!UI
- RAC grid 11.2.0.1執行root.sh需執行此命令(啟動crs)
- ORACLE RAC with NFS installOracleNFS
- oracle 11gR2 install problemOracle
- 10g rac安裝crs,執行root.sh報錯
- ORACLE 11g RAC時鐘同步問題Oracle
- 一步一步搭建11gR2 rac+dg之安裝rac出現問題解決(六)
- Faiss使用多執行緒出現的效能問題AI執行緒
- SimpleJdonFrameworkTest安裝完後執行,出現問題Framework
- 安裝rac clusterware如何在root.sh失敗後快速重執行root.sh指令碼指令碼
- VNC oracle使用者執行dbca時出現no protocol specifiedVNCOracleProtocol
- steam確認錯誤執行此操作時出現問題怎麼解決
- (轉)ORACLE RAC with NFS installOracleNFS
- • 新聞釋出系統執行出現問題?..
- Oracle及SQL Server Job執行時間討論及夏令時問題OracleSQLServer
- npm install 使用過程出現的問題總結NPM
- 操作oracle出現的問題Oracle