Result of /runcluvfy.sh CRS10.2

Hi all
I'm beginner in RAC installation and when a tried CVU , I get result , where can be problem ? :
bash-3.2$ ./runcluvfy.sh stage -pre crsinst -n dwh1,dwh2 -verbose
Performing pre-checks for cluster services setup
Checking node reachability...
Check: Node reachability from node "dwh1"
Destination Node Reachable?
dwh1 yes
dwh2 yes
Result: Node reachability check passed from node "dwh1".
Checking user equivalence...
Check: User equivalence for user "oracle"
Node Name Comment
dwh2 failed
dwh1 failed
Result: User equivalence check failed for user "oracle".
ERROR:
User equivalence unavailable on all the nodes.
Verification cannot proceed.
Pre-check for cluster services setup was unsuccessful on all the nodes.
bash-3.2$

Assisted Branislav to solve the problem. Problem was caused by two issues. First issue was incorrect FQDN (already existing entry in DNS with different IP) for server in /etc/hosts, which caused connection to different server after IP resolution. Second issue was solved by creating symlinks for ssh, scp in /usr/local/bin directory.

Similar Messages

  • 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)

  • Runcluvfy.sh result: Check for ASMLib configuration failed

    I'm trying upgrade 11.1.0.7.0 to 11.2.0.3.0 on linux.
    runcluvfy.sh gives result as this:
    ==================================================================
    Checking ASMLib configuration.
    Node Name Status
    node1 (failed) ASMLib configuration is incorrect.
    node2 (failed) ASMLib configuration is incorrect.
    Result: Check for ASMLib configuration failed.
    ===================================================================
    here are some asm related:
    ==========================
    /etc/init.d/oracleasm listdisks
    DISK02
    /usr/sbin/oracleasm configure
    ORACLEASM_ENABLED=true
    ORACLEASM_UID=oracle
    ORACLEASM_GID=oinstall
    ORACLEASM_SCANBOOT=true
    ORACLEASM_SCANORDER=""
    ORACLEASM_SCANEXCLUDE=""
    /etc/init.d/oracleasm status
    Checking if ASM is loaded: yes
    Checking if /dev/oracleasm is mounted: yes
    Current two nodes RAC,ASM work fine.
    Can some one give hint what I should check about asm?
    Thanks

    ocrcheck
    Status of Oracle Cluster Registry is as follows :
    Version : 2
    Total space (kbytes) : 286460
    Used space (kbytes) : 3908
    Available space (kbytes) : 282552
    ID : 1116406961
    Device/File Name : /dev/ocr3
    Device/File integrity check succeeded
    Device/File Name : /dev/ocr2
    Device/File integrity check succeeded
    Cluster registry integrity check succeeded
    Logical corruption check bypassed due to non-privileged user
    crsctl query css votedisk
    0. 0 /dev/vote3
    1. 0 /dev/vote2
    2. 0 /dev/vote1
    Located 3 voting disk(s).
    ls -l /dev/oracleasm/disks
    total 0
    brw-rw---- 1 oracle oinstall 8, 145 Feb 24 13:17 DISK02
    /etc/init.d/oracleasm querydisk -d DISK02
    Disk "DISK02" is a valid ASM disk on device /dev/sdj1[8,145]
    thanks

  • Error while running  runcluvfy.sh in 11gR2 on AIX

    Hello
    I am trying to install 11gR2 on AIX6.1.While executing runcluvfy.sh utility for H/w & OS configuration check,I am getting below error in private interconnect.
    sh runcluvfy.sh stage -pre crsinst -n node1,node2
    Performing post-checks for hardware and operating system setup
    Checking node reachability...
    Result: TCP connectivity check passed for subnet "200.2.186.0"
    Interfaces found on subnet "200.22.103.0" that are likely candidates for VIP are:
    node2 en0:200.22.103.111
    node1 en0:200.22.103.110
    Interfaces found on subnet "200.22.105.0" that are likely candidates for VIP are:
    node2 en1:200.22.105.226
    node1 en1:200.22.105.225
    Interfaces found on subnet "200.2.186.0" that are likely candidates for VIP are:
    node2 en2:200.2.186.11
    node1 en2:200.2.186.10
    WARNING:
    Could not find a suitable set of interfaces for the private interconnect
    Result: Node connectivity check passed
    Regards,
    Ajitesh

    Hi,
    All host names must conform to the RFC 952 standard, which permits alphanumeric characters. Host names using underscores ("_") are not allowed.
    See Documentation Install:
    http://download.oracle.com/docs/cd/E11882_01/install.112/e17210/preaix.htm#CEGFGHFE
    Find Table 2-3 Manual Network Configuration Example
    Regards,
    Levi Pereira

  • Runcluvfy.sh stage pre fails with node reachability on 1 node only

    Having a frustrating problem. 2 node RAC system on RHEL 5.2 installing 11.2.0.1 grid/clusterware. Performing the following pre check command from node 1:
    ./runcluvfy.sh stage -pre crsinst -n node1,node2 -verboseI'm getting the following error and it cannot write the trace information
    [grid@node1 grid]$ sudo chmod -R 777 /tmp
    [grid@node1 grid]$ ./runcluvfy.sh stage -pre crsinst -n node1,node2 -verbose
    WARNING:
    Could not access or create trace file path "/tmp/bootstrap/cv/log". Trace information could not be collected
    Performing pre-checks for cluster services setup
    Checking node reachability...
    node1.mydomain.com: node1.mydomain.com
    Check: Node reachability from node "null"
      Destination Node                      Reachable?
      node2                       no
      node1                       no
    Result: Node reachability check failed from node "null"
    ERROR:
    Unable to reach any of the nodes
    Verification cannot proceed
    Pre-check for cluster services setup was unsuccessful on all the nodes.
    [grid@node1 grid]$
    [grid@node1 grid]$ echo $CV_DESTLOC
    /home/grid/software/grid/11gr2/gridI've verified the following:
    1) there is user equivalence between the nodes for user grid
    2) /tmp is read/writable by user grid on both nodes
    3) Setting the CV_DESTLOC appears to do nothing - it seems to go back to wanting to write to /tmp
    4) ./runcluvfy comp nodecon -n node1,node2-verbose succeeds no problem
    And the weirdest thing of all, when I run ./runcluvfy.sh stage -pre crsinst -n node1,node2 -verbose from node 2, it succeeds without errors.
    What am I missing? And TIA..

    I made a copy of the runcluvfy.sh and commented out all rm -rf commands so that it would at least save the trace files. Re-ran, and the following trace output - not entirely helpful to me, but any gurus out there see anything?
    [main] [ 2010-04-20 15:48:38.275 CDT ] [TaskNodeConnectivity.performTask:354]  _nw_:Performing Node Reachability verification task...
    [main] [ 2010-04-20 15:48:38.282 CDT ] [ResultSet.traceResultSet:341]
    Target ResultSet BEFORE Upload===>
            Overall Status->UNKNOWN
    [main] [ 2010-04-20 15:48:38.283 CDT ] [ResultSet.traceResultSet:341]
    Source ResultSet ===>
            Overall Status->OPERATION_FAILED
            node2-->OPERATION_FAILED
            node1-->OPERATION_FAILED
    [main] [ 2010-04-20 15:48:38.283 CDT ] [ResultSet.traceResultSet:341]
    Target ResultSet AFTER Upload===>
            Overall Status->OPERATION_FAILED
            node2-->OPERATION_FAILED
            node1-->OPERATION_FAILED
    [main] [ 2010-04-20 15:48:38.284 CDT ] [ResultSet.getSuccNodes:556]  Checking for Success nodes from the total list of nodes in the resultset
    [main] [ 2010-04-20 15:48:38.284 CDT ] [ReportUtil.printReportFooter:1553]  stageMsgID: 8302
    [main] [ 2010-04-20 15:48:38.284 CDT ] [CluvfyDriver.main:299]  ==== cluvfy exiting normally.I'm still baffled why the precheck is successful from the second node. And, in fact, all other cluvfy checks that I've run succeed form both nodes.

  • Runcluvfy.sh stage -pre crsinst: error Unable to reach any of the nodes

    Hii all,
    Well, I've gone through the pre-reqs for trying to install 11G clusterware on RHEL 5.3.
    I'm to the point where i'm trying to run:
    ./runcluvfy.sh stage -pre crsinst -n node1 -verbose
    I get this:
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Node reachability check failed from node "node1 ".
    Check failed on nodes:
    node1
    ERROR:
    Unable to reach any of the nodes.
    Verification cannot proceed.
    Pre-check for cluster services setup was unsuccessful on all the nodes.
    I'm just wanting right now, to install a one node RAC system (I will add servers later as I get them online).
    I've verified that ssh is working (thinking it may be trying to connect to itself by ssh). I have the keys generated and installed...if I connect ssh as the oracle user back to the same machine, it gets me right on with no prompts for passwords.
    nslookup on node1 looks great.
    This box has 2 cards....eth0 and eth1. Right now in the /etc/hosts file, I have node1 to the IP for eth0, and node1-priv set for the IP address eth1.
    I do have a little trouble understanding what the node1-vip is supposed to do or be set. I found the an IP address one higher than for eth0 wasn't being used, and set node1-vip to be that.
    (Can someone explain to me a little more about the vip host?? Is it supposed to somehow point to node1's IP address on eth0 like the regular one does?)
    Since this is a one box, one node install...hoping clusterware and checks are just looking at the /etc/hosts file. I've tried playing around, and setting node1-vip to be the same as node1 (IP)...that doesn't work either.
    One thing I can guess 'might' be wrong. Does runcluvfy use "ping"? I found the oracle user cannot ping this box from this box. The box (node1) can be pinged from outside the box...it is registered on DNS, I can ssh into it no problem, and again, oracle can ssh into himself on same box with keys properly generated).
    I've been looking around, and I just don't see much of what to look at to troubleshoot with this error, I guess everyone gets past the verification the first time with no host unreachable errors?
    I'm a bit weak when it comes to networking. Any help greatly appreciated...suggestions, links...etc!!
    cayenne

    Ok...looks like this was the problem. It appears the SA's, per newer policy, had turned off "ping" for any other user on the box besides root.
    I took a shot in the dark, and had them turn it on (as that ssh'ing and other items to check seemed to work outside the runcluvfy script). They turned on ping. The nodes from the script are now reachable and test positive for equivalency.
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "node1"
    Destination Node Reachable?
    node1 yes
    Result: Node reachability check passed from node "node1".
    Checking user equivalence...
    Check: User equivalence for user "oracle"
    Node Name Comment
    node1 passed
    Result: User equivalence check passed for user "oracle".
    Pre-check for cluster services setup was unsuccessful on all the nodes.
    I"m guessing that last line...was due to not having the clusterware running on any other boxes?
    Anyway, will try to config. RAC, and get things installed.

  • Oracle 10g RAC clusterware : runcluvfy.sh comp sys giving java exception

    Hi forum,
    I am getting an exception java.util.NoSuchElementException while running the command
    /stage/crs/cluvfy/runcluvfy.sh comp sys -n m4000-pnoc7,m4000-pnoc8 -p crs -osdba crs -orainv oinstall
    Verifying system requirement
    Checking system requirements for 'crs'...
    Check: Total memory
    Node Name Available Required Comment
    m4000-pnoc8 40GB (41943040KB) 512MB (524288KB) passed
    m4000-pnoc7 40GB (41943040KB) 512MB (524288KB) passed
    Result: Total memory check passed.
    Check: Free disk space in "/tmp" dir
    Node Name Available Required Comment
    m4000-pnoc8 33.26GB (34873056KB) 400MB (409600KB) passed
    m4000-pnoc7 33.03GB (34637032KB) 400MB (409600KB) passed
    Result: Free disk space check passed.
    Check: Swap space
    Node Name Available Required Comment
    Exception in thread "main" java.util.NoSuchElementException
    at java.util.Vector.firstElement(Unknown Source)
    at oracle.ops.verification.framework.config.SwapConstraint.report(SwapConstraint.java:375)
    at oracle.ops.verification.framework.engine.task.TaskSystemRequirements.performTask(TaskSystemRequirements.java:261)
    at oracle.ops.verification.framework.engine.task.Task.perform(Task.java:203)
    at oracle.ops.verification.framework.engine.component.SystemComponent.verify(SystemComponent.java:227)
    at oracle.ops.verification.framework.engine.ClusterVerifier.verifyComponent(ClusterVerifier.java:112)
    at oracle.ops.verification.client.CluvfyDriver.main(CluvfyDriver.java:280)
    available swap space :
    -bash-3.00$ swap -s
    total: 350320k bytes allocated + 32080k reserved = 382400k used, 34795600k available
    available RAM:
    -bash-3.00$ prtconf | grep -i "memory"
    Memory size: 40960 Megabytes
    Please help me in troubleshooting the exception

    Available RAM Swap Space Required
    Between 1 GB and 2 GB 1.5 times the size of RAM
    More than 2 GB Equal to the size of RAM
    If necessary, refer to your operating system documentation for information about how to configure additional swap space.

  • 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)

  • Runcluvfy.sh failed on user equivalence check for user "oracle"

    I have user oracle set up on both nodes -RHEL5 as:
    uid=505(oracle) gid=87(oinstall) groups=87(oinstall),88(dba)
    but when run the runcluvfy.sh stage -pre crsinst -n node1,node2 -verbose
    get the ERROR:
    user equivalence check failed for user "oracle"
    user equivalence unavailable on all the nodes.
    Help appreciated!

    When you test this, are you using the fully qualified domain name (FQDN) like node1.domain.com or just node1? Oracle is most likely using the FQDN, so if you did "ssh node1 date" and that worked fine, I'll bet that "ssh node1.domain.com date" will result in a prompt to authorize the host first and that's probably the issue.
    I also usually ssh over the private interface as well. That is, do both of these from the node where the installer runs:
    ssh node2.domain.com date
    ssh node2-priv.domain.com date ### assuming that node2-priv is the name of the private network interface
    Let us know if that's the issue.
    Dan

  • Runcluvfy.sh fails at precheck  - nodes unreachable

    Hi,
    i am trying to run runcluvfy.sh to check Oracle Clusterware Requirements as:
    [oracle@raclinux1 clusterware]$ ./runcluvfy.sh stage -pre crsinst -n raclinux1,raclinux2 -r 11gR1 -verbose
    The output is the following:
    Performing pre-checks for cluster services setup
    Checking node reachability...
    raclinux1.acme.com: raclinux1.acme.com
    Check: Node reachability from node "null"
    Destination Node Reachable?
    raclinux1 no
    raclinux2 no
    Result: Node reachability check failed from node "null".
    ERROR:
    Unable to reach any of the nodes.
    Verification cannot proceed.
    Pre-check for cluster services setup was unsuccessful on all the nodes.
    Although i can use ssh to the other nodes without giving password:
    [oracle@raclinux1 clusterware]$ ssh raclinux1 "hostname"
    raclinux1.acme.com
    [oracle@raclinux1 clusterware]$ ssh raclinux2 "hostname"
    raclinux2.acme.com
    I checked CV software log in /tmp/bootstrap/cv/log/cvutrace.log.0 and found:
    [main] [11:5:26:119] [TaskNodeConnectivity.performTask:311] nw:Performing Node Connectivity verification task...
    ; Tue Apr 22 11:05:26 CEST 2008
    [main] [11:5:26:147] [ResultSet.traceResultSet:239]
    Target ResultSet BEFORE Upload===>
    Overall Status->UNKNOWN
    ; Tue Apr 22 11:05:26 CEST 2008
    [main] [11:5:26:150] [ResultSet.traceResultSet:239]
    Source ResultSet ===>
    Overall Status->OPERATION_FAILED
    raclinux2-->OPERATION_FAILED
    raclinux1-->OPERATION_FAILED
    ; Tue Apr 22 11:05:26 CEST 2008
    [main] [11:5:26:151] [ResultSet.traceResultSet:239]
    Target ResultSet AFTER Upload===>
    Overall Status->OPERATION_FAILED
    raclinux2-->OPERATION_FAILED
    raclinux1-->OPERATION_FAILED
    ; Tue Apr 22 11:05:26 CEST 2008
    [main] [11:5:26:154] [CluvfyDriver.main:360] ==== cluvfy exiting normally.; Tue Apr 22 11:05:26 CEST 2008
    What does not say too much for me.
    Regarding the tech stack:
    I am on x86 Enterprise Linux 5 Update 1
    cvuqdisk-1.0.1-1
    Any idea what i made wrong ?
    thanks in advance
    szabolcs

    Hi All,
    thanks for your quick answers :)
    I am following this note from OTN:
    http://www.oracle.com/technology/pub/articles/hunter_rac11gr1_iscsi_2.html
    fzheng :
    I am using iscsitarget service. They are visible from all nodes,as:
    [oracle@raclinux1 .ssh]$ ls -la /dev/disk/by-path/
    total 0
    drwxr-xr-x 2 root root 240 Apr 21 19:35 .
    drwxr-xr-x 6 root root 120 Apr 21 17:56 ..
    lrwxrwxrwx 1 root root 9 Apr 21 17:56 ip-10.0.0.4:3260-iscsi-iqn.2008-04.com.acme:san1.crs -> ../../sdc
    lrwxrwxrwx 1 root root 10 Apr 21 17:56 ip-10.0.0.4:3260-iscsi-iqn.2008-04.com.acme:san1.crs-part1 -> ../../sdc1
    lrwxrwxrwx 1 root root 9 Apr 21 17:56 ip-10.0.0.4:3260-iscsi-iqn.2008-04.com.acme:san1.disk1 -> ../../sda
    lrwxrwxrwx 1 root root 10 Apr 21 19:35 ip-10.0.0.4:3260-iscsi-iqn.2008-04.com.acme:san1.disk1-part1 -> ../../sda1
    lrwxrwxrwx 1 root root 9 Apr 21 17:56 ip-10.0.0.4:3260-iscsi-iqn.2008-04.com.acme:san1.disk2 -> ../../sdb
    lrwxrwxrwx 1 root root 10 Apr 21 19:35 ip-10.0.0.4:3260-iscsi-iqn.2008-04.com.acme:san1.disk2-part1 -> ../../sdb1
    Chris slattery:
    from the note above, i did the followings:
    [oracle@raclinux1 .ssh]$ /usr/bin/ssh-keygen -t rsa
    Generating public/private rsa key pair.
    Enter file in which to save the key (/home/oracle/.ssh/id_rsa):
    Enter passphrase (empty for no passphrase):
    Enter same passphrase again:
    Your identification has been saved in /home/oracle/.ssh/id_rsa.
    Your public key has been saved in /home/oracle/.ssh/id_rsa.pub.
    The key fingerprint is:
    06:c1:07:04:07:bd:9c:1e:b5:9f:9a:16:82:31:cd:92 [email protected]
    [oracle@raclinux2 ~]$ /usr/bin/ssh-keygen -t rsa
    Generating public/private rsa key pair.
    Enter file in which to save the key (/home/oracle/.ssh/id_rsa):
    /home/oracle/.ssh/id_rsa already exists.
    Overwrite (y/n)? y
    Enter passphrase (empty for no passphrase):
    Enter same passphrase again:
    Your identification has been saved in /home/oracle/.ssh/id_rsa.
    Your public key has been saved in /home/oracle/.ssh/id_rsa.pub.
    The key fingerprint is:
    29:e5:11:06:e8:e5:ba:35:3d:ab:52:73:28:8f:42:b7 [email protected]
    [oracle@raclinux3 .ssh]$ /usr/bin/ssh-keygen -t rsa
    Generating public/private rsa key pair.
    Enter file in which to save the key (/home/oracle/.ssh/id_rsa):
    Enter passphrase (empty for no passphrase):
    Enter same passphrase again:
    Your identification has been saved in /home/oracle/.ssh/id_rsa.
    Your public key has been saved in /home/oracle/.ssh/id_rsa.pub.
    The key fingerprint is:
    8f:d1:d0:36:c7:17:fb:3d:53:10:ad:49:c8:55:46:ae [email protected]
    Then, from node1:
    [oracle@raclinux1 .ssh]$ rm authorized_keys
    [oracle@raclinux1 .ssh]$ touch authorized_keys
    [oracle@raclinux1 .ssh]$ ls -l *.pub
    -rw-r--r-- 1 oracle oinstall 410 Apr 22 14:09 id_rsa.pub
    [oracle@raclinux1 .ssh]$ ssh raclinux1 cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
    oracle@raclinux1's password:
    [oracle@raclinux1 .ssh]$ ssh raclinux2 cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
    [oracle@raclinux1 .ssh]$ ssh raclinux3 cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
    [oracle@raclinux1 .ssh]$ ssh raclinux3-priv cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
    [oracle@raclinux1 .ssh]$ ssh raclinux2-priv cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
    [oracle@raclinux1 .ssh]$ ssh raclinux1-priv cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
    Enter passphrase for key '/home/oracle/.ssh/id_rsa':
    scp ~/.ssh/authorized_keys raclinux2:.ssh/authorized_keys
    scp ~/.ssh/authorized_keys raclinux3:.ssh/authorized_keys
    [oracle@raclinux1 .ssh]$ scp ~/.ssh/authorized_keys raclinux2:.ssh/authorized_keys
    authorized_keys 100% 2460 2.4KB/s 00:00
    [oracle@raclinux1 .ssh]$ scp ~/.ssh/authorized_keys raclinux3:.ssh/authorized_keys
    authorized_keys 100% 2460 2.4KB/s 00:00
    [oracle@raclinux1 .ssh]$ chmod 600 authorized_keys
    [oracle@raclinux1 .ssh]$ ssh raclinux1 hostname
    Enter passphrase for key '/home/oracle/.ssh/id_rsa':
    raclinux1.acme.com
    [oracle@raclinux1 .ssh]$ ssh raclinux2 hostname
    Enter passphrase for key '/home/oracle/.ssh/id_rsa':
    Enter passphrase for key '/home/oracle/.ssh/id_rsa':
    raclinux2.acme.com
    [oracle@raclinux1 .ssh]$ ssh raclinux3 hostname
    Enter passphrase for key '/home/oracle/.ssh/id_rsa':
    raclinux3.acme.com
    [oracle@raclinux1 .ssh]$ exec /usr/bin/ssh-agent $SHELL
    [oracle@raclinux1 .ssh]$ /usr/bin/ssh-add
    Enter passphrase for /home/oracle/.ssh/id_rsa:
    Identity added: /home/oracle/.ssh/id_rsa (/home/oracle/.ssh/id_rsa)
    [oracle@raclinux1 .ssh]$ ssh raclinux1 hostname
    raclinux1.acme.com
    [oracle@raclinux1 .ssh]$ ssh raclinux2 hostname
    raclinux2.acme.com
    I am going to chec the documentation..
    thanks
    szabolcs

  • Runcluvfy.sh before upgrading cluster, how and where?

    Hello,
    In a couple of days I have to upgrade 2 node RAC DB to 11.2.0.3. DB version is 10.2.0.4. OS=SELINUX 11. For the purpose of preparation, I want to run CLUSTER VERIFY UTILITY.
    grid@db [db1]: /home/grid > crsctl query crs softwareversion
    Oracle Clusterware version on node [db] is [11.2.0.1.0]Should I unzip new GI 11.2.0.3 software and run ./runcluvfy.sh from new home? Should I created DESTINATION HOME before (e.g. /oracle/app/11.2.0.3/grid). Running runcluvfy from user grid or oracle? Is it okay to run cluster verify utility NOW (upgrade is in a couple of days), is it risk free?
    runcluvfy.sh stage -pre crsinst -upgrade [-n node_list] [-rolling] -src_crshome src_Gridhome -dest_crshome dest_Gridhome -dest_version dest_version [-fixup [-fixupdir path]] [-verbose]
    Also, looking from official upgrade guide ( no idea is this a correct link considering the scenario: http://docs.oracle.com/cd/E11882_01/install.112/e22489/procstop.htm)
    Thanks a lot.
    Best Regards

    I run it with user ORACLE, may be this was the mistake or what. As user grid also exist as can be seen from my above posts. I try to create with directory with user grid initially, but I configuration of the machine (I have not set it up) I was not able to mkdir with user grid ...owner is root there I think.
    oracle@db1 [ee]: /oracle/work/cluvf/grid > ./runcluvfy.sh stage -pre crsinst -upgrade -n db1,db2px -rolling -src_crshome /oracle/app/11.2.0/grid -dest_crshome /oracle/app/grid/11.2.0.3/grid -dest_version 11.2.0.3.0 -fixup -fixupdir /home/oracle/fixup -verbose
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "db1"
      Destination Node                      Reachable?             
      db2px                               yes                    
      db1px                               yes                    
    Result: Node reachability check passed from node "db1px"
    Checking user equivalence...
    Check: User equivalence for user "oracle"
      Node Name                             Status                 
      db1px                               passed                 
      db2px                               passed                 
    Result: User equivalence check passed for user "oracle"- -- so I cancel it here
    It means it was in hanging state in my case, isnt it?
    One more thought: At following location I unzipped 30f7 installation file and then used ./runcluvf.sh -- Is it okay? or something need to be install first or so?? confused ...
    oracle@db1 [ee]: /oracle/work/cluvf/grid > ls -l
    total 72
    drwxr-xr-x 9 oracle oinstall 4096 2011-09-22 09:41 doc/
    drwxr-xr-x 4 oracle oinstall 4096 2011-09-22 09:44 install/
    -rwxr-xr-x 1 oracle oinstall 28122 2011-09-22 10:57 readme.html*
    drwxr-xr-x 2 oracle oinstall 4096 2011-09-22 09:44 response/
    drwxr-xr-x 2 oracle oinstall 4096 2011-09-22 09:44 rpm/
    -rwxr-xr-x 1 oracle oinstall 4878 2011-09-22 09:09 runcluvfy.sh*
    -rwxr-xr-x 1 oracle oinstall 3227 2011-09-22 09:09 runInstaller*
    drwxr-xr-x 2 oracle oinstall 4096 2011-09-22 09:44 sshsetup/
    drwxr-xr-x 14 oracle oinstall 4096 2011-09-22 09:44 stage/
    -rwxr-xr-x 1 oracle oinstall 4326 2011-09-02 05:46 welcome.html*
    Regards
    Edited by: John-MK on Jan 10, 2013 5:03 PM
    Edited by: John-MK on Jan 10, 2013 5:09 PM

  • Runcluvfy nodecon fails eventhough ssh and scp doesnt ask for password

    Hi all,
    this is my first attempt to oracle RAC . I configured the ssh gen as shown in documentation without using passphrase
    I tested ssh and scp and it do not ask me password .
    xt33db006[oracle:grid10p]/opt/home/oracle$ ssh xt33db007 date
    Thu Apr 24 12:15:13 PDT 2008
    xt33db007[oracle:grid10p]/opt/home/oracle$ ssh xt33db006 date
    Thu Apr 24 12:15:43 PDT 2008
    but when I try to do
    runcluvfy.sh comp nodecon -n xt33db006,xt33db007 -verbose
    Verifying node connectivity
    ERROR:
    User equivalence unavailable on all the nodes.
    Verification cannot proceed.
    do I need to put these 2 hostname in hosts.equiv file ? not sure what I am missing here
    I will appreciate any pointer .
    thanks
    -Prasad

    xt33db006[oracle:grid10p]/opt/home/oracle$ runcluvfy.sh stage -pre crsinst -n xt33db006,xt33db007 -verbose
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "xt33db006"
    Destination Node Reachable?
    xt33db006 yes
    xt33db007 yes
    Result: Node reachability check passed from node "xt33db006".
    Checking user equivalence...
    Check: User equivalence for user "oracle"
    Node Name Comment
    xt33db007 failed
    xt33db006 failed
    Result: User equivalence check failed for user "oracle".
    ERROR:
    User equivalence unavailable on all the nodes.
    Verification cannot proceed.
    Pre-check for cluster services setup was unsuccessful on all the nodes.

  • Runcluvfy.bat comp ssa - Shared storage check failed

    I've run the cluvfy on Windows 2003 64bits on SAN with 3 nodes and found that it's unsuccessful for the shared storage checking. (whereas it's successful on Windows2003 32 bits.)
    C:\Documents and Settings\Administrator>C:\_Ly1\102010_win64_x64_clusterware\clusterware\cluvfy\runcluvfy.bat comp ssa -n rac1,rac2,rac3
    The system cannot find the file specified.
    Verifying shared storage accessibility
    Checking shared storage accessibility...
    Shared storage check failed on nodes "rac2,rac1,rac3".
    Verification of shared storage accessibility was unsuccessful on all the nodes.
    C:\Documents and Settings\Administrator>
    I'm not sure that it may result in the Clusterware Installation fail or not.
    Here, I captured the failure screen :
    http://alkaspace.com/is.php?i=30223&img=clusterware-fai.jpg
    Please help me out. Thank you!!

    I just ran into this myself while building an enterprise system on Win Server 2003. The answers here did not sit well with me and I needed to be sure of the shared storage prior to proceeding further. Researching Metalink did not uncover any relevant information either. I then opened an SR with Oracle and I did get back a satisfactory response which allowed me to verify my shared storage. The entire text of their solution can be found at http://www.webofwood.com/rac/oracle-response-to-shared-storage-check-failed-on-nodes/. Basically, it is a method of using another utility to identify the storage device names used by Windows and then writing and reading to them from each node to verify each node 'sees' what is written by the other node(s). If this check is successful, you can then proceed.

  • Can I put more than one user under one Apple ID account. I want to let other family members use imessage on their own Apple device. Or is there another way to get this end result?

    Can I put more than one user under one Apple ID account. I want to let other family members use imessage on their own Apple device. Or is there another way to get this end result?

    You can seach the net for solutions like this one http://appletvvpn.com/how-to-connect-apple-tv-2-to-vpn/ another idea is to use a PC as the control and fit that with a wireless card and set up a ad hoc wireless network that the Apple TV uses. 

  • Refresh of Data in Xcelsius from Web Intelligence Results

    Hello,
    I am new to the forum but not to Business Objects/Xcelsius.  I attended the SAP Sapphire Event last May and spent time in the Business Objects lab.  Two Product Managers demonstrated how I would be able to refresh the data in an Xcelsius dashboard using Live Office by retreiving results from a Webi document without refreshing the Webi query. 
    For example, my Webi document contains 100,000 result rows.  I want to be able to select a dropdown in my dashboard and have Live Office retreive only a subset of the 100,000 rows.  This being done without having the Webi query being refreshed from the database.  The Webi query would be refreshed nightly.
    The Product Managers advised that this functionality would be available in Service Pack 3 or before.  As of now I cannot find out how to make this work.  Any help or information would be appreciated.  Thanks.

    Hello Charles,
    WebIntelligence Input Controls are a way to enhance and customize user experience with report filters, they are therefore based on report filters and the feature is more focused on user interface & experience rather than exposition outside web intelligence.
    Anyway, AFAIK, report filters are not available from Live Office report parts, you can only filter content with prompts, which requires the document to be refresh from the database, which has a direct impact on performance and scalability for consumers.
    However, if you are with WebIntelligence XI 3.1 SP2 you have the alternative to publish from WebI Rich Client, report elements (any table or chart) as web services (called BI Services).
    This tool is based on Qaaws technology, and share some of its features (main being that is uses the same Xcelsius Data Manager connection), it exposes a large part of WebI interactions to external consumers (esp. Xcelsius) : report filters, drill, prompts.
    Besides this tool provides a set of call input parameters to tune web service consumption for best performance and scalability, enabling to leverage WebI document management features like scehduling, publishing and refresh, so consumers can balance performance with real-time data.
    More information is available from WebIntelligence Rich Client user documentation from section sharing webi content with other web applications.
    I recommend you install the latest fix pack (SP2.5 and above), as some initial fixes were required to ensure full compatibility with Xcelsius.
    Hope that helps,
    David.

Maybe you are looking for

  • Unable to insert a table in DW MX 6.1.1842.0

    I have read a number of posts on this subject but none of the advice I have followed has rectified the problem. I hope someone here will be able to help. I am able to insert 'Table Objects' from the 'Insert Menu' in code view but am unable to insert

  • X11 for G5/PPC problems incl screen shots

    Hello:  Most x11 on Leopard questions have been archived, so you can't add to them. Please note I'm talking about x11 on G5 ppc hardware, so one is limited to OS10.5  and xquartz 2.6.1 (I don't think snow leopard 10.6 runs on G5 ppc, and I don't thin

  • I'm looking for the program that can make my left enter key an option key.

    I used to have it before my computer crashed and i lost everything on my hard drive. if any one who knows what it is please help me out.

  • Mac Power PC G5 with Air Port Extreme

    Hello, At home I have installed, since many years, a Wi-Fi network using an Air Port Extreme Base station. This works fine with different computers. Now I have "recovered" an older Mac from my office, which works with a dual PowerPC G5 and OS 10.5.8.

  • Computer freezes upon playing itunes with other programs open!!!

    When I run itunes with only a few other programs open, such as internet explorer, my computer completely freezes and will not even allow the ctrl/alt/delete shutdown. This problem also occurs when I have been running itunes by itself for a few songs.