- 论坛徽章:
- 0
|
安装clusterware 软件完成后,分别在myrac1,myrac2上执行脚本,在myrac2上执行root.sh脚本,最后报错:
在网上找了好久,没有找到解决方法。
[root@myrac2 ~]# /oracle/product/crs/root.sh
WARNING: directory '/oracle/product' is not owned by root
WARNING: directory '/oracle' 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 '/oracle/product' is not owned by root
WARNING: directory '/oracle' 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 <nodenumber>: <nodename> <private interconnect name> <hostname>
node 1: myrac1 myrac1-priv myrac1
node 2: myrac2 myrac2-priv myrac2
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.
myrac1
myrac2
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
PRKH-1010 : Unable to communicate with CRS services.
[PRKH-1000 : Unable to load the SRVM HAS shared library
[PRKN-1008 : Unable to load the shared library "srvmhas10"
or a dependent library, from
LD_LIBRARY_PATH="/oracle/product/crs/jdk/jre/lib/i386/client:/oracle/product/crs/jdk/jre/lib/i386:/oracle/product/crs/jdk/jre/../lib/i386:/oracle/product/crs/lib32:/oracle/product/crs/srvm/lib32:/oracle/product/crs/lib:/oracle/product/crs/srvm/lib:/oracle/product/crs/lib"
[java.lang.UnsatisfiedLinkError: /oracle/product/crs/lib32/libsrvmhas10.so: libclntsh.so.10.1: cannot open shared object file: No such file or directory]]]
PRKH-1010 : Unable to communicate with CRS services.
[PRKH-1000 : Unable to load the SRVM HAS shared library
[PRKN-1008 : Unable to load the shared library "srvmhas10"
or a dependent library, from
LD_LIBRARY_PATH="/oracle/product/crs/jdk/jre/lib/i386/client:/oracle/product/crs/jdk/jre/lib/i386:/oracle/product/crs/jdk/jre/../lib/i386:/oracle/product/crs/lib32:/oracle/product/crs/srvm/lib32:/oracle/product/crs/lib:/oracle/product/crs/srvm/lib:/oracle/product/crs/lib"
[java.lang.UnsatisfiedLinkError: /oracle/product/crs/lib32/libsrvmhas10.so: libclntsh.so.10.1: cannot open shared object file: No such file or directory]]]
PRKH-1010 : Unable to communicate with CRS services.
[PRKH-1000 : Unable to load the SRVM HAS shared library
[PRKN-1008 : Unable to load the shared library "srvmhas10"
or a dependent library, from
LD_LIBRARY_PATH="/oracle/product/crs/jdk/jre/lib/i386/client:/oracle/product/crs/jdk/jre/lib/i386:/oracle/product/crs/jdk/jre/../lib/i386:/oracle/product/crs/lib32:/oracle/product/crs/srvm/lib32:/oracle/product/crs/lib:/oracle/product/crs/srvm/lib:/oracle/product/crs/lib"
[java.lang.UnsatisfiedLinkError: /oracle/product/crs/lib32/libsrvmhas10.so: libclntsh.so.10.1: cannot open shared object file: No such file or directory]]] |
|