Grid 11.2.0.3 on Fedora 14

From: Mladen Gogala <gogala.mladen_at_gmail.com>
Date: Wed, 2 Nov 2011 00:30:35 +0000 (UTC)
Message-ID: <pan.2011.11.02.00.30.04_at_gmail.com>



I attempted OCFS2 and GFS2 without success, but I was successful with NFS. There is one major difference in the mount options from Oracle 10g. Oracle 10g needed timeo=300 option, while 11g requires timeo=600. Here is the full set of options that satisfied oracle's desire for the right storage:

auto,rw,bg,hard,nointr,tcp,vers=3,timeo=600,rsize=32768,wsize=32768,actimeo=0

The installation, however, was unsuccessful. Here is the error:


Using configuration parameter file: /grid/crs/install/crsconfig_params Creating trace directory
User ignored Prerequisites during installation The path "/grid/crs/install/ParentDirPerm_medo.txt" does not exist The path "/grid/crs/install/ParentDirPerm_medo.txt" does not exist Failed to create keys in the OLR, rc = 127, Message:   /grid/bin/clscfg.bin: error while loading shared libraries: libcap.so.1: cannot open shared object file: No such file or directory

Failed to create keys in the OLR at /grid/crs/install/crsconfig_lib.pm line 7497



The problem is in the capabilities library:

[root_at_medo tmp]# rpm -ql libcap|grep libcap.so
/lib/libcap.so.2
/lib/libcap.so.2.22

Of course, I tried with the symbolic link, but there were unresolved symbols. Bummer, it looks like I'll have to download OL and install on Virtualbox.

-- 
http://mgogala.byethost5.com
Received on Tue Nov 01 2011 - 19:30:35 CDT

Original text of this message