oracle 10g clusterware 在redhat as 5上的bug
root.sh時,到最後呼叫vipca時,出現以下錯誤
/home/oracle/10gR2/crs/jdk/jre/bin/java:error while loading shared libraries:libpthread.so.0:
cannot open shared object file:No such file or directory
這個問題在redhat as 4版本時不會出現,而且執行root.sh也正常
通過查metalink,確認是bug,需要把CRS打補丁升級到10.2.0.4才可以,後來通過打補丁後,呼叫vipca正常
以下是metalink414163.1的解釋
10gR2 RAC Install issues on Oracle EL5 or RHEL5 or SLES10 (VIPCA / SRVCTL / OUI Failures) | ||||
文件 ID: | 414163.1 | 型別: | PROBLEM | |
上次修訂日期: | 16-OCT-2008 | 狀態: | PUBLISHED |
In this Document
(k{hwiV5^119501 Symptoms
6f(z#@?/nW*h q119501 Cause
G6l)e }a1Cu?119501 Solution
k aoD [1y'F119501 ReferencesITPUB個人空間BdZ W(n!K+z+E#KA Jx
Applies to:
Oracle Server - Enterprise Edition - Version: 10.2.0.1 to 10.2.0.3ITPUB個人空間-B5f3V&SDbC
Linux x86-64
_3PM%os]? vy119501Generic LinuxITPUB個人空間5t1Lc@8_
Intel Based Server LINUXITPUB個人空間Tob+Xy8Y)g
Symptoms
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:
+b7K'm!r'v2l119501
A"fbzT`K119501Issue#2: At end of root.sh on the last node vipca will fail to run with the following error:ITPUB個人空間Q\d4?O
ITPUB個人空間?m:\6r]h
Running vipca(silent) for configuring nodeapps
6b4oGf9h$| GK119501/home/oracle/crs/oracle/product/10/crs/jdk/jre//bin/java: error while loading
Azbs(z i0Y j6b4X$p#g119501shared libraries: libpthread.so.0: cannot open shared object file:
Wl l~ nB JU119501No such file or directory
Also, srvctl will show similar output if workaround below is not implemented.ITPUB個人空間{g~?w%NO0LF
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]:
Error 0(Native: listNetInterfaces:[3]) ITPUB個人空間7n6u;b5pn!A6v&\({D |
[Error 0(Native: listNetInterfaces:[3])]
Cause
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.
Solution
%vQ~.Eh119501If you have a non-routable IP range for VIPs you will also need workaround for issue# 3 and then run vipca manually.ITPUB個人空間_N+D EL'a?
Toworkaround Issue#2above, edit vipca (in the CRS bin directoryon 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 isnotset as follows:
(C{%ytow?'GK#u119501thenITPUB個人空間)}Pc2l?)k.l{w
LD_ASSUME_KERNEL=2.4.19
og*d7BZdu119501 export LD_ASSUME_KERNEL
9^7RUKQJQ119501fiITPUB個人空間\@.y(Zd1u)H:|
ITPUB個人空間W5g$[1SN%eH
unset LD_ASSUME_KERNEL <<== Line to be added
ITPUB個人空間H3|S!wZ;`
Similarly for srvctl (inboththe CRS and, when installed, RDBMS and ASM bin directorieson all nodes), unset LD_ASSUME_KERNEL by adding one line, around line 168 should look like this:
M Etc!K!@-p)\(_119501export LD_ASSUME_KERNEL
\P8j$I y*z0xB119501ITPUB個人空間n&l/X)Ap4Q5~
unset LD_ASSUME_KERNEL <<== Line to be added
U!X*[v-NmLU8u119501
4NA,g@XJe3x119501ITPUB個人空間"k)h @-b#f9[0Y
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
Note that we are explicitlyunsettingLD_ASSUME_KERNEL and not merely commenting out its setting to handle a case where the user has it set in their environment (login shell).ITPUB個人空間!v vdf+D l9p
ITPUB個人空間1D!oV|#e/NR-L
Toworkaround issue#3(vipca failing on non-routable VIP IP ranges, manually or during root.sh), if you still have the OUI window open, click OK and it will create the "oifcfg" information, then cluvfy will fail due to vipca not completed successfully, skip below in this note and run vipca manually then return to the installer and cluvfy will succeed. Otherwise you may configure the interfaces for RAC manually using the oifcfg command as root, like in the following example (from any node):
h1suI ?,om ~u119501
eth0 192.168.1.0 global public ITPUB個人空間_/F6mx k @3_1M
eth1 10.10.10.0 global cluster_interconnect
ITPUB個人空間p:N3WB0ew,@
The goal is to get the output of "oifcfg getif" to include both public and cluster_interconnect interfaces, of course you should exchange your own IP addresses and interface name from your environment. To get the proper IPs in your environment run this command:
eth0 192.168.1.0ITPUB個人空間4x]g#sJ yl
eth1 10.10.10.0
oKe}Z^ B!c119501
l uG Ku!ZL119501
ITPUB個人空間i.@[:{VN3D S
Running VIPCA:
7[ \b!w.lod X119501ITPUB個人空間O&{XP ysY8H FH
After implementing the above workaround(s), you should be able invoke vipca (as root, fromlastnode) manually and configure the VIP IPs via the GUI interface.
N$?'`2]:I3U:}|2B119501
Make sure the DISPLAY environment variable is set correctly and you can open X-clock or other X applications from that shell.ITPUB個人空間}cCOoR
Once vipca completes running, all the Clusterware resources (VIP, GSD, ONS) will be started,there is no need to re-run root.shsince vipca is thelaststep in root.sh. ITPUB個人空間a4zq M2z
ITPUB個人空間K:v [7A X5}&t+[6e
To verify the Clusterware resources are running correctly:
U&S$ypa1N)S,E119501
Name Type Target State HostITPUB個人空間6ByQ{%vD
------------------------------------------------------------
E4RZ-w7J!]119501ora....ux1.gsd application ONLINE ONLINE raclinux1ITPUB個人空間 F3Mt/JTqe:E+B
ora....ux1.ons application ONLINE ONLINE raclinux1ITPUB個人空間$a5Vp@n nC
ora....ux1.vip application ONLINE ONLINE raclinux1
wz:fx |9y(\q$`119501ora....ux2.gsd application ONLINE ONLINE raclinux2ITPUB個人空間J'["K]9e"Hx;mA
ora....ux2.ons application ONLINE ONLINE raclinux2
(Q2gQ `M:o119501ora....ux2.vip application ONLINE ONLINE raclinux2
Theg0f119501
ITPUB個人空間-P1utMT
You may now proceed with the rest of the RAC installation.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/119501/viewspace-620576/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle 10g clusterware 在redhat as 5上的bugOracle 10gRedhat
- 在RedHat LInux5上安裝Oracle 10g dbRedhatLinuxOracle 10g
- 在Radhat 5 上安裝Oracle 10g(轉)Oracle 10g
- 在redhat5.6上安裝oracle 10g(簡單基礎步驟)RedhatOracle 10g
- redhat as5 安裝 oracle 10g注意事項RedhatOracle 10g
- RedHat 5.1上安裝Oracle 10g 注意事項RedhatOracle 10g
- [原創] 在Radhat 5 上安裝Oracle 10gOracle 10g
- 公司環境redhat as5 安裝Oracle 10g的文件RedhatOracle 10g
- 升級oracle 10g clusterware 和 racOracle 10g
- Oracle 10G Beta版在Win2000上安裝的Bug (轉)Oracle 10g
- workaround with install oracle database 10G on redhat ES5OracleDatabaseRedhat
- 在RedHat Advanced Server4.0 update1上安裝Oracle 10g Release 2RedhatServerOracle 10g
- oracle 11g之在REDHAT5上的安裝OracleRedhat
- udev固化儲存磁碟在不通平臺上(Redhat 5和Redhat 6)devRedhat
- 在Redhat 9上安裝 Oracle 817心(轉)RedhatOracle
- Oracle 10G在fedora core4上的安裝Oracle 10G在fedora core4上的安裝Oracle 10g
- Install oracle 10G in redhat 5.1Oracle 10gRedhat
- RHEL5 上安裝Oracle 10g的文件Oracle 10g
- Oracle 10g for Redhat Enterprise Server 5資料庫安裝Oracle 10gRedhatServer資料庫
- Oracle102 CLUSTERWARE安裝程式小bugOracle
- 在Redhat 5.5 上安裝 Oracle 10R2RedhatOracle
- 在RedHat EL AS 3上安裝Oracle9.2.0(轉)RedhatOracle
- Redhat 5 上安裝yumRedhat
- Configuring raw devices (multipath) for Oracle Clusterware 10g Release 2 (10.2.0) on RHEL5-OEL5 [ID ...devOracle
- ORACLE 10G Client For Linux RedHat 6.2Oracle 10gclientLinuxRedhat
- Oracle Clusterware的心跳Oracle
- oracle clusterwareOracle
- Oracle 11g在redhat 5 sqlplus 錯誤OracleRedhatSQL
- REDHAT as5上安裝Oracle9204的失敗經歷RedhatOracle
- 在 RHEL3上安裝 Oracle 10gOracle 10g
- Redhat AS 4安裝Oracle 10g 10.2.0.3.0RedhatOracle 10g
- Oracle 10g Logminer clob bugOracle 10g
- 遇著個oracle 10g bugOracle 10g
- RHEL5上Oracle 10g安裝筆記Oracle 10g筆記
- zt: 在RedHat AS3上快速安裝Oracle10gRedhatS3Oracle
- Modifying the VIP or VIP Hostname of a 10g or 11g Oracle Clusterware NodeOracle
- Oracle 10G在fedora core4上的安裝(轉)Oracle 10g
- ORACLE RAC clusterwareOracle