国产99久久精品_欧美日本韩国一区二区_激情小说综合网_欧美一级二级视频_午夜av电影_日本久久精品视频

最新文章專題視頻專題問答1問答10問答100問答1000問答2000關鍵字專題1關鍵字專題50關鍵字專題500關鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關鍵字專題關鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
問答文章1 問答文章501 問答文章1001 問答文章1501 問答文章2001 問答文章2501 問答文章3001 問答文章3501 問答文章4001 問答文章4501 問答文章5001 問答文章5501 問答文章6001 問答文章6501 問答文章7001 問答文章7501 問答文章8001 問答文章8501 問答文章9001 問答文章9501
當前位置: 首頁 - 科技 - 知識百科 - 正文

libpthread.so.0:cannotopensharedobjectfile解決方法

來源:懂視網(wǎng) 責編:小采 時間:2020-11-09 11:06:32
文檔

libpthread.so.0:cannotopensharedobjectfile解決方法

libpthread.so.0:cannotopensharedobjectfile解決方法:在linux 5上裝10G RAC時,常常會碰到ldquo;libpthread.so.0: cannot open shared object file這個報錯的,這個報錯是由于無法使 在linux 5上裝10G RAC時,常常會碰到“libpthread.so.0: cannot open shared
推薦度:
導讀libpthread.so.0:cannotopensharedobjectfile解決方法:在linux 5上裝10G RAC時,常常會碰到ldquo;libpthread.so.0: cannot open shared object file這個報錯的,這個報錯是由于無法使 在linux 5上裝10G RAC時,常常會碰到“libpthread.so.0: cannot open shared

在linux 5上裝10G RAC時,常常會碰到ldquo;libpthread.so.0: cannot open shared object file這個報錯的,這個報錯是由于無法使

在linux 5上裝10G RAC時,常常會碰到“libpthread.so.0: cannot open shared object file"這個報錯的,這個報錯是由于無法使用vipca導致的。該報錯有以下兩種解決方案:
方法1
不去理會,選擇繼續(xù),然后安裝10.2.0.4及以上版本的patchsets,然后在來手工執(zhí)行vipca完成vip配置工作,,因為這個錯誤在10.2.0.4版本中已經(jīng)得到修復
方法2

手工配置
確認網(wǎng)絡配置
# ./oifcfg getif
eth0 172.21.1.0 global public
eth1 10.10.10.0 global cluster_interconnect
# ./oifcfg iflist
eth0 172.21.1.0
eth1 10.10.10.0
如果不正確可以使用下列命令配置
# ./oifcfg setif -global eth0/172.21.1.0:public
# ./oifcfg setif -global eth1/10.10.10.0:cluster_interconnect
然后修改vipca和srvctl ,搜索LD_ASSUME_KERNEL,注釋掉下列幾行
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
再執(zhí)行./vipca即可,二者原理相同
關于這個報錯,Oracle有以下文檔進行說明
10gR2 RAC Install issues on Oracle EL5 or RHEL5 or SLES10 (VIPCA / SRVCTL / OUI Failures) [ID 414163.1]

Modified 04-AUG-2010 Type PROBLEM Status ARCHIVED

In this Document

Applies to:

Oracle Server - Enterprise Edition - Version: 10.2.0.1 to 10.2.0.3 - Release: 10.2 to 10.2
Linux x86
Generic Linux
Linux x86-64
***Checked for relevance on 04-Aug-2010***

When installing 10gR2 RAC on Oracle Enterprise Linux 5 or RHEL5 or SLES10 there are three issues that users must be aware of.

Issue#1: To install 10gR2, you must first install the base release, which is 10.2.0.1. As these version of OS are newer, you should use the following command to invoke the installer:

$ runInstaller -ignoreSysPrereqs // This will bypass the OS check //


Issue#2: At end of root.sh on the last node vipca will fail to run with the following error:

Oracle CRS stack installed and running under init(1M)
Running vipca(silent) for configuring nodeapps
/home/oracle/crs/oracle/product/10/crs/jdk/jre//bin/java: error while loading
shared libraries: libpthread.so.0: cannot open shared object file:
No such file or directory

Also, srvctl will show similar output if workaround below is not implemented.

Issue#3: After working around Issue#2 above, vipca will fail to run with the following error if the VIP IP's are in a non-routable range [10.x.x.x, 172.(16-31).x.x or 192.168.x.x]:

# vipca
Error 0(Native: listNetInterfaces:[3])
[Error 0(Native: listNetInterfaces:[3])]

These releases of the Linux kernel fix an old bug in the Linux threading that Oracle worked around using LD_ASSUME_KERNEL settings in both vipca and srvctl, this workaround is no longer valid on OEL5 or RHEL5 or SLES10 hence the failures.

If you have not yet run root.sh on the last node, implement workaround for issue#2 below and run root.sh (you may skip running the vipca portion at the bottom of this note).
If you have a non-routable IP range for VIPs you will also need workaround for issue# 3 and then run vipca manually.

To workaround Issue#2 above, edit vipca (in the CRS bin directory on all nodes) to undo the setting of LD_ASSUME_KERNEL. After the IF statement around line 120 add an unset command to ensure LD_ASSUME_KERNEL is not set as follows:

if [ "$arch" = "i686" -o "$arch" = "ia64" -o "$arch" = "x86_64" ]
then
LD_ASSUME_KERNEL=2.4.19
export LD_ASSUME_KERNEL
fi

unset LD_ASSUME_KERNEL <<<== Line to be added

Similarly for srvctl (in both the CRS and, when installed, RDBMS and ASM bin directories on all nodes ), unset LD_ASSUME_KERNEL by adding one line, around line 168 should look like this:

LD_ASSUME_KERNEL=2.4.19
export LD_ASSUME_KERNEL

unset LD_ASSUME_KERNEL <<<== Line to be added

Remember to re-edit these files on all nodes:
/bin/vipca
/bin/srvctl
/bin/srvctl
/bin/srvctl

after applying the 10.2.0.2 or 10.2.0.3 patchsets, as these patchset will still include those settings unnecessary for OEL5 or RHEL5 or SLES10. This issue was raised with development and is fixed in the 10.2.0.4 patchsets.

聲明:本網(wǎng)頁內容旨在傳播知識,若有侵權等問題請及時與本網(wǎng)聯(lián)系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

文檔

libpthread.so.0:cannotopensharedobjectfile解決方法

libpthread.so.0:cannotopensharedobjectfile解決方法:在linux 5上裝10G RAC時,常常會碰到ldquo;libpthread.so.0: cannot open shared object file這個報錯的,這個報錯是由于無法使 在linux 5上裝10G RAC時,常常會碰到“libpthread.so.0: cannot open shared
推薦度:
標簽: 方法解決 so shared
  • 熱門焦點

最新推薦

猜你喜歡

熱門推薦

專題
Top
主站蜘蛛池模板: 日韩高清在线观看 | 国产一区在线看 | 欧美第一页在线 | 欧美日韩国产亚洲一区二区三区 | 国产成人精品免费视频大全五级 | 久久成人精品 | 在线一区二区三区 | 国产精品手机视频一区二区 | 日韩在线免费视频 | 国产黄色在线看 | 久久国产精品成人免费古装 | 激情欧美日韩一区二区 | 在线欧美日韩精品一区二区 | 欧美日韩精品乱国产538 | 国产欧美一区二区三区视频 | 亚洲第一页在线视频 | 亚洲高清在线观看 | 久久99精品久久 | 国产手机在线精品 | 国产欧美日韩综合 | 日韩第三页| 日韩黄页 | 黄a毛片| 国产日产高清欧美一区二区三区 | 日韩欧美中字 | 女同互忝互慰dv毛片观看 | 亚洲欧美天堂网 | 国产高清视频 | 欧美国产日韩一区二区三区 | 欧美视频精品一区二区三区 | 久久久久久国产a免费观看黄色大片 | 91精品国产品国语在线不卡 | 久久久国产99久久国产久 | 97热久久免费频精品99国产成人 | 一边摸一边爽一边叫床免费视频 | 黄色小视频免费在线观看 | 欧美日韩一二三区 | 国产成人精品三级在线 | 91精品欧美一区二区三区 | 亚洲国产视频网站 | 国产97在线观看 |