RAC: SRVCTL and VIPCA 命令報錯解決方法
The SRVCTL
and VIPCA
utilities shipped with Oracle Database 10g release 2 and Oracle Clusterware software set the environmental variable LD_ASSUME_KERNEL
. On SUSE Linux Enterprise Server 10, because the older Linux threads API has been removed from GLIBC
, setting this parameter causes the SRVCTL
and VIPCA
utilities to exit with the following error:
/opt/oracle/crs/jdk/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
Workaround: Comment out the lines that set the LD_ASSUME_KERNEL
variable from the VIPCA
and SRVCTL
utilities. For the VIPCA
utility alter the $CRS_HOME/bin/vipca
script commenting out lines 119 through 123 as follows:
arch='uname -m' # if [ "$arch" = "i686" -o "$arch" = "ia64" -o "$arch" = "x86_64" ] # then # LD_ASSUME_KERNEL=2.4.19 # export LD_ASSUME_KERNEL # fi
With the lines commented out, root.sh
should be able to call VIPCA
successfully. Ensure that you do not to comment out line 118 which sets the arch variable as that is needed by the script.
For the SRVCTL
utility alter the $CRS_HOME/bin/srvctl
and the $ORACLE_HOME/bin/srvctl
scripts commenting out lines 173 and 174 as follows:
#Remove this workaround when the bug 3937317 is fixed #LD_ASSUME_KERNEL=2.4.19 #export LD_ASSUME_KERNEL[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12180666/viewspace-1033734/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- rac 命令 srvctl 報錯
- 在RAC 中解決 vipca 和 srvctl 無法執行的錯誤PCA
- 執行srvctl命令報錯
- vipca報錯 Error 0PCAError
- (轉)RAC srvctl 命令報 libpthread.so.0 cannot open shared object file解決辦法threadObject
- RAC中的srvctl和crs命令
- 10G RAC: srvctl 命令總結
- 使用命令登入harbor報錯authentication required解決方法UI
- hive使用報錯解決方法Hive
- RAC常用開啟關閉命令 – SRVCTL用法
- RAC之srvctl 命令不能用的問題
- oracle 10g rac srvctl 命令總結Oracle 10g
- dbfread報錯ValueError錯誤解決方法Error
- 幾個報錯的解決方法
- RAC 11.2.0.3 維護命令(三) SRVCTL管理services
- Oracle RAC中Srvctl命令詳細說明(轉)Oracle
- Tracing GSD, SRVCTL, GSDCTL, VIPCA and SRVCONFIG (Doc ID 178683.1)PCA
- Nginx啟動不了報錯未找到命令的解決方法(- bash: nginx: 未找到命令)Nginx
- 執行Docker命令報錯解決辦法Docker
- ceph叢集安裝報錯解決方法
- MRTG生成首頁報錯解決方法
- DBMS_METADATA報錯解決方法
- RAC常用開啟關閉命令 - CRSCTL和SRVCTL 用法
- (轉)ORACLE RAC 中 SRVCTL 命令詳細說明文件Oracle
- srvctl新增資料庫資訊報錯資料庫
- 用srvctl 命令停止RAC 資料庫某個例項資料庫
- Oracle RAC root.sh 報錯 Timed out waiting for the CRS stack to start 解決方法OracleAI
- windows update更新失敗報錯解決方法Windows
- ***XAMPP:報錯Unabletoloaddynamiclibrary的解決方法
- JDeveloper啟動時老是報錯-解決方法Developer
- 【轉】RAC安裝時,報The specified nodes are not clusterable 的解決方法
- 完美解決呼叫“sudo rosdep init“命令時的報錯ROS
- 10gR2 RAC Install issues on Oracle EL5 or RHEL5 or SLES10 VIPCA/SRVCTL_414163.1OraclePCA
- oracle10g rac(rhel4)__crsctl_srvctl_ocrctl命令Oracle
- 【RAC】Oracle RAC12c+ srvctl操作命令變化(引數更嚴謹了)Oracle
- mybatis報錯解決MyBatis
- 國內electron-vue build報錯解決方法VueUI
- Django2.2 報錯:UnicodeDecodeError 解決方法DjangoUnicodeError