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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 使用命令登入harbor報錯authentication required解決方法UI
- 【RAC】Oracle RAC12c+ srvctl操作命令變化(引數更嚴謹了)Oracle
- dbfread報錯ValueError錯誤解決方法Error
- hive使用報錯解決方法Hive
- RAC 管理(crs_stat、crsctl、srvctl)
- Nginx啟動不了報錯未找到命令的解決方法(- bash: nginx: 未找到命令)Nginx
- ceph叢集安裝報錯解決方法
- Django2.2 報錯:UnicodeDecodeError 解決方法DjangoUnicodeError
- 日常python報錯及解決方法記錄Python
- 用命令列啟動 docker 報錯:Redirecting to /bin/systemctl start docker.service 解決方法命令列Docker
- 完美解決呼叫“sudo rosdep init“命令時的報錯ROS
- ORACLE RAC中連線ScanIP報錯ORA-12545的問題解決Oracle
- Nginx報504 gateway timeout錯誤的解決方法NginxGateway
- 國內electron-vue build報錯解決方法VueUI
- 下載HuggingFace模型的方法以及報錯解決模型
- SSL證書報錯型別及解決方法型別
- 記錄[Vue+elementUI]報錯及解決方法VueUI
- 【ASK_ORACLE】Oracle RAC報錯“ipc send timeout”的原因以及解決辦法Oracle
- mybatis報錯解決MyBatis
- 解決eslint報錯EsLint
- Tomcat啟動報錯:Error starting static Resources解決方法TomcatError
- Nginx 報錯 504 Gateway Time-out 的解決方法NginxGateway
- kaldi的編譯安裝與報錯解決方法編譯
- SS報錯的解決
- iText中文,報錯解決
- supervisor使用報錯解決
- npm install 報錯解決NPM
- 報錯內容解決
- ORACLE RAC ASM資料檔案遷移OMF檔案報錯ORA-01276解決OracleASM
- imagick使用readImage報錯 Failed to read the file 或者沒有報錯內容的解決方法AI
- vuex2中使用mapGetters/mapActions報錯解決方法Vue
- docker pull下載映象時的報錯及其解決方法Docker
- react-native install 報錯 No git binary found in $PATH解決方法ReactGit
- flutter開發提示Flutter device daemon #1報錯解決方法Flutterdev
- mysql登入報錯提示:ERROR 1045 (28000)的解決方法MySqlError
- Linux下ODBC連線HGDB報Could not SQLConnect錯解決方法LinuxSQL
- PbootCMS 404 錯誤解決方法boot
- 【解決方法】Dubbo報錯Data length too large,調整payload大小解決
- vue命令無效的解決方法Vue