User equivalence check failed for user "oracle".

Hi,
I am trying to install the Oracle Clusterware 10g as part of my RAC setup.
I have configured RHEL 4 in 2 nodes (rac and rac2). But when I run the runcluvfy utility, I get the below error:
[oracle@rac cluvfy]$ ./runcluvfy.sh stage -pre crsinst -n rac,rac2
Performing pre-checks for cluster services setup
Checking node reachability...
Node reachability check passed from node "rac".
Checking user equivalence...
User equivalence check failed for user "oracle".
Check failed on nodes:
rac
WARNING:
User equivalence is not set for nodes:
rac
Verification will proceed with nodes:
rac2
The problem is only with the first node(rac). The second node passes succesfully.
ssh works fine. Not sure what is wrong!
Thanks!

Did you do Configure SSH for User Equivalence ?
Or
Did you Establish User Equivalence ?
If yes.. please check...
$ ssh rac hostname
rac
$ ssh rac2 hostname
rac2
You should Establish User Equivalence before...
exec /usr/bin/ssh-agent $SHELL
/usr/bin/ssh-add
If You don't configure ssh for user equivalence
http://www.oracle.com/technology/pub/articles/smiley_rac10g_install.html
Or
read SSH User equivalence is not set up on the remote nodes

Similar Messages

  • Result: User equivalence check failed for user "oracle".

    While installing on Solaris-10, ssh, rlogin, scp works fine.
    Running runcluvfy.sh stage -post hwos -n rac-1,rac-2 -verbose returns the above error.
    Result: User equivalence check failed for user "oracle".
    ERROR:
    User equivalence unavailable on all the nodes.
    Verification cannot proceed.
    /bin/ssh & /bin/scp is in use.

    Hello,
    I am facing User equivalence check failed for user "oracle" error on my newly to be built RAC cluster.
    The Oracle users have been created identically and ssh have been setup as per RAC installation manual.
    Still I am facing the below problem. Please help me out
    Node1 > uname -a
    Linux purple-rac-node2 2.6.18-194.el5 #1 SMP Mon Mar 29 22:10:29 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    Node2 > uname -a
    Linux purple-rac-node1 2.6.18-194.el5 #1 SMP Mon Mar 29 22:10:29 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    clusterware/cluvfy/runcluvfy.sh stage -post hwos -n purple-rac-node1,purple-rac-node2 -verbose
    Performing post-checks for hardware and operating system setup
    Checking node reachability...
    Check: Node reachability from node "purple-rac-node1"
      Destination Node                      Reachable?
      purple-rac-node2                         yes
      purple-rac-node1                         yes
    Result: Node reachability check passed from node "purple-rac-node1".
    Checking user equivalence...
    Check: User equivalence for user "oracle"
      Node Name                             Comment
      purple-rac-node2                         failed
      purple-rac-node1                         failed
    Result: User equivalence check failed for user "oracle".
    ERROR:
    User equivalence unavailable on all the nodes.
    Verification cannot proceed.
    [oracle@purple-rac-node1 ~]$ id oracle
    uid=501(oracle) gid=501(dba) groups=501(dba),502(oper),503(oinstall)
    [oracle@purple-rac-node2 ~]$ id oracle
    uid=501(oracle) gid=501(dba) groups=501(dba),502(oper),503(oinstall)

  • Result: PRVF-4007 : User equivalence check failed for user "oracle"

    Hi
    I get below error everytime I run ./cluvfy stage -pre crsinst -n node01,node02 -fixup -verbose > a.log
    Checking user equivalence...
    Check: User equivalence for user "oracle"
    Node Name Comment
    node02 passed
    node01 failed
    Result: PRVF-4007 : User equivalence check failed for user "oracle"
    WARNING:
    User equivalence is not set for nodes:
    node01
    Verification will proceed with nodes:
    node02
    node01 is the local node, if I run from node02 It comes back saying the same thing about node2!
    I have checked oracle uid and groups all set correctly and ssh working fine ...
    I have ran the same command for grid user and getting the same error !!

    i know what it was, i should have done ssh localnode date for once at least!!
    I only did ssh remotenode date :)

  • User equivalence check failed for user "oracle" while running cluvfy

    Hi All,
    I am getting User equivalence error as follows while executing cluvfy. I want to install CRS on this server.
    oracle@node200$ ./runcluvfy.sh stage -pre crsinst -n node200,node201,node202
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Node reachability check passed from node "node200".
    Checking user equivalence...
    User equivalence check failed for user "oracle".
    Check failed on nodes:
    node202,node201,node200
    ERROR:
    User equivalence unavailable on all the nodes.
    Verification cannot proceed.
    Pre-check for cluster services setup was unsuccessful on all the nodes.
    I have sucessfully configured ssh and able to do ssh from all the nodes without prompting for the password. Also oracle uid and gid on all the servers are same.
    I also checked in .kshrc file and there is no tty entry in that file. and I have also setup /etc/hosts.equiv file on all the node.
    I still get the user equivalance error. Can anybody help me in this ?
    Regards,
    Raj.

    Hi,
    thanks.
    i need some more help because first time i am working on RAC,
    i am also having User equivalence check failed for user "oracle"
    i got two machines, one is IBM machine and one is DELL machine installed with solais 10 (AIX installation). both machines are not connected by private network now. and no shared external HDD available now. it will take one week time to set up the HW. the user equivalence check depends the above two factors?
    now public network is available and node reachability test "passed"
    could you please tell me what may be the reason for the user equivalence check in my case. details are given below
    i have oracle user in both machine. user creation done through SMC. home directory is /export/home/oracle
    the following are the details.
    1) $ ssh pc000905 id -a oracle
    Enter passphrase for key '/home/oracle/.ssh/id_rsa':
    uid=100(oracle) gid=300(oinstall) groups=301(dba)
    $ ssh pc026376 id -a oracle
    Enter passphrase for key '/home/oracle/.ssh/id_rsa':
    uid=100(oracle) gid=300(oinstall) groups=301(dba)
    2) user nobody exists.
    3) all files n .ssh directory have same permissions.
    4) ssh and scp is working with out password(rsa and dsa keys generated).
    5) oracle user is using bourne shell
    6)soft link of /usr/bin/ssh and /usr/bin/scp are created to /export/home/oracle/bin
    7)ForwardX11 is "yes" in sshd_config
    8) created a config file in .ssh directory and ForwardX11 is "no" in that file
    8) umask =022 in both nodes.
    error displaying is
    $/export/gome/cluvfy/runcluvfy.sh stage -pre crsinst -n pc026376,pc000905
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Node reachability check passed from node "PC026376".
    Checking user equivalence...
    User equivalence check failed for user "oracle".
    Check failed on nodes:
    pc026376,pc000905
    ERROR:
    User equivalence unavailable on all the nodes.
    Verification cannot proceed.
    Pre-check for cluster services setup was unsuccessful on all the nodes.
    $

  • RUNCLUVFY  Result: PRVF-4007 : User equivalence check failed for user "orac

    hello
    try to run runcluvfy.sh I receive the following screen rac2 is passed but rac 1 is failed can sombody help me?
    thanks
    [oracle@rac1 grid]$ ./runcluvfy.sh stage -pre crsinst -n rac1,rac2 -verbose
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "rac1"
    Destination Node Reachable?
    rac2 yes
    rac1 yes
    Result: Node reachability check passed from node "rac1"
    Checking user equivalence...
    Check: User equivalence for user "oracle"
    Node Name Comment
    rac2 passed
    rac1 failed
    Result: PRVF-4007 : User equivalence check failed for user "oracle"
    WARNING:
    User equivalence is not set for nodes:
    rac1
    Verification will proceed with nodes:
    rac2
    Checking node connectivity...

    Check this older thread which has a lot of information on this:
    User equivalence check failed (RAC setup)

  • CLUVFY failing with 'User Equivalence check failed for...'

    New 2 node RAC configuration. Oracle 10gR2, Linux RHEL 5 x64. I'm at the post hardware config, pre install clusterware stage.
    Running the cluster verification utility command:
    cluvfy comp sys -n node-01,node-02 -p crs -verboseReturns the following error:
    Verifying system requirement
    ERROR:
    User equivalence unavailable on all the nodes.
    Verification cannot proceed.
    Verification of system requirement was unsuccessful on all the nodes.I've verified the following:
    1) RSA keys correctly configured on both nodes and I can ssh between without a password
    2) ping ip and private work correctly to and from both nodes.
    3) user, group ids are identical on both systems.
    I also ran cluvfy stage -post hwos -n node-01,node-02 -verbose and received the following output. This output is from node-01. node-02's is identical, except with equivalence to itself failing.
    Checking node reachability...
    Check: Node reachability from node "node-01"
      Destination Node                      Reachable?
      node-02                       yes
      node-01                       yes
    Result: Node reachability check passed from node "node-01".
    Checking user equivalence...
    Check: User equivalence for user "oracle"
      Node Name                             Comment
      node-02                       passed
      node-01                       failed
    Result: User equivalence check failed for user "oracle".
    WARNING:
    User equivalence is not set for nodes:
            node-01
    Verification will proceed with nodes:
            node-02
    Checking node connectivity...I get the same behavior on both nodes. Not quite sure what else to check. Any thoughts or suggestions? Thanks.

    No, no banners. And I followed note 300548.1 to the letter. Several times :-)
    However, I believe my issue has to do with a CVUHOME/cv/admin/cvu_config.
    According to the documentation:
    CV_XCHK_FOR_SSH_ENABLED—If set to TRUE, it enables the X-Windows check for verifying user equivalence with ssh. By default, this entry is commented out and X-Windows check is disabledIt was not, unfortunately, disabled by default - once I set it to false, everything succeeded. I still need to figure out why XCHK itself is failing, but I think I can troll through the log to figure that out.

  • PRVF-4007 : User equivalence check failed for user "grid"

    Oracle Version 11.2.0.3.0 patched to 11.2.0.3.1
    I had installed GIU and RAC db on 2 node cluster
    but since yesterdy has this issue when running the commands
    [grid@vmorarac2 ~]$ cluvfy comp ocr -n all -verbose
    Verifying OCR integrity
    ERROR:
    PRVF-4008 : User equivalence unavailable on all the specified nodes
    Verification cannot proceed
    vmorarac1 and vmorarac2 r the two nodes
    as a grid user, from vmorarac1 i ran ssh vmorarac2 and it failed with above error and vice versa
    so i did the following
    from vmorarac1
    ssh vmorarac2
    yes and enter key
    exec /usr/bin/ssh-agent $SHELL
    /usr/bin/ssh-add
    i did the same on other node
    but the problem still exists.
    Edited by: 912919 on 23-May-2012 06:58

    Hi,
    The subject of thread "*PRVF-4007 : User equivalence check failed for user "grid*"
    Now..
    {code}
    PRVF-4657 : Name resolution setup check for "vmorarac-scan.pbi.global.pvt" (IP address: 152.144.199.201) failed
    PRVF-4664 : Found inconsistent name resolution entries for SCAN name "vmorarac-scan.pbi.global.pvt"
    PRVF-4664 : Found inconsistent name resolution entries for SCAN name "vmorarac-scan.pbi.global.pvt"
    {code}
    If you can see are different issue.
    If you are using DSN to resolve hostname "vmorarac-scan.pbi.global.pvt" check with "nslookup" if the name is resolved correctly.
    If you are using Hosts File to resolve hostname "vmorarac-scan.pbi.global.pvt" you must configure only one ip (152.144.199.201) to resolve "vmorarac-scan.pbi.global.pvt" this entrie must be on host file of all nodes of cluster.
    Levi Pereira

  • User equivalence check failed for user "oragrid" in HP-UX

    Dear Friends,
    while cluster verification utility i gotthe below error.
    $ ./runcluvfy.sh stage -pre crsinst -n aeadsverp11-adp.adp.ae,aeadsverp12-adp.adp.ae -fixup -verbose
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "aeadsverp11-adp"
    Destination Node Reachable?
    aeadsverp11-adp yes
    aeadsverp12-adp yes
    Result: Node reachability check passed from node "aeadsverp11-adp"
    Checking user equivalence...
    Check: User equivalence for user "oragrid"
    Node Name Comment
    aeadsverp12-adp failed
    aeadsverp11-adp failed
    Result: PRVF-4007 : User equivalence check failed for user "oragrid"
    ERROR:
    User equivalence unavailable on all the specified nodes
    Verification cannot proceed
    Pre-check for cluster services setup was unsuccessful on all the nodes.
    I had configred ssh and scp on both nodes.
    $ ssh aeadsverp11-adp.adp.ae date
    Wed Sep 28 04:26:55 MDT 2011
    $
    $ ssh aeadsverp12-adp.adp.ae date
    Wed Sep 28 13:28:26 WAT 2011
    ssh is wrking fine without any issues on both nodes.
    Please advice.
    Thanks,
    Rajendra

    Hi,
    Just ignore it and proceed with installation.
    Its an bug.
    Kind Regards,
    Rakesh

  • Prerequisite checks fails for the oracle 11g r2 in win7 Ultimate 64-bit

    Hi all, I am trying to install Oracle 11 g Release 2 in Windows 7 Ultimate 64-bit and the prerequisite checks are failed.
    The checks Physical Memory, Available Physical Memory, Swap size, Free Space: .../temp; and all the other checks also failed.
    My laptop configurations are
    Processor : Intel Core i-3 CPU
    RAM: 4GB
    O.S: Win 7 Ultimate Service Pack 1
    Do I have to Ignore the checks go head with the installation. Plz let me know.

    938825 wrote:
    Hi all, I am trying to install Oracle 11 g Release 2 in Windows 7 Ultimate 64-bit and the prerequisite checks are failed.
    The checks Physical Memory, Available Physical Memory, Swap size, Free Space: .../temp; and all the other checks also failed.
    My laptop configurations are
    Processor : Intel Core i-3 CPU
    RAM: 4GB
    O.S: Win 7 Ultimate Service Pack 1
    Do I have to Ignore the checks go head with the installation. Plz let me know.follow Installation Guide
    http://www.oracle.com/pls/db112/portal.portal_db?selected=11&frame=

  • 11g Cluster: User equivalence check failed on Node1 but passed on Node2,

    From Node1:
    [oracle@redhat4_1 bin]$ ./cluvfy stage -pre crsinst -n redhat4_1,redhat4_2 -verbose
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "redhat4_1"
    Destination Node Reachable?
    redhat4_2 yes
    redhat4_1 yes
    Result: Node reachability check passed from node "redhat4_1".
    Checking user equivalence...
    Check: User equivalence for user "oracle"
    Node Name Comment
    redhat4_2 passed
    redhat4_1 failed
    Result: User equivalence check failed for user "oracle".
    WARNING:
    User equivalence is not set for nodes:
    redhat4_1
    Verification will proceed with nodes:
    redhat4_2
    From Node2:
    [oracle@redhat4_2 bin]$ ./cluvfy stage -pre crsinst -n redhat4_1,redhat4_2 -verbose
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "redhat4_2"
    Destination Node Reachable?
    redhat4_2 yes
    redhat4_1 yes
    Result: Node reachability check passed from node "redhat4_2".
    Checking user equivalence...
    Check: User equivalence for user "oracle"
    Node Name Comment
    redhat4_2 passed
    redhat4_1 passed
    Result: User equivalence check passed for user "oracle".
    Why cluvfy failed on node1 but passed on node2? Thanks.

    Last time I saw that, the password-less SSH was working only in one direction. Root cause was not quite following the instructions to copy the authorized_keys to all nodes.

  • User equivalence check failed, both side say other node passed,  why?

    SPARC Soloris 10, clusterware 11gr1
    two nodes cluster checking, both side say itself fail, other side is passed. why?
    ./runcluvfy.sh stage -pre crsinst -n bclabdb01,bclabdb02 -verbose
    on node1(bclabdb0):
    Checking user equivalence...
    Check: User equivalence for user "crs"
    Node Name Comment
    bclabdb02 passed
    bclabdb01 failed
    Result: User equivalence check failed for user "crs".
    WARNING:
    User equivalence is not set for nodes:
    bclabdb01
    Verification will proceed with nodes:
    bclabdb02
    on node2:
    Check: User equivalence for user "crs"
    Node Name Comment
    bclabdb02 failed
    bclabdb01 passed
    Result: User equivalence check failed for user "crs".
    WARNING:
    User equivalence is not set for nodes:
    bclabdb02
    Verification will proceed with nodes:
    bclabdb01

    Hi
    Which user equivalence you have configured rsh or ssh.If you have configured through ssh check it as oracle user through
    ssh <nodename> <command>
    if you have configure rsh then you need to create hosts.equiv file inside /etc/ and give proper permission to oracle user.Before installing clusterware I used CVU and its shown me passed for user equivalence .
    Tinku

  • User equivalence check failed (RAC setup)

    Hello All,
    I am trying to set up user equivalence between 2 nodes, following instructions from "Oracle® Database Oracle Clusterware and Oracle Real Application Clusters Installation Guide 10g Release 2 (10.2) for Solaris Operating System (SPARC 64-Bit)"
    I have created user accounts on both nodes, .ssh folder with appropriate permissions, dsa and rsa keys on both nodes, copied them to authorized_keys on halfway, and scp authorozed_keys to wabasca. Now I am able to do 'ssh wabasca date' and 'ssh halfway date' on each node without being asked for password or passphrase:
    $ whoami
    ora10gr2
    $ hostname
    halfway
    $ ssh halfway date
    Thu Oct  6 16:51:37 MDT 2005
    $ ssh wapiti date
    Thu Oct  6 16:51:11 MDT 2005
    $
    $ whoami
    ora10gr2
    $ hostname
    wapiti
    $ ssh halfway date
    Thu Oct  6 16:52:04 MDT 2005
    $ ssh wapiti date
    Thu Oct  6 16:51:38 MDT 2005
    $Yet, the CVU verification of user equivalence fails:
    $ whoami
    ora10gr2
    $ hostname
    halfway
    $ /Oracle10/cvu/bin/cluvfy comp admprv -n halfway,wapiti -o user_equiv -sshonly -verbose
    Verifying administrative privileges
    Checking user equivalence...
    Check: User equivalence for user "ora10gr2"
      Node Name                             Comment
      wapiti                                failed
      halfway                               failed
    Result: User equivalence check failed for user "ora10gr2".
    Verification of administrative privileges was unsuccessful on all the nodes.
    $If I can 'ssh <nodename> date' sucessfully what may cause the CVU check of user equivalence to fail? (I see that timing is off between these 2 machines...)
    Thank you very much for your time.
    DanielD

    It turns out that CVU is also requiring scp to be in /usr/local/bin; the idiot thing doesn't even try to use the scp that's in the execution $PATH, and on Solaris ends up failing silently early in the script (when ssh is in /usr/local/bin and scp is not).
    I was finally able to figure out what was foobar'ed by turning on the trace mode and reviewing the logs:
    export SRVM_TRACE=true
    cluvfy stage -pre crsinst -n tri1-ora1,tri1-ora2 -verbose
    This leaves you with log files in the CVU installation directory, under [CVU_HOME]/cv/log/; in mine I found...
    [Worker 0] [20:7:53:400] [RuntimeExec.runCommand:74] Calling Runtime.exec() with the command ; Fri Nov 18 20:07:53 GMT+00:00 2005
    [Worker 0] [20:7:53:400] [RuntimeExec.runCommand:76] /usr/local/bin/scp ; Fri Nov 18 20:07:53 GMT+00:00 2005
    [Worker 0] [20:7:53:400] [RuntimeExec.runCommand:76] -p ; Fri Nov 18 20:07:53 GMT+00:00 2005
    [Worker 0] [20:7:53:401] [RuntimeExec.runCommand:76] /opt/oracle/cvu//cv/remenv/exectask ; Fri Nov 18 20:07:53 GMT+00:00 2005
    [Worker 0] [20:7:53:401] [RuntimeExec.runCommand:76] tri1-ora2:/tmp//CVU_10.2.0.1.0.1_oinstall/exectask ; Fri Nov 18 20:07:53 GMT+00:00 2005
    [Worker 0] [20:7:53:402] [RuntimeExec.runCommand:90] exec exception:/usr/local/bin/scp: not found; Fri Nov 18 20:07:53 GMT+00:00 2005
    Whoever programmed this thing seems slightly naive about host environment checking. Also, the Sun ssh package by default installs ssh and scp in /usr/bin; it's pretty popular to install the 3rd-party package that goes into /usr/local/bin though...

  • User equivalence check failed in solaris 10

    Hi,
    i am trying to install oracle clusterware on solaris10.
    when i executed clusture varification utility , user equivalence test is failed.
    each node have same username,userid,group id
    and i configured SSH also using
    exec /user/bin/ssh-agent
    /usr/bin/ssh-add after generation of rsa and dsa keys and putting this to authorization file.
    it is not asking password for ssh and scp after executing this command but again user equivalence check failed
    but after logging of and do login again to oracle user its not working. then again i have to set ssh that is
    exec /user/bin/ssh-agent
    /usr/bin/ssh-add
    wat else i have to check for this?
    can sombody help me to solve this

    Umesh Gupta wrote:
    Thay are same, i have already taken care of that..
    Node1:-
    $ id oracle
    uid=101(oracle) gid=300(oinstall)
    Node2:-
    $ id oracle
    uid=101(oracle) gid=300(oinstall)
    Please suggest..
    Regards
    Umesh$exec /usr/bin/ssh-agent $SHELL
    $/usr/bin/ssh-add
    on any one of the nodes
    and check the output of cluvfy
    also refer the link:-
    http://download.oracle.com/docs/cd/B28359_01/install.111/b28263/crsunix.htm#BEHIHBBF
    User equivalence check failed (RAC setup)
    Edited by: rajeysh on Aug 18, 2011 7:09 PM

  • Post install checks failed for DBC file - Oracle App11.5.10.2 Linux  5.3

    Hi everybody,
    I tried Installing Oracle E-Business Suite 11.5.10.2 on Red Hat Enterprise Linux Server release 5.3
    The Post install checks failed for DBC file, HTTP, JSP and PHP. Apparently the DBC hadn’t been created. I had verified the log file, while executing adgendbc.sh, it throwing below error.
    Generating /jith/d01/oracle/appl/visappl/fnd/11.5.0/secure/prithvi.bangalore.bedford.local_vis.dbc
    DBC generation failed with exit code 127
    Generating /jith/d01/oracle/appl/visappl/fnd/11.5.0/secure/prithvi_vis.dbc
    DBC generation failed with exit code 127
    Updating Server Security Authentication
    Updating Server Security Authentication failed with exit code 127
    adgendbc.sh exiting with status 127
    ERRORCODE = 127 ERRORCODE_END
    .end std out.
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    sqlplus: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    mkdir: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    sed: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /jith/d01/oracle/appl/viscomn/util/java/1.4/j2sdk1.4.2_04/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /jith/d01/oracle/appl/viscomn/util/java/1.4/j2sdk1.4.2_04/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /jith/d01/oracle/appl/viscomn/util/java/1.4/j2sdk1.4.2_04/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /jith/d01/oracle/appl/viscomn/util/java/1.4/j2sdk1.4.2_04/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    /jith/d01/oracle/appl/viscomn/util/java/1.4/j2sdk1.4.2_04/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    .end err out.
    Thanks in advance.
    sreejith

    Welcome to the forums !
    Pl post EBS related question in the EBS forums at http://forums.oracle.com/forums/category.jspa?categoryID=3
    HTH
    Srini

  • Oracle 11g RAC on Red Hat EL 4 x86_64 check failed for glibc-2.3.4-2.19

    Hi , I had a Red Hat EL 4 linux with FULL installion, so all the packages are installed auto.
    when I check the glibc with RPM, I got :
    rpm -q --queryformat "%{NAME}-%{VERSION}.%{RELEASE}.%{ARCH}\n" glibc
    glibc-2.3.4.2.41.i686
    glibc-2.3.4.2.41.x86_64
    It looks the 32 bit and 64 bit glibc are all installed.
    but when I run cluvfy to check RAC installion , I got :
    Check: Package existence for "glibc-2.3.4-2.19"
    Node Name Status Comment
    wcmrac2 missing failed
    wcmrac1 missing failed
    Result: Package existence check failed for "glibc-2.3.4-2.19". -----32 bit check failed ??
    Check: Package existence for "glibc-2.3.4-2.19"
    Node Name Status Comment
    wcmrac2 glibc-2.3.4-2.41 passed
    wcmrac1 glibc-2.3.4-2.41 passed
    Result: Package existence check passed for "glibc-2.3.4-2.19".----64 bit check passed ??
    why does this ?

    Did you check the compatibility of Oracle Database 11g with RedHat 4 in the compatibility matrix or the installation docs?

Maybe you are looking for