10g rac installation error while loading shared libraries libpthread.so.0 problem

When 11g rac is installed on the second node, the script will usually report this error:

to solve this problem, it takes three steps to complete:

1. On each node, modify the srvctl and vipca files in the $CRS_HOME/bin directory,

edit vipca file, and find The following:

Remove this workaround when the bug 3937317 is fixed
arch=`uname -m`
if [ "$arch" = "i686" -o "$arch" = "ia64" ]
then LD_ASSUME_KERNEL=2.4.19
export LD_ASSUME_KERNEL
fi
# End workaround #Add a new line after fi:
unset LD_ASSUME_KERNEL

Then edit the srvctl file and find the following:
LD_ASSUME_KERNEL=2.4.19
export LD_ASSUME_KERNEL #Add a new line after it:
unset LD_ASSUME_KERNEL

2. Use oifcfg in the $CRS_HOME/bin directory The tool configures pub ip and pri ip

3. On any node, use the root user to manually run vipca, and after configuring the correct prvip and vip information, crs can be installed.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326360890&siteId=291194637