rhel5.6安裝10g clusterware時,節點2執行root.sh報錯
[root@tpibpmdb02 oraInventory]# cd /u01/product/crs/
[root@tpibpmdb02 crs]# ll root.sh
-rwxr-xr-x 1 oracle dba 83 Nov 9 13:07 root.sh
[root@tpibpmdb02 crs]# ./root.sh
WARNING: directory '/u01/product' is not owned by root
WARNING: directory '/u01' is not owned by root
Checking to see if Oracle CRS stack is already configured
/etc/oracle does not exist. Creating it now.
Setting the permissions on OCR backup directory
Setting up NS directories
Oracle Cluster Registry configuration upgraded successfully
WARNING: directory '/u01/product' is not owned by root
WARNING: directory '/u01' is not owned by root
clscfg: EXISTING configuration version 3 detected.
clscfg: version 3 is 10G Release 2.
Successfully accumulated necessary OCR keys.
Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
node
node 1: tpibpmdb01 plb2bcorepri01 tpibpmdb01
node 2: tpibpmdb02 plb2bcorepri02 tpibpmdb02
clscfg: Arguments check out successfully.
NO KEYS WERE WRITTEN. Supply -force parameter to override.
-force is destructive and will destroy any previous cluster
configuration.
Oracle Cluster Registry for cluster has already been initialized
Startup will be queued to init within 90 seconds.
Adding daemons to inittab
Expecting the CRS daemons to be up within 600 seconds.
CSS is active on these nodes.
tpibpmdb01
tpibpmdb02
CSS is active on all nodes.
Waiting for the Oracle CRSD and EVMD to start
Oracle CRS stack installed and running under init(1M)
Running vipca(silent) for configuring nodeapps
/u01/product/crs/jdk/jre//bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
我們注意到後面到節點2上執行root.sh時有一個報錯。
Running vipca(silent) for configuring nodeapps
/u01/product/crs/jdk/jre//bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
這是Oracle的一個Bug(Bug號:3937317)。我們來修復這個錯誤。
在2節點上修改/u01/product/crs/bin/vipca檔案。找到LD_ASSUME_KERNEL=2.4.19位置,在fi後增加一行(下圖中紅色部分).
[root@tpibpmdb01 crs]# vi /u01/product/crs/bin/vipca
#Remove this workaround when the bug 3937317 is fixed
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
unset LD_ASSUME_KERNEL
#End workaround
再次在節點2上執行root.sh。
[root@tpibpmdb01 crs]# ./root.sh
WARNING: directory '/u01/product' is not owned by root
WARNING: directory '/u01' is not owned by root
Checking to see if Oracle CRS stack is already configured
Oracle CRS stack is already configured and will be running under init(1M)
Running vipca(silent) for configuring nodeapps
Error 0(Native: listNetInterfaces:[3])
[Error 0(Native: listNetInterfaces:[3])]
以下動作在節點2上執行。
Root使用者下:
在CRS_HOME下 執行 oifcfg 命令
#./oifcfg iflist
bond0 10.12.16.0
bond1 10.12.18.0
# ./oifcfg setif -global bond0/10.12.16.0:public
# ./oifcfg setif -global bond1/10.12.18.0:cluster_interconnect
# ./oifcfg getif
bond0 10.12.16.0 global public
bond1 10.12.16.0 global cluster_interconnect
遇到錯誤Error 0(Native: listNetInterfaces:[3])
[Error 0(Native: listNetInterfaces:[3])]時,按照上圖中方法修復即可。
確認一下總結資訊,沒有問題的話,就可以點選Finish開始配置了。
配置完成後,點選OK會有一個Configration Results出來。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25465866/viewspace-1341791/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 10g rac安裝crs,執行root.sh報錯
- OEL6.8上安裝11.2.0.2執行root.sh報錯
- 安裝rac clusterware如何在root.sh失敗後快速重執行root.sh指令碼指令碼
- 安裝RAC 執行root.sh指令碼報錯,解決辦法指令碼
- Centos 6.4安裝rac,執行root.sh時報錯CentOS
- 安裝oracle10gRAC在node2節點上執行root.sh失敗的問題Oracle
- RHEL 7 安裝oracle rac 11.2.0.4執行root.sh報錯ohasd failed to startOracleAI
- 11gR2 安裝RAC節點2上 root.sh 報錯ORA-15072 ORA-15018
- 安裝grid時執行root.sh時的提示內容
- Oracle Enterprise Linux 5.6下安裝Oracle 10g RAC執行root.sh報錯問題解決LinuxOracle 10g
- RHEL5單機安裝11gR2 asm執行root.sh報錯:CRS-4124ASM
- linux平臺11gR2 grid安裝到執行root.sh時報錯Linux
- 2節點RAC安裝
- oracle10g rac on solaris 10 x86 clusterware_執行root.sh出錯Oracle
- 安裝grid執行root.sh報錯ORA-15020 discovered duplicate ASM disk排查ASM
- oracle 10g rac安裝報錯Oracle 10g
- RAC-解除安裝grid(單節點錯誤時)
- 網路原因導致rac安裝過程中節點2跑root.sh失敗
- 安裝clusterware時候遇到版本不相容錯誤
- 10G RAC重新執行root.sh指令碼指令碼
- ORACLE 10G 在安裝CRS的時候,到節點選擇的時候不能顯示cluster節點列表Oracle 10g
- 安裝或執行clone報錯 Unable to find 'kshell' in path
- grid安裝執行root.sh時Timed out waiting for the CRS stack to start - 解除安裝gridAI
- 安裝GRID時跑root.sh指令碼報錯(ORA-27091: unable to queue I/O)指令碼
- windows下安裝python3.6.4完成,執行報錯WindowsPython
- 安裝grid時如何回退root.sh
- 在Suse 12.4上安裝11.2.0.4的rac執行root.sh報錯“ORA-12547: TNS:lost contact”
- oracle 11gR2 rac for aix 第二個節點執行root.sh不成功問題處理OracleAI
- 解除安裝 11gR2 Grid ClusterWare
- oracle 10G rac 執行dbca 報錯處理方法Oracle 10g
- 【RAC】部署安裝RAC時確保主節點的時間小於其他節點時間
- 安裝XP時PCI.SYS報錯
- selenium-grid 有多個節點,但 pytest.main 批次執行用例,每次只有一個節點執行用例,不能同時多個節點執行,要怎樣才能多個節點同時執行AI
- win7 安裝oracle 10g 到85%報錯Win7Oracle 10g
- 安裝clusterware問題
- 【Oracle】11gR2的安裝Grid執行root.sh出現ohasd failed解決方案OracleAI
- Oracle 10g RAC 安裝及加入新節點文件密碼Oracle 10g密碼
- 安裝oracle11g遇到的執行root.sh指令碼問題Oracle指令碼