<span id="mktg5"></span>

<i id="mktg5"><meter id="mktg5"></meter></i>

        <label id="mktg5"><meter id="mktg5"></meter></label>
        最新文章專題視頻專題問答1問答10問答100問答1000問答2000關(guān)鍵字專題1關(guān)鍵字專題50關(guān)鍵字專題500關(guān)鍵字專題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關(guān)鍵字專題關(guān)鍵字專題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
        當(dāng)前位置: 首頁 - 科技 - 知識百科 - 正文

        libpthread.so.0:cannotopensharedobjectfile解決方法

        來源:懂視網(wǎng) 責(zé)編:小采 時間: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
        推薦度:
        導(dǎo)讀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導(dǎo)致的。該報錯有以下兩種解決方案:
        方法1
        不去理會,選擇繼續(xù),然后安裝10.2.0.4及以上版本的patchsets,然后在來手工執(zhí)行vipca完成vip配置工作,,因為這個錯誤在10.2.0.4版本中已經(jīng)得到修復(fù)
        方法2

        手工配置
        確認(rèn)網(wǎng)絡(luò)配置
        # ./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即可,二者原理相同
        關(guān)于這個報錯,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)頁內(nèi)容旨在傳播知識,若有侵權(quán)等問題請及時與本網(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
        推薦度:
        標(biāo)簽: 方法解決 so shared
        • 熱門焦點

        最新推薦

        猜你喜歡

        熱門推薦

        專題
        Top
        主站蜘蛛池模板: 亚洲中文字幕久久精品无码2021| 国产亚洲一区区二区在线 | 亚洲国产精品乱码一区二区| 九九久久精品国产免费看小说| 国产免费69成人精品视频| 亚洲sm另类一区二区三区| 国产精品无码一二区免费| 亚洲国产精品嫩草影院| 国产一级一片免费播放i| 国产偷国产偷亚洲高清人| 自怕偷自怕亚洲精品| 中文字幕亚洲免费无线观看日本| 亚洲午夜精品久久久久久人妖| 日韩免费无码视频一区二区三区| 亚洲视频一区在线| 成人免费看黄20分钟| 美女黄频视频大全免费的| 久久精品国产精品亚洲艾草网美妙| 国产免费内射又粗又爽密桃视频| 亚洲国产美女精品久久久久∴| 无码日韩精品一区二区三区免费| 亚洲网址在线观看| 免费高清av一区二区三区| 日本免费精品一区二区三区| 亚洲精品自产拍在线观看| 24小时在线免费视频| 亚洲国产成人精品无码区花野真一| 国产精品免费视频一区| 成人爽a毛片免费| 夜色阁亚洲一区二区三区| 一个人免费视频观看在线www | 成人毛片免费播放| 亚洲精品视频免费观看| 777亚洲精品乱码久久久久久| 国产免费久久精品99re丫y| 老司机午夜性生免费福利| 亚洲AV永久无码精品一百度影院 | 日韩精品极品视频在线观看免费| 一本色道久久88亚洲精品综合 | 日韩精品视频免费在线观看| 在线免费观看伊人三级电影|