The following error occurs when installing rac10g:
[[email protected] oracle]# /u01/product/crs/root.sh WARNING: directory '/u01/product' is not owned by rootChecking to see if Oracle CRS stack is already configured/etc/oracle does not exist. Creating it now.Setting the permissions on OCR backup directorySetting up NS directoriesOracle Cluster Registry configuration upgraded successfullyWARNING: directory '/u01/product' is not owned by rootclscfg: 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 <nodenumber>: <nodename> <private interconnect name>
Solution:
1. Add unset ld_assume_kernel <= line to be added
The procedure is as follows:
/u01/product/crs/binvi vipcaif [ "$arch" = "i686" -o "$arch" = "ia64" -o "$arch" = "x86_64" ]then LD_ASSUME_KERNEL=2.4.19 export LD_ASSUME_KERNELfiunset LD_ASSUME_KERNEL <<<== Line to be added
2. Set the IP Address:
[email protected] bin]# ./oifcfg getif[[email protected] bin]# ./oifcfg setif -global eth0/192.168.10.0:public[[email protected] bin]# ./oifcfg setif -global eth1/192.168.20.0:cluster_interconnect[[email protected] bin]# ./oifcfg getifeth0 192.168.10.0 global publiceth1 192.168.20.0 global cluster_interconnect
Run the vipca command on the OUI (note that it is under root)
[[Email protected] bin] #./vipca
Add both nodes and enter the VIP address.
./Crs_stat-T
Error while loading shared libraries: libpthread. so.0: cannot open shared object file: no such file