Deinstall utility failed for oracle 11.2.0.2 grid

Hi,
I am trying to deinstall the Oracle 11.2.0.2 grid at AIX when executing deinstall utility its failing with error
CLUSTER_NODES does'nt contain the LOCAL_NODE
and LOCAL NODE is setting as virtual name instead of public name.
Regards.

Hi,
the installer/deinstaller is looking up the hostname, which is used in the inventory (inventory_location/ContentsXML/inventory.xml)
So if there you have the "wrong" hostnames, update them with the
runInstaller -updateNodelist
command. (Setting them correctly).
After that deinstall should work.
Regards
Sebastian

Similar Messages

  • BR0252E Function fopen() failed for '/oracle/SID/sapbackup/.user.pas' at location BrToolCall-2

    Hi all,
    I am working on setting up the DB13/BRTOOLS integration.
    I am trying to run a db check from sidadm user through brtools and getting the below error.
    BR0280I BRTOOLS time stamp: 2014-04-24 09.35.56
    BR0257I Your reply: 'c'
    BR0259I Program execution will be continued...
    BR0252E Function fopen() failed for '/oracle/PB1/sapbackup/.user.pas' at location BrToolCall-2
    BR0253E errno 13: Permission denied
    I changed the permissions for br* to 755 as below
    but still I am getting the same error.
    ustrlxpb1db80:pb1adm 73>  ls -l br*
    -rwxr-xr-x 1 pb1adm sapsys 5736689 Sep  7  2011 brarchive
    -rwxr-xr-x 1 pb1adm sapsys 5854578 Sep  7  2011 brbackup
    -rwxr-xr-x 1 pb1adm sapsys 7577045 Sep  7  2011 brconnect
    -rwxr-xr-x 1 pb1adm sapsys 6279708 Sep  7  2011 brrecover
    -rwxr-xr-x 1 pb1adm sapsys 2227868 Sep  2  2011 brrestore
    -rwxr-xr-x 1 pb1adm sapsys 8033945 Sep  7  2011 brspace
    -rwxr-xr-x 1 pb1adm sapsys 3090793 Sep  2  2011 brtools
    What might be the issue?
    Thanks
    vimal

    Hi Gaurav,
    Thanks for your information.
    I changed the persmissions for sapbackup and sapcheck to 775 and I can able to start the dbcheck via brtools through sidadm user.
    But it got stuck with a below sql error , with insufficient privileges
    BR0280I BRTOOLS time stamp: 2014-04-24 10.36.06
    BR0257I Your reply: 'c'
    BR0259I Program execution will be continued...
    BR0801I BRCONNECT 7.20 (17)
    BR0805I Start of BRCONNECT processing: censafis.chk 2014-04-24 10.36.06
    BR0484I BRCONNECT log file: /oracle/PB1/sapcheck/censafis.chk
    BR0477I Oracle pfile /oracle/PB1/112_64/dbs/initPB1.ora created from spfile /oracle/PB1/112_64/dbs/spfilePB1.ora
    BR0280I BRCONNECT time stamp: 2014-04-24 10.36.08
    BR0813I Schema owners found in database PB1:
    APPQOSSYS, DBSNMP, DIP, OPS$ORAPB1, OPS$PB1ADM, OPS$SAPSERVICEPB1, ORACLE_OCM, OUTLN, SAPSR3*, SYS,
    SYSTEM
    BR0280I BRCONNECT time stamp: 2014-04-24 10.36.09
    BR0814I Number of tables/partitions in schema of owner SAPSR3: 25128/247
    BR0836I Number of tables treated as info cubes for owner SAPSR3: 1676
    BR0814I Number of tables/partitions in schema of owner SYS: 890/298
    BR0814I Number of tables/partitions in schema of owner SYSTEM: 151/39
    BR0280I BRCONNECT time stamp: 2014-04-24 10.36.12
    BR0815I Number of indexes/partitions in schema of owner SAPSR3: 33103/502
    BR0815I Number of indexes/partitions in schema of owner SYS: 965/242
    BR0815I Number of indexes/partitions in schema of owner SYSTEM: 212/52
    BR0280I BRCONNECT time stamp: 2014-04-24 10.36.13
    BR0816I Number of segments in schema of owner DBSNMP: 8
    BR0816I Number of segments in schema of owner OPS$PB1ADM: 1
    BR0816I Number of segments in schema of owner OUTLN: 9
    BR0816I Number of segments/LOBs in schema of owner SAPSR3: 21553/2395
    BR0816I Number of segments/LOBs in schema of owner SYS: 2714/144
    BR0816I Number of segments/LOBs in schema of owner SYSTEM: 407/22
    BR0280I BRCONNECT time stamp: 2014-04-24 10.36.13
    BR0961I Number of conditions found in DBCHECKORA: 128
    BR0280I BRCONNECT time stamp: 2014-04-24 10.36.13
    BR0301E SQL error -1031 at location BrDbdiffRead-1, SQL statement:
    'PREPARE stmt_5 FROM'
    'SELECT OBJNAME FROM "SAPSR3".DBDIFF WHERE DBSYS IN ('ORACLE', ' ') AND OBJTYPE = 'TABL' AND DIFFKIND IN ('02', '61', '99') ORDER BY OBJNAME'
    ORA-01031: insufficient privileges
    BR0806I End of BRCONNECT processing: censafis.chk 2014-04-24 10.36.13
    BR0280I BRCONNECT time stamp: 2014-04-24 10.36.13
    BR0804I BRCONNECT terminated with errors
    BR0292I Execution of BRCONNECT finished with return code 3
    Thanks
    Vimal

  • OCI calls failing for Oracle 11g 11.1.0.7 (64 bit)

    Hi,
    I have a 32bit app which we build and compile in a 32 bit OS, we then deploy this in a 64 bit Windows 2008 R1 machine which has a 11g 64 bit DB;
    when the code make the OCI calls the app terminates.On debugging we found out that its failing to make OCI calls on the connect() method of a .cpp file.
    This connect code is a custom wrapper class created for OCI which only accepts a complete SQL statement mainly used for looking after rollback segments, etc.
    The code runs perfectly fine when we internally call the ORACMD of sqlplus and directly execute the sql from a script.
    It only fails when our code tries to connect to the DB and make OCI calls.
    I have also installed a 32 bit Oracle 11g Client 11.1.0.7 since I am using a 32 bit app.
    Is there any compatibility issues between these 2 versions or the dll's?
    Why is it failing while making OCI calls and is there any resolution?
    My machine and setup details:
    OS: Windows 2008 R1
    DB : Oracle 11g R1 11.1.0.7 (64 bit)
    Client: Oracle 11g R1 11.1.0.7 (32 bit)
    Our App: 32 bit
    ORACLE_HOME = // this is pointing to the 64 bit DB
    I tried pointing the oracle_home to the client still no go.
    Any suggestions on this will be appreciated.
    Regards
    Roy

    user13376823 wrote:
    how do i find that my database is using big file tablespace management or not ?
    SQL> select TABLESPACE_NAME,BIGFILE from dba_tablespaces;
    TABLESPACE_NAME                BIG
    SYSTEM                         NO
    UNDOTBS1                       NO
    SYSAUX                         NO
    USERS                          NO
    UNDOTBS2                       NO
    TEMP1                          NO
    TEMP3                          NO
    TEMP2                          NO
    8 rows selected.For tablespaces with smallfile datafile maximun datafile size is 32GB, where as bigfile datafile size is 8 exabytes.

  • How long should the Repository Creation Utility take for Oracle Portal?

    I'm running the Oracle Repository Creation Utility (RCU) as a precursor to installing WebCenter, and the schema creation process is stuck on the "Portal" step. The first 10-12 steps each took less than 30 seconds to complete, and the last step has been going for 2 hours 14 minutes.
    I checked the rcu log files, and they are constantly being updated with new progress information as though the process is still working. I haven't been able to find anyone else on the internet with this problem. From various screenshots on google, it looks like it can complete in under 10 minutes in some cases.
    Thanks,
    Dave

    Is it showing some error ?
    Check with DB settings and parameters properly.Usaully it should not take long time to complete.Possible chances are corrupt rcu file.I would suggest download again the RCU and re-run it.
    Anyways in which version of DB you are trying to install ?(vendor and version).
    Which version of RCU you are using ?
    Regards,
    Hoque

  • Import utility/mechanism for Oracle in Java

    Hi,
    Here's my requirement:
    I need to upload text(csv) files into Oracle tables through Java code.
    The code needs to be generic, so that someone calling it just provides the table name and the file to be uploaded; and the file gets uploaded into the table.
    Parsing the file line-by-line is not an option, as:
    1. The file/table formats will keep changing during the applications life-cycle.
    2. Performance issues, as the file sizes will be huge (>100 MB).
    The other option I explored was the sqlldr utility from Oracle. Its quite fast and easy to use but is a command-line utility which would have to be called through the use of Runtime.exec() or similar mechanism, which doesn't seem like a good choice for an enterprise application when seen in the perspective of error/exception handling, code executing outside JVM etc.
    Does anyone know of any similar utility written in Java or any other innovative way of handling such a requirement?
    Any pointers would be appreciated.

    Parsing the file line-by-line is not an option, as:
    1. The file/table formats will keep changing during
    the applications life-cycle.What's the problem with that? You will always need to specify table name, and columns to insert into. The app will then read the file line by line and insert records into the database (but you should do the inserts in batches, and not line by line)
    2. Performance issues, as the file sizes will be huge
    (>100 MB).100MB is not huge.
    Kaj

  • PeopleSoft Import WSDL utility fails for BPELs deloyed on linux server?

    We have installed Oracle AS 10.1.2 on a LINUX server and deployed few BPELs there. I am trying to import BPEL in PeopleSoft Financials 8.8 using Integration Broker Import WSDL utility.
    Its throwing following error message
    java.lang.StringIndexOutOfBoundsException: String index out of range: -7
         at java.lang.String.substring(String.java:1480)
         at psft.pt8.pshttp.PSHttp.getCookies(PSHttp.java:455)
         at com.peoplesoft.pt.integrationgateway.targetconnector.HttpTargetConnector.send(HttpTargetConnector.java:383)
         at com.peoplesoft.pt.integrationgateway.service.BasicConnectorInvocator.execute(BasicConnectorInvocator.java:120)
         at com.peoplesoft.pt.integrationgateway.framework.GatewayManager.invokeService(GatewayManager.java:130)
         at com.peoplesoft.pt.integrationgateway.framework.GatewayManager.manageRequest(GatewayManager.java:286)
         at com.peoplesoft.pt.integrationgateway.framework.GatewayManager.connect(GatewayManager.java:211)
         at com.peoplesoft.pt.integrationgateway.listeningconnector.PeopleSoftListeningConnector.doPost(PeopleSoftListeningConnector.java:123)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    and
    Request Content could not be retrieved because of Exception:IBRequest:getInfoXMLString(). MessageName is a required field.
    But I am able to import java webservice WSDL deployed on same server.
    Moreover, I am able to import BPEL WSDLs deployed on a windows m/c.
    Can somebody suggest a solution ?

    Hi,
    This is the B2B forum. Please repost your question to the BPEL forum.
    Thanks,
    Eng

  • EM logon fails for Oracle App Server (10.1.3.1.0)

    I am trying to logon to the Enterprise Manger 10g Grid Control.
    My OS is HP-UX 11.11
    I am receiving Invalid/Password. I have change this password twice and still receiving the error.
    Does anyone know what's going on with this Application?
    Please Help!

    Hi..
    I am changing the account for oc4jadmin
    I changed it in system-jazn-data.xml file. Restarted
    the processes and have'nt been able to login..
    Any ideas?Looks like it's related to application server and nothing to do with grid control. Think you should post your question in the Application Server Forum...
    I've done instatallations of OAS and never had to change password for oc4jadmin. There is an account ias_admin that you set the password to..can you log on with that account?

  • Determination of file status for /oracle/SID/102_64/rdbms/admin/log failed

    Hello all,
    When using brtools, the following error pops up. Appreciate if you could share some hints. thanks.
    > brtools
    BR0651I BRTOOLS 7.00 (43)
    BR0252E Function stat() failed for '/oracle/QAA/102_64/rdbms/admin/log' at location BrFileStatGet-1
    BR0253E errno 13: Permission denied
    BR0273E Determination of file status for /oracle/QAA/102_64/rdbms/admin/log failed
    BR0280I BRTOOLS time stamp: 2010-05-07 14.20.41
    BR0654I BRTOOLS terminated with errors
    Kind regards
    Raymond

    >
    Raymond Yuan wrote:
    > BR0252E Function stat() failed for '/oracle/QAA/102_64/rdbms/admin/log' at location BrFileStatGet-1
    > BR0253E errno 13: Permission denied
    >
    Hello,
    now this message is pretty obvious. So the needed information would be:
    ls -ld /oracle/QAA/102_64/rdbms/admin
    ls -ld /oracle/QAA/102_64/rdbms/admin/log
    ls -ld brtools
    id
    and then compare if the user executing brtools has appropiate rights.
    Most likely you did not run saproot.sh so brtools might not be set suid to oraqaa
    and you are executing as qaaadm.
    Best regards
    Volker

  • BR0252E Function mkdir() failed for adding the data file

    Dear experts.
      I assigned new file to data file, i face below error
    BR0280I BRSPACE time stamp: 2010-12-15 10.38.26
    BR0681I Enter string value for "file" (<file>|<sapdata>|<N>) [/oracle/DBP/sapdata7/sr3_70/sr3.data69]:
    /oracle/DBP/sapdata8/sr3_70/sr3.data69
    BR0280I BRSPACE time stamp: 2010-12-15 10.38.46
    BR0683I New value for "file": '/oracle/DBP/sapdata8/sr3_70/sr3.data69'
    Error
    BR0252E Function mkdir() failed for '/oracle/DBP/sapdata8/sr3_70' at location BrDirCreate-1
    BR0253E errno 13: Permission denied
    Regards,
    kalees

    >>BR0252E Function mkdir() failed for '/oracle/DBP/sapdata8/sr3_70' at location BrDirCreate-1
    Make sure the sapdata8 is owned by ora<SID> and dba group.
    and you are adding the datafile using ora<SID> userID.

  • How to monitor the activitis dbms job for oracle 9i

    Hi Expert,
    How can i monitor or received notification from the dbms job is whether run sucess or fail for oracle 9i db. Apreciate u guy can assist me.
    Regard
    william

    Hi,
    if any job broken you can configure email option using dbms package or OEM....
    have a look in this link how to configure email alerts through dbms package..
    http://www.sixwhits.com/documentation/SuggsDocs/Oracle/Oracle/Tom%27s%20Book%20CD/5254AppAEfinal.pdf
    you can configure alerts from OEM
    http://download.oracle.com/docs/cd/B16240_01/doc/em.102/e10954/notification.htm
    Thanks

  • 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

  • Failed preliminary checks for Oracle Real Application Cluster 12C.

    Hi, all. Please, help to investigate and solve. Thanks.
    [grid@orac1 grid]$ ./runcluvfy.sh stage -pre crsinst -n orac1,orac2 -fixup -verbose
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "orac1"
      Destination Node                      Reachable?            
      orac1                                 yes                   
      orac2                                 yes                   
    Result: Node reachability check passed from node "orac1"      
    Checking user equivalence...
    Check: User equivalence for user "grid"
      Node Name                             Status                
      orac2                                 passed                
      orac1                                 passed                
    Result: User equivalence check passed for user "grid"         
    Checking node connectivity...
    Checking hosts config file...
      Node Name                             Status                
      orac1                                 passed                
      orac2                                 passed                
    Verification of the hosts config file successful
    Interface information for node "orac1"
    Name   IP Address      Subnet          Gateway         Def. Gateway    HW Address        MTU 
    eth0   10.154.137.101  10.154.137.0    0.0.0.0         10.0.4.2        08:00:27:28:D1:1F 1500
    eth1   10.154.138.101  10.154.138.0    0.0.0.0         10.0.4.2        08:00:27:51:E8:B9 1500
    eth2   10.0.4.15       10.0.4.0        0.0.0.0         10.0.4.2        08:00:27:5B:D7:29 1500
    Interface information for node "orac2"
    Name   IP Address      Subnet          Gateway         Def. Gateway    HW Address        MTU 
    eth0   10.154.137.102  10.154.137.0    0.0.0.0         10.0.4.2        08:00:27:7F:C8:70 1500
    eth1   10.154.138.102  10.154.138.0    0.0.0.0         10.0.4.2        08:00:27:9D:27:D8 1500
    eth2   10.0.4.15       10.0.4.0        0.0.0.0         10.0.4.2        08:00:27:6E:92:43 1500
    Check: Node connectivity of subnet "10.154.137.0"
      Source                          Destination                     Connected?    
      orac1[10.154.137.101]           orac2[10.154.137.102]           yes           
    Result: Node connectivity passed for subnet "10.154.137.0" with node(s) orac1,orac2
    Check: TCP connectivity of subnet "10.154.137.0"
      Source                          Destination                     Connected?    
      orac1:10.154.137.101            orac2:10.154.137.102            failed        
    ERROR:
    PRVF-7617 : Node connectivity between "orac1 : 10.154.137.101" and "orac2 : 10.154.137.102" failed
    Result: TCP connectivity check failed for subnet "10.154.137.0"                                 
    Check: Node connectivity of subnet "10.154.138.0"
      Source                          Destination                     Connected?    
      orac1[10.154.138.101]           orac2[10.154.138.102]           yes           
    Result: Node connectivity passed for subnet "10.154.138.0" with node(s) orac1,orac2
    Check: TCP connectivity of subnet "10.154.138.0"
      Source                          Destination                     Connected?    
      orac1:10.154.138.101            orac2:10.154.138.102            failed        
    ERROR:
    PRVF-7617 : Node connectivity between "orac1 : 10.154.138.101" and "orac2 : 10.154.138.102" failed
    Result: TCP connectivity check failed for subnet "10.154.138.0"                                 
    Check: Node connectivity of subnet "10.0.4.0"
      Source                          Destination                     Connected?    
      orac1[10.0.4.15]                orac2[10.0.4.15]                yes           
    Result: Node connectivity passed for subnet "10.0.4.0" with node(s) orac1,orac2 
    Check: TCP connectivity of subnet "10.0.4.0"
      Source                          Destination                     Connected?    
      orac1:10.0.4.15                 orac2:10.0.4.15                 failed        
    ERROR:
    PRVF-7617 : Node connectivity between "orac1 : 10.0.4.15" and "orac2 : 10.0.4.15" failed
    Result: TCP connectivity check failed for subnet "10.0.4.0"                           
    Interfaces found on subnet "10.0.4.0" that are likely candidates for VIP are:
    orac1 eth2:10.0.4.15                                                       
    orac2 eth2:10.0.4.15                                                       
    WARNING:
    Could not find a suitable set of interfaces for the private interconnect
    Checking subnet mask consistency...                                   
    Subnet mask consistency check passed for subnet "10.154.137.0".       
    Subnet mask consistency check passed for subnet "10.154.138.0".       
    Subnet mask consistency check passed for subnet "10.0.4.0".           
    Subnet mask consistency check passed.                                 
    ERROR:
    PRVG-1172 : The IP address "10.0.4.15" is on multiple interfaces "eth2,eth2" on nodes "orac2,orac1"
    Result: Node connectivity check failed
    Checking multicast communication...
    Checking subnet "10.154.137.0" for multicast communication with multicast group "224.0.0.251"...
    PRVG-11138 : Interface "10.154.137.101" on node "orac1" is not able to communicate with interface "10.154.137.101" on node "orac1" over multicast group "224.0.0.251"
    PRVG-11138 : Interface "10.154.137.101" on node "orac1" is not able to communicate with interface "10.154.137.102" on node "orac2" over multicast group "224.0.0.251"
    PRVG-11138 : Interface "10.154.137.102" on node "orac2" is not able to communicate with interface "10.154.137.101" on node "orac1" over multicast group "224.0.0.251"
    PRVG-11138 : Interface "10.154.137.102" on node "orac2" is not able to communicate with interface "10.154.137.102" on node "orac2" over multicast group "224.0.0.251"
    Checking subnet "10.154.138.0" for multicast communication with multicast group "224.0.0.251"...                                                                   
    PRVG-11138 : Interface "10.154.138.101" on node "orac1" is not able to communicate with interface "10.154.138.101" on node "orac1" over multicast group "224.0.0.251"
    PRVG-11138 : Interface "10.154.138.101" on node "orac1" is not able to communicate with interface "10.154.138.102" on node "orac2" over multicast group "224.0.0.251"
    PRVG-11138 : Interface "10.154.138.102" on node "orac2" is not able to communicate with interface "10.154.138.101" on node "orac1" over multicast group "224.0.0.251"
    PRVG-11138 : Interface "10.154.138.102" on node "orac2" is not able to communicate with interface "10.154.138.102" on node "orac2" over multicast group "224.0.0.251"
    Checking subnet "10.0.4.0" for multicast communication with multicast group "224.0.0.251"...                                                                       
    PRVG-11138 : Interface "10.0.4.15" on node "orac1" is not able to communicate with interface "10.0.4.15" on node "orac1" over multicast group "224.0.0.251"        
    PRVG-11138 : Interface "10.0.4.15" on node "orac1" is not able to communicate with interface "10.0.4.15" on node "orac2" over multicast group "224.0.0.251"        
    PRVG-11138 : Interface "10.0.4.15" on node "orac2" is not able to communicate with interface "10.0.4.15" on node "orac1" over multicast group "224.0.0.251"        
    PRVG-11138 : Interface "10.0.4.15" on node "orac2" is not able to communicate with interface "10.0.4.15" on node "orac2" over multicast group "224.0.0.251"        
    Checking ASMLib configuration.
      Node Name                             Status                
      orac1                                 passed                
      orac2                                 passed                
    Result: Check for ASMLib configuration passed.                
    Check: Total memory
      Node Name     Available                 Required                  Status  
      orac2         5.714GB (5991520.0KB)     4GB (4194304.0KB)         passed  
      orac1         5.714GB (5991520.0KB)     4GB (4194304.0KB)         passed  
    Result: Total memory check passed                                           
    Check: Available memory
      Node Name     Available                 Required                  Status  
      orac2         5.2293GB (5483324.0KB)    50MB (51200.0KB)          passed  
      orac1         5.1456GB (5395600.0KB)    50MB (51200.0KB)          passed  
    Result: Available memory check passed                                       
    Check: Swap space
      Node Name     Available                 Required                  Status  
      orac2         6.125GB (6422520.0KB)     5.714GB (5991520.0KB)     passed  
      orac1         6.125GB (6422520.0KB)     5.714GB (5991520.0KB)     passed  
    Result: Swap space check passed                                             
    Check: Free disk space for "orac2:/usr,orac2:/var,orac2:/etc,orac2:/sbin,orac2:/tmp"
      Path              Node Name     Mount point   Available     Required      Status    
      /usr              orac2         /             37.8398GB     1.0635GB      passed    
      /var              orac2         /             37.8398GB     1.0635GB      passed    
      /etc              orac2         /             37.8398GB     1.0635GB      passed    
      /sbin             orac2         /             37.8398GB     1.0635GB      passed    
      /tmp              orac2         /             37.8398GB     1.0635GB      passed    
    Result: Free disk space check passed for "orac2:/usr,orac2:/var,orac2:/etc,orac2:/sbin,orac2:/tmp"
    Check: Free disk space for "orac1:/usr,orac1:/var,orac1:/etc,orac1:/sbin,orac1:/tmp"
      Path              Node Name     Mount point   Available     Required      Status    
      /usr              orac1         /             32.4382GB     1.0635GB      passed    
      /var              orac1         /             32.4382GB     1.0635GB      passed    
      /etc              orac1         /             32.4382GB     1.0635GB      passed    
      /sbin             orac1         /             32.4382GB     1.0635GB      passed    
      /tmp              orac1         /             32.4382GB     1.0635GB      passed    
    Result: Free disk space check passed for "orac1:/usr,orac1:/var,orac1:/etc,orac1:/sbin,orac1:/tmp"
    Check: User existence for "grid"
      Node Name     Status                    Comment               
      orac2         passed                    exists(1100)          
      orac1         passed                    exists(1100)          
    Checking for multiple users with UID value 1100
    Result: Check for multiple users with UID value 1100 passed
    Result: User existence check passed for "grid"            
    Check: Group existence for "oinstall"
      Node Name     Status                    Comment               
      orac2         passed                    exists                
      orac1         passed                    exists                
    Result: Group existence check passed for "oinstall"             
    Check: Group existence for "dba"
      Node Name     Status                    Comment               
      orac2         passed                    exists                
      orac1         passed                    exists                
    Result: Group existence check passed for "dba"                  
    Check: Membership of user "grid" in group "oinstall" [as Primary]
      Node Name         User Exists   Group Exists  User in Group  Primary       Status    
      orac2             yes           yes           yes           yes           passed     
      orac1             yes           yes           yes           yes           passed     
    Result: Membership check for user "grid" in group "oinstall" [as Primary] passed       
    Check: Membership of user "grid" in group "dba"
      Node Name         User Exists   Group Exists  User in Group  Status        
      orac2             yes           yes           yes           passed         
      orac1             yes           yes           yes           passed         
    Result: Membership check for user "grid" in group "dba" passed               
    Check: Run level
      Node Name     run level                 Required                  Status  
      orac2         5                         3,5                       passed  
      orac1         5                         3,5                       passed  
    Result: Run level check passed                                              
    Check: Hard limits for "maximum open file descriptors"
      Node Name         Type          Available     Required      Status        
      orac2             hard          4096          65536         failed        
      orac1             hard          4096          65536         failed        
    Result: Hard limits check failed for "maximum open file descriptors"        
    Check: Soft limits for "maximum open file descriptors"
      Node Name         Type          Available     Required      Status        
      orac2             soft          1024          1024          passed        
      orac1             soft          4096          1024          passed        
    Result: Soft limits check passed for "maximum open file descriptors"        
    Check: Hard limits for "maximum user processes"
      Node Name         Type          Available     Required      Status        
      orac2             hard          46654         16384         passed        
      orac1             hard          46654         16384         passed        
    Result: Hard limits check passed for "maximum user processes"               
    Check: Soft limits for "maximum user processes"
      Node Name         Type          Available     Required      Status        
      orac2             soft          1024          2047          failed        
      orac1             soft          1024          2047          failed        
    Result: Soft limits check failed for "maximum user processes"               
    Check: System architecture
      Node Name     Available                 Required                  Status  
      orac2         x86_64                    x86_64                    passed  
      orac1         x86_64                    x86_64                    passed  
    Result: System architecture check passed                                    
    Check: Kernel version
      Node Name     Available                 Required                  Status  
      orac2         2.6.32-279.el6.x86_64     2.6.32                    passed  
      orac1         2.6.32-279.el6.x86_64     2.6.32                    passed  
    Result: Kernel version check passed                                         
    Check: Kernel parameter for "semmsl"
      Node Name         Current       Configured    Required      Status        Comment   
      orac1             250           250           250           passed                  
      orac2             250           250           250           passed                  
    Result: Kernel parameter check passed for "semmsl"                                    
    Check: Kernel parameter for "semmns"
      Node Name         Current       Configured    Required      Status        Comment   
      orac1             32000         32000         32000         passed                  
      orac2             32000         32000         32000         passed                  
    Result: Kernel parameter check passed for "semmns"                                    
    Check: Kernel parameter for "semopm"
      Node Name         Current       Configured    Required      Status        Comment   
      orac1             100           100           100           passed                  
      orac2             100           100           100           passed                  
    Result: Kernel parameter check passed for "semopm"                                    
    Check: Kernel parameter for "semmni"
      Node Name         Current       Configured    Required      Status        Comment   
      orac1             128           128           128           passed                  
      orac2             128           128           128           passed                  
    Result: Kernel parameter check passed for "semmni"                                    
    Check: Kernel parameter for "shmmax"
      Node Name         Current       Configured    Required      Status        Comment   
      orac1             4398046511104  4398046511104  3067658240    passed                
      orac2             4398046511104  4398046511104  3067658240    passed                
    Result: Kernel parameter check passed for "shmmax"                                    
    Check: Kernel parameter for "shmmni"
      Node Name         Current       Configured    Required      Status        Comment   
      orac1             4096          4096          4096          passed                  
      orac2             4096          4096          4096          passed                  
    Result: Kernel parameter check passed for "shmmni"                                    
    Check: Kernel parameter for "shmall"
      Node Name         Current       Configured    Required      Status        Comment   
      orac1             4294967296    4294967296    599152        passed                  
      orac2             4294967296    4294967296    599152        passed                  
    Result: Kernel parameter check passed for "shmall"                                    
    Check: Kernel parameter for "file-max"
      Node Name         Current       Configured    Required      Status        Comment   
      orac1             6815744       6815744       6815744       passed                  
      orac2             6815744       6815744       6815744       passed                  
    Result: Kernel parameter check passed for "file-max"                                  
    Check: Kernel parameter for "ip_local_port_range"
      Node Name         Current       Configured    Required      Status        Comment   
      orac1             between 9000 & 65500  between 9000 & 65500  between 9000 & 65535  passed        
      orac2             between 9000 & 65500  between 9000 & 65500  between 9000 & 65535  passed        
    Result: Kernel parameter check passed for "ip_local_port_range"                                     
    Check: Kernel parameter for "rmem_default"
      Node Name         Current       Configured    Required      Status        Comment   
      orac1             262144        262144        262144        passed                  
      orac2             262144        262144        262144        passed                  
    Result: Kernel parameter check passed for "rmem_default"                              
    Check: Kernel parameter for "rmem_max"
      Node Name         Current       Configured    Required      Status        Comment   
      orac1             4194304       4194304       4194304       passed                  
      orac2             4194304       4194304       4194304       passed                  
    Result: Kernel parameter check passed for "rmem_max"                                  
    Check: Kernel parameter for "wmem_default"
      Node Name         Current       Configured    Required      Status        Comment   
      orac1             262144        262144        262144        passed                  
      orac2             262144        262144        262144        passed                  
    Result: Kernel parameter check passed for "wmem_default"                              
    Check: Kernel parameter for "wmem_max"
      Node Name         Current       Configured    Required      Status        Comment   
      orac1             1048576       1048576       1048576       passed                  
      orac2             1048576       1048576       1048576       passed                  
    Result: Kernel parameter check passed for "wmem_max"                                  
    Check: Kernel parameter for "aio-max-nr"
      Node Name         Current       Configured    Required      Status        Comment   
      orac1             1048576       1048576       1048576       passed                  
      orac2             1048576       1048576       1048576       passed                  
    Result: Kernel parameter check passed for "aio-max-nr"                                
    Check: Package existence for "binutils"
      Node Name     Available                 Required                  Status  
      orac2         binutils-2.20.51.0.2-5.34.el6  binutils-2.20.51.0.2      passed  
      orac1         binutils-2.20.51.0.2-5.34.el6  binutils-2.20.51.0.2      passed  
    Result: Package existence check passed for "binutils"                            
    Check: Package existence for "compat-libcap1"
      Node Name     Available                 Required                  Status  
      orac2         compat-libcap1-1.10-1     compat-libcap1-1.10       passed  
      orac1         compat-libcap1-1.10-1     compat-libcap1-1.10       passed  
    Result: Package existence check passed for "compat-libcap1"                 
    Check: Package existence for "compat-libstdc++-33(x86_64)"
      Node Name     Available                 Required                  Status  
      orac2         compat-libstdc++-33(x86_64)-3.2.3-69.el6  compat-libstdc++-33(x86_64)-3.2.3  passed  
      orac1         compat-libstdc++-33(x86_64)-3.2.3-69.el6  compat-libstdc++-33(x86_64)-3.2.3  passed  
    Result: Package existence check passed for "compat-libstdc++-33(x86_64)"                             
    Check: Package existence for "libgcc(x86_64)"
      Node Name     Available                 Required                  Status  
      orac2         libgcc(x86_64)-4.4.7-11.el6  libgcc(x86_64)-4.4.4      passed  
      orac1         libgcc(x86_64)-4.4.7-11.el6  libgcc(x86_64)-4.4.4      passed  
    Result: Package existence check passed for "libgcc(x86_64)"                    
    Check: Package existence for "libstdc++(x86_64)"
      Node Name     Available                 Required                  Status  
      orac2         libstdc++(x86_64)-4.4.7-11.el6  libstdc++(x86_64)-4.4.4   passed  
      orac1         libstdc++(x86_64)-4.4.7-11.el6  libstdc++(x86_64)-4.4.4   passed  
    Result: Package existence check passed for "libstdc++(x86_64)"                    
    Check: Package existence for "libstdc++-devel(x86_64)"
      Node Name     Available                 Required                  Status  
      orac2         libstdc++-devel(x86_64)-4.4.7-11.el6  libstdc++-devel(x86_64)-4.4.4  passed  
      orac1         libstdc++-devel(x86_64)-4.4.7-11.el6  libstdc++-devel(x86_64)-4.4.4  passed  
    Result: Package existence check passed for "libstdc++-devel(x86_64)"                         
    Check: Package existence for "sysstat"
      Node Name     Available                 Required                  Status  
      orac2         sysstat-9.0.4-20.el6      sysstat-9.0.4             passed  
      orac1         sysstat-9.0.4-20.el6      sysstat-9.0.4             passed  
    Result: Package existence check passed for "sysstat"                        
    Check: Package existence for "gcc"
      Node Name     Available                 Required                  Status  
      orac2         gcc-4.4.7-11.el6          gcc-4.4.4                 passed  
      orac1         gcc-4.4.7-11.el6          gcc-4.4.4                 passed  
    Result: Package existence check passed for "gcc"                            
    Check: Package existence for "gcc-c++"
      Node Name     Available                 Required                  Status  
      orac2         gcc-c++-4.4.7-11.el6      gcc-c++-4.4.4             passed  
      orac1         gcc-c++-4.4.7-11.el6      gcc-c++-4.4.4             passed  
    Result: Package existence check passed for "gcc-c++"                        
    Check: Package existence for "ksh"
      Node Name     Available                 Required                  Status  
      orac2         ksh-20120801-21.el6.1     ksh-...                   passed  
      orac1         ksh-20120801-21.el6.1     ksh-...                   passed  
    Result: Package existence check passed for "ksh"                            
    Check: Package existence for "make"
      Node Name     Available                 Required                  Status  
      orac2         make-3.81-20.el6          make-3.81                 passed  
      orac1         make-3.81-20.el6          make-3.81                 passed  
    Result: Package existence check passed for "make"                           
    Check: Package existence for "glibc(x86_64)"
      Node Name     Available                 Required                  Status  
      orac2         glibc(x86_64)-2.12-1.149.el6  glibc(x86_64)-2.12        passed  
      orac1         glibc(x86_64)-2.12-1.149.el6  glibc(x86_64)-2.12        passed  
    Result: Package existence check passed for "glibc(x86_64)"                      
    Check: Package existence for "glibc-devel(x86_64)"
      Node Name     Available                 Required                  Status  
      orac2         glibc-devel(x86_64)-2.12-1.149.el6  glibc-devel(x86_64)-2.12  passed  
      orac1         glibc-devel(x86_64)-2.12-1.149.el6  glibc-devel(x86_64)-2.12  passed  
    Result: Package existence check passed for "glibc-devel(x86_64)"                      
    Check: Package existence for "libaio(x86_64)"
      Node Name     Available                 Required                  Status  
      orac2         libaio(x86_64)-0.3.107-10.el6  libaio(x86_64)-0.3.107    passed  
      orac1         libaio(x86_64)-0.3.107-10.el6  libaio(x86_64)-0.3.107    passed  
    Result: Package existence check passed for "libaio(x86_64)"                      
    Check: Package existence for "libaio-devel(x86_64)"
      Node Name     Available                 Required                  Status  
      orac2         libaio-devel(x86_64)-0.3.107-10.el6  libaio-devel(x86_64)-0.3.107  passed  
      orac1         libaio-devel(x86_64)-0.3.107-10.el6  libaio-devel(x86_64)-0.3.107  passed  
    Result: Package existence check passed for "libaio-devel(x86_64)"                          
    Check: Package existence for "nfs-utils"
      Node Name     Available                 Required                  Status  
      orac2         nfs-utils-1.2.3-26.el6    nfs-utils-1.2.3-15        passed  
      orac1         nfs-utils-1.2.3-26.el6    nfs-utils-1.2.3-15        passed  
    Result: Package existence check passed for "nfs-utils"                      
    Checking availability of ports "6200,6100" required for component "Oracle Notification Service (ONS)"
      Node Name         Port Number   Protocol      Available     Status                               
      orac2             6200          TCP           yes           successful                           
      orac1             6200          TCP           yes           successful                           
      orac2             6100          TCP           yes           successful                           
      orac1             6100          TCP           yes           successful                           
    Result: Port availability check passed for ports "6200,6100"                                       
    Checking for multiple users with UID value 0
    Result: Check for multiple users with UID value 0 passed
    Check: Current group ID
    Result: Current group ID check passed
    Starting check for consistency of primary group of root user
      Node Name                             Status                
      orac2                                 passed                
      orac1                                 passed                
    Check for consistency of root user's primary group passed
    Starting Clock synchronization checks using Network Time Protocol(NTP)...
    NTP Configuration file check started...
    The NTP configuration file "/etc/ntp.conf" is available on all nodes
    NTP Configuration file check passed                               
    Checking daemon liveness...
    Check: Liveness for "ntpd"
      Node Name                             Running?              
      orac2                                 yes                   
      orac1                                 yes                   
    Result: Liveness check passed for "ntpd"                      
    Check for NTP daemon or service alive passed on all nodes     
    Checking whether NTP daemon or service is using UDP port 123 on all nodes
    Check for NTP daemon or service using UDP port 123
      Node Name                             Port Open?            
      orac2                                 yes                   
      orac1                                 yes                   
    NTP common Time Server Check started...
    NTP Time Server "193.27.209.1" is common to all nodes on which the NTP daemon is running
    NTP Time Server "194.29.130.252" is common to all nodes on which the NTP daemon is running
    Check of common NTP Time Server passed                                                  
    Clock time offset check from NTP Time Server started...
    Checking on nodes "[orac2, orac1]"...                
    Check: Clock time offset from NTP Time Server        
    Time Server: 193.27.209.1
    Time Offset Limit: 1000.0 msecs
      Node Name     Time Offset               Status                
      orac2         -355.25                   passed                
      orac1         -124.19                   passed                
    Time Server "193.27.209.1" has time offsets that are within permissible limits for nodes "[orac2, orac1]".
    Time Server: 194.29.130.252
    Time Offset Limit: 1000.0 msecs
      Node Name     Time Offset               Status                
      orac2         -358.87                   passed                
      orac1         -109.63                   passed                
    Time Server "194.29.130.252" has time offsets that are within permissible limits for nodes "[orac2, orac1]".
    Clock time offset check passed                                                                             
    Result: Clock synchronization check using Network Time Protocol(NTP) passed
    Checking Core file name pattern consistency...
    Core file name pattern consistency check passed.
    Checking to make sure user "grid" is not in "root" group
      Node Name     Status                    Comment               
      orac2         passed                    does not exist        
      orac1         passed                    does not exist        
    Result: User "grid" is not part of "root" group. Check passed   
    Check default user file creation mask
      Node Name     Available                 Required                  Comment 
      orac2         0022                      0022                      passed  
      orac1         0022                      0022                      passed  
    Result: Default user file creation mask check passed                        
    Checking integrity of file "/etc/resolv.conf" across nodes                  
    Checking the file "/etc/resolv.conf" to make sure only one of domain and search entries is defined
    WARNING:
    PRVF-5640 : Both search and domain entries are present in file "/etc/resolv.conf" on the following nodes: orac1,orac2
    Checking if domain entry in file "/etc/resolv.conf" is consistent across the nodes...                              
    Checking file "/etc/resolv.conf" to make sure that only one domain entry is defined                                
    More than one "domain" entry does not exist in any "/etc/resolv.conf" file                                         
    All nodes have same "domain" entry defined in file "/etc/resolv.conf"                                              
    Checking if search entry in file "/etc/resolv.conf" is consistent across the nodes...                              
    Checking file "/etc/resolv.conf" to make sure that only one search entry is defined                                
    More than one "search" entry does not exist in any "/etc/resolv.conf" file                                         
    All nodes have same "search" order defined in file "/etc/resolv.conf"                                              
    Checking DNS response time for an unreachable node                                                                 
      Node Name                             Status                                                                     
      orac1                                 passed                                                                     
      orac2                                 passed                                                                     
    The DNS response time for an unreachable node is within acceptable limit on all nodes                              
    Check for integrity of file "/etc/resolv.conf" passed
    Check: Time zone consistency
    Result: Time zone consistency check passed
    Checking integrity of name service switch configuration file "/etc/nsswitch.conf" ...
    Checking if "hosts" entry in file "/etc/nsswitch.conf" is consistent across nodes...
    Checking file "/etc/nsswitch.conf" to make sure that only one "hosts" entry is defined
    More than one "hosts" entry does not exist in any "/etc/nsswitch.conf" file         
    All nodes have same "hosts" entry defined in file "/etc/nsswitch.conf"              
    Check for integrity of name service switch configuration file "/etc/nsswitch.conf" passed
    Checking daemon "avahi-daemon" is not configured and running
    Check: Daemon "avahi-daemon" not configured
      Node Name     Configured                Status                
      orac2         yes                       failed                
      orac1         yes                       failed                
    Daemon not configured check failed for process "avahi-daemon"   
    Check: Daemon "avahi-daemon" not running
      Node Name     Running?                  Status                
      orac2         yes                       failed                
      orac1         yes                      failed                
    Daemon not running check failed for process "avahi-daemon"      

    Yes, i can.
    Node1.
    [grid@orac1 grid]$ ping 10.154.137.101                                
    PING 10.154.137.101 (10.154.137.101) 56(84) bytes of data.            
    64 bytes from 10.154.137.101: icmp_seq=1 ttl=64 time=0.105 ms                                                                                                         
    64 bytes from 10.154.137.101: icmp_seq=2 ttl=64 time=0.089 ms                                                                                                         
    64 bytes from 10.154.137.101: icmp_seq=3 ttl=64 time=0.056 ms                                                                                                         
    64 bytes from 10.154.137.101: icmp_seq=4 ttl=64 time=0.086 ms                                                                                                         
    ^C                                                                                                                                                                    
    --- 10.154.137.101 ping statistics ---                                                                                                                                
    4 packets transmitted, 4 received, 0% packet loss, time 3098ms                                                                                                        
    rtt min/avg/max/mdev = 0.056/0.084/0.105/0.017 ms
    [grid@orac1 grid]$ ping 10.154.137.102
    PING 10.154.137.102 (10.154.137.102) 56(84) bytes of data.
    64 bytes from 10.154.137.102: icmp_seq=1 ttl=64 time=2.15 ms
    64 bytes from 10.154.137.102: icmp_seq=2 ttl=64 time=0.497 ms
    64 bytes from 10.154.137.102: icmp_seq=3 ttl=64 time=0.364 ms
    ^C
    --- 10.154.137.102 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2495ms
    rtt min/avg/max/mdev = 0.364/1.003/2.150/0.813 ms
    [grid@orac1 grid]$ ping 10.154.138.101
    PING 10.154.138.101 (10.154.138.101) 56(84) bytes of data.
    64 bytes from 10.154.138.101: icmp_seq=1 ttl=64 time=0.059 ms
    64 bytes from 10.154.138.101: icmp_seq=2 ttl=64 time=0.173 ms
    64 bytes from 10.154.138.101: icmp_seq=3 ttl=64 time=0.046 ms
    64 bytes from 10.154.138.101: icmp_seq=4 ttl=64 time=0.056 ms
    ^C
    --- 10.154.138.101 ping statistics ---
    4 packets transmitted, 4 received, 0% packet loss, time 3205ms
    rtt min/avg/max/mdev = 0.046/0.083/0.173/0.052 ms
    [grid@orac1 grid]$ ping 10.154.138.102
    PING 10.154.138.102 (10.154.138.102) 56(84) bytes of data.
    64 bytes from 10.154.138.102: icmp_seq=1 ttl=64 time=1.80 ms
    64 bytes from 10.154.138.102: icmp_seq=2 ttl=64 time=0.418 ms
    64 bytes from 10.154.138.102: icmp_seq=3 ttl=64 time=0.899 ms
    ^C
    --- 10.154.138.102 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2860ms
    rtt min/avg/max/mdev = 0.418/1.041/1.808/0.577 ms
    [grid@orac1 grid]$
    Node2.
    [grid@orac2 ~]$ ping 10.154.137.101
    PING 10.154.137.101 (10.154.137.101) 56(84) bytes of data.
    64 bytes from 10.154.137.101: icmp_seq=1 ttl=64 time=0.537 ms
    64 bytes from 10.154.137.101: icmp_seq=2 ttl=64 time=1.79 ms
    64 bytes from 10.154.137.101: icmp_seq=3 ttl=64 time=0.733 ms
    ^C                                                         
    --- 10.154.137.101 ping statistics ---                     
    3 packets transmitted, 3 received, 0% packet loss, time 2774ms
    rtt min/avg/max/mdev = 0.537/1.021/1.794/0.552 ms           
    [grid@orac2 ~]$ ping 10.154.137.102
    PING 10.154.137.102 (10.154.137.102) 56(84) bytes of data.
    64 bytes from 10.154.137.102: icmp_seq=1 ttl=64 time=0.043 ms
    64 bytes from 10.154.137.102: icmp_seq=2 ttl=64 time=0.106 ms
    64 bytes from 10.154.137.102: icmp_seq=3 ttl=64 time=0.039 ms
    64 bytes from 10.154.137.102: icmp_seq=4 ttl=64 time=0.039 ms
    ^C
    --- 10.154.137.102 ping statistics ---
    4 packets transmitted, 4 received, 0% packet loss, time 3282ms
    rtt min/avg/max/mdev = 0.039/0.056/0.106/0.029 ms
    [grid@orac2 ~]$ ping 10.154.138.101
    PING 10.154.138.101 (10.154.138.101) 56(84) bytes of data.
    64 bytes from 10.154.138.101: icmp_seq=1 ttl=64 time=0.718 ms
    64 bytes from 10.154.138.101: icmp_seq=2 ttl=64 time=0.515 ms
    64 bytes from 10.154.138.101: icmp_seq=3 ttl=64 time=0.504 ms
    ^C
    --- 10.154.138.101 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2468ms
    rtt min/avg/max/mdev = 0.504/0.579/0.718/0.098 ms
    [grid@orac2 ~]$ ping 10.154.138.102
    PING 10.154.138.102 (10.154.138.102) 56(84) bytes of data.
    64 bytes from 10.154.138.102: icmp_seq=1 ttl=64 time=0.058 ms
    64 bytes from 10.154.138.102: icmp_seq=2 ttl=64 time=0.087 ms
    64 bytes from 10.154.138.102: icmp_seq=3 ttl=64 time=0.052 ms
    64 bytes from 10.154.138.102: icmp_seq=4 ttl=64 time=0.090 ms
    ^C
    --- 10.154.138.102 ping statistics ---
    4 packets transmitted, 4 received, 0% packet loss, time 3755ms
    rtt min/avg/max/mdev = 0.052/0.071/0.090/0.019 ms
    [grid@orac2 ~]$

  • 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

  • "Oracle Cluster Verification Utility" failed - 10gR2 - VMware - CentOS 4

    Hi,
    While installing 10g R2 on VMWare with CentOS 4, I am encountering an error:
    Command = /u01/crs/oracle/product/10.2.0/crs/bin/cluvfy has failed
    INFO: Configuration assistant "Oracle Cluster Verification Utility" failed
    *** Starting OUICA ***
    Oracle Home set to /u01/crs/oracle/product/10.2.0/crs
    Configuration directory is set to /u01/crs/oracle/product/10.2.0/crs/cfgtoollogs. All xml files under the directory will be processed
    INFO: The "/u01/crs/oracle/product/10.2.0/crs/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    INFO: User Selected: Yes/OK
    The logs show me:
    COMMAND=/u01/crs/oracle/product/10.2.0/crs/bin/cluvfy stage -post crsinst -n rac1,rac2
    Checking the version of OCR...
    OCR of correct Version "2" exists.
    Checking data integrity of OCR...
    ERROR:
    OCR integrity results are inconsistent amongst the nodes.
    OCR integrity found invalid for nodes: rac2
    OCR integrity found valid for nodes: rac1
    OCR integrity check failed.
    I have replaced "clsfmt.bin" with patch 4679769 to avoid the FAILED TO FORMAT OCR DISK USING CLSFMT error on Node 1.
    But still the Oracle Cluster Verification Utility failed with OCR integrity.
    Also, have religiously followed the steps mentioned in the below link & didnt have any glitches during the entire process:
    http://www.oracle-base.com/articles/10g/OracleDB10gR2RACInstallationOnCentos4UsingVMware.php
    Any Suggestions??

    I kinda dont have that timestamp which you requested.
    Posting what i have in crsd.log for node 2.
    **I wish this site had an attachment section to make the threads more readable.
    Anyways...
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved.
    2011-06-29 17:56:21.189: [ default][3086931648][ENTER]0
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2004, Oracle. All rights reserved
    2011-06-29 17:56:21.189: [ default][3086931648]0CRS Daemon Starting
    2011-06-29 17:56:21.190: [ CRSMAIN][3086931648]0Checking the OCR device
    2011-06-29 17:56:21.280: [ CRSMAIN][3086931648]0Connecting to the CSS Daemon
    2011-06-29 17:56:21.420: [ COMMCRS][66177968]clsc_connect: (0x8655ae0) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=OCSSD_LL_rac2_crs))
    2011-06-29 17:56:21.420: [ CSSCLNT][3086931648]clsssInitNative: connect failed, rc 9
    2011-06-29 17:56:21.422: [  CRSRTI][3086931648]0CSS is not ready. Received status 3 from CSS. Waiting for good status ..
    2011-06-29 17:56:22.483: [ COMMCRS][66177968]clsc_connect: (0x8604c10) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=OCSSD_LL_rac2_crs))
    2011-06-29 17:56:22.484: [ CSSCLNT][3086931648]clsssInitNative: connect failed, rc 9
    2011-06-29 17:56:22.485: [  CRSRTI][3086931648]0CSS is not ready. Received status 3 from CSS. Waiting for good status ..
    2011-06-29 17:56:23.537: [ COMMCRS][66177968]clsc_connect: (0x8654e20) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=OCSSD_LL_rac2_crs))
    2011-06-29 17:56:23.537: [ CSSCLNT][3086931648]clsssInitNative: connect failed, rc 9
    2011-06-29 17:56:23.538: [  CRSRTI][3086931648]0CSS is not ready. Received status 3 from CSS. Waiting for good status ..
    2011-06-29 17:56:24.606: [ COMMCRS][66177968]clsc_connect: (0x8655008) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=OCSSD_LL_rac2_crs))
    2011-06-29 17:56:24.606: [ CSSCLNT][3086931648]clsssInitNative: connect failed, rc 9
    2011-06-29 17:56:24.608: [  CRSRTI][3086931648]0CSS is not ready. Received status 3 from CSS. Waiting for good status ..
    2011-06-29 17:56:28.445: [    CRSD][3086931648]0Daemon Version: 10.2.0.1.0 Active Version: 10.2.0.1.0
    2011-06-29 17:56:28.446: [    CRSD][3086931648]0Active Version and Software Version are same
    2011-06-29 17:56:28.446: [ CRSMAIN][3086931648]0Initializing OCR
    2011-06-29 17:56:28.479: [  OCRRAW][3086931648]proprioo: for disk 0 (/dev/raw/raw1), id match (1), my id set (1669906634,1028247821) total id sets (1), 1st set (1669906634,1028247821), 2nd set (0,0) my votes (2), total votes (2)
    2011-06-29 17:56:28.621: [ CSSCLNT][3051752368]clssgsGroupJoin: CSS has not reached fatal mode.Registration is not yet safe. Retrying
    2011-06-29 17:56:29.674: [    CRSD][3086931648]0ENV Logging level for Module: allcomp 0
    2011-06-29 17:56:29.680: [    CRSD][3086931648]0ENV Logging level for Module: default 0
    2011-06-29 17:56:29.720: [    CRSD][3086931648]0ENV Logging level for Module: COMMCRS 0
    2011-06-29 17:56:29.730: [    CRSD][3086931648]0ENV Logging level for Module: COMMNS 0
    2011-06-29 17:56:29.746: [    CRSD][3086931648]0ENV Logging level for Module: CRSUI 0
    2011-06-29 17:56:29.755: [    CRSD][3086931648]0ENV Logging level for Module: CRSCOMM 0
    2011-06-29 17:56:29.760: [    CRSD][3086931648]0ENV Logging level for Module: CRSRTI 0
    2011-06-29 17:56:29.770: [    CRSD][3086931648]0ENV Logging level for Module: CRSMAIN 0
    2011-06-29 17:56:29.823: [    CRSD][3086931648]0ENV Logging level for Module: CRSPLACE 0
    2011-06-29 17:56:29.834: [    CRSD][3086931648]0ENV Logging level for Module: CRSAPP 0
    2011-06-29 17:56:29.846: [    CRSD][3086931648]0ENV Logging level for Module: CRSRES 0
    2011-06-29 17:56:29.852: [    CRSD][3086931648]0ENV Logging level for Module: CRSOCR 0
    2011-06-29 17:56:29.871: [    CRSD][3086931648]0ENV Logging level for Module: CRSTIMER 0
    2011-06-29 17:56:29.878: [    CRSD][3086931648]0ENV Logging level for Module: CRSEVT 0
    2011-06-29 17:56:29.886: [    CRSD][3086931648]0ENV Logging level for Module: CRSD 0
    2011-06-29 17:56:29.904: [    CRSD][3086931648]0ENV Logging level for Module: CLUCLS 0
    2011-06-29 17:56:29.916: [    CRSD][3086931648]0ENV Logging level for Module: OCRRAW 0
    2011-06-29 17:56:29.928: [    CRSD][3086931648]0ENV Logging level for Module: OCROSD 0
    2011-06-29 17:56:29.931: [    CRSD][3086931648]0ENV Logging level for Module: CSSCLNT 0
    2011-06-29 17:56:29.936: [    CRSD][3086931648]0ENV Logging level for Module: OCRAPI 0
    2011-06-29 17:56:29.939: [    CRSD][3086931648]0ENV Logging level for Module: OCRUTL 0
    2011-06-29 17:56:29.942: [    CRSD][3086931648]0ENV Logging level for Module: OCRMSG 0
    2011-06-29 17:56:29.945: [    CRSD][3086931648]0ENV Logging level for Module: OCRCLI 0
    2011-06-29 17:56:29.948: [    CRSD][3086931648]0ENV Logging level for Module: OCRCAC 0
    2011-06-29 17:56:29.951: [    CRSD][3086931648]0ENV Logging level for Module: OCRSRV 0
    2011-06-29 17:56:29.954: [    CRSD][3086931648]0ENV Logging level for Module: OCRMAS 0
    2011-06-29 17:56:29.954: [ CRSMAIN][3086931648]0Filename is /u01/crs/oracle/product/10.2.0/crs/crs/init/rac2.pid
    [  clsdmt][2862934960]Listening to (ADDRESS=(PROTOCOL=ipc)(KEY=rac2DBG_CRSD))
    2011-06-29 17:56:29.986: [ CRSMAIN][3086931648]0Using Authorizer location: /u01/crs/oracle/product/10.2.0/crs/crs/auth/
    2011-06-29 17:56:30.038: [ CRSMAIN][3086931648]0Initializing RTI
    2011-06-29 17:56:30.039: [CRSTIMER][2841689008]0Timer Thread Starting.
    2011-06-29 17:56:30.042: [  CRSRES][3086931648]0Parameter SECURITY = 1, running in USER Mode
    2011-06-29 17:56:30.043: [ CRSMAIN][3086931648]0Initializing EVMMgr
    2011-06-29 17:56:30.045: [ COMMCRS][2831199152]clsc_connect: (0x89a02e0) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=SYSTEM.evm.acceptor.auth))
    2011-06-29 17:56:30.299: [ COMMCRS][2831199152]clsc_connect: (0x89a2ab8) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=SYSTEM.evm.acceptor.auth))
    2011-06-29 17:56:31.555: [ CRSMAIN][3086931648]0CRSD locked during state recovery, please wait.
    2011-06-29 17:56:31.603: [ CRSMAIN][3086931648]0CRSD recovered, unlocked.
    2011-06-29 17:56:31.606: [ CRSMAIN][3086931648]0QS socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=ora_crsqs))
    2011-06-29 17:56:31.620: [ CRSMAIN][3086931648]0CRSD UI socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=CRSD_UI_SOCKET))
    2011-06-29 17:56:31.627: [ CRSMAIN][3086931648]0E2E socket on: (ADDRESS=(PROTOCOL=tcp)(HOST=rac2-priv)(PORT=49896))
    2011-06-29 17:56:31.627: [ CRSMAIN][3086931648]0Starting Threads
    2011-06-29 17:56:31.628: [ CRSMAIN][3086931648]0CRS Daemon Started.
    2011-06-29 18:03:02.066: [  CRSRES][2735582128]0Resource Registered: ora.rac1.vip
    2011-06-29 18:03:05.949: [  CRSRES][2735582128]0Resource Registered: ora.rac2.vip
    2011-06-29 18:03:09.666: [  CRSRES][2735582128]0Resource Registered: ora.rac1.gsd
    2011-06-29 18:03:11.523: [  CRSRES][2735582128]0Resource Registered: ora.rac2.gsd
    2011-06-29 18:03:13.329: [  CRSRES][2735582128]0Resource Registered: ora.rac1.ons
    2011-06-29 18:03:15.048: [  CRSRES][2735582128]0Resource Registered: ora.rac2.ons
    2011-06-29 18:03:15.965: [  CRSRES][2714192816]0Attempting to start `ora.rac1.vip` on member `rac1`
    2011-06-29 18:03:30.471: [  CRSRES][2714192816]0Start of `ora.rac1.vip` on member `rac1` succeeded.
    2011-06-29 18:03:31.227: [  CRSRES][2714192816]0startRunnable: setting CLI values
    2011-06-29 18:03:31.258: [  CRSRES][2714192816]0Attempting to start `ora.rac2.vip` on member `rac2`
    2011-06-29 18:03:44.710: [  CRSRES][2714192816]0Start of `ora.rac2.vip` on member `rac2` succeeded.
    2011-06-29 18:03:45.588: [  CRSRES][2714192816]0Attempting to start `ora.rac1.gsd` on member `rac1`
    2011-06-29 18:03:45.777: [  CRSRES][2714192816]0Start of `ora.rac1.gsd` on member `rac1` succeeded.
    2011-06-29 18:03:46.523: [  CRSRES][2714192816]0startRunnable: setting CLI values
    2011-06-29 18:03:46.588: [  CRSRES][2714192816]0Attempting to start `ora.rac2.gsd` on member `rac2`
    2011-06-29 18:03:47.220: [  CRSRES][2714192816]0Start of `ora.rac2.gsd` on member `rac2` succeeded.
    2011-06-29 18:03:48.077: [  CRSRES][2714192816]0Attempting to start `ora.rac1.ons` on member `rac1`
    2011-06-29 18:03:49.727: [  CRSRES][2714192816]0Start of `ora.rac1.ons` on member `rac1` succeeded.
    2011-06-29 18:03:50.610: [  CRSRES][2714192816]0startRunnable: setting CLI values
    2011-06-29 18:03:50.658: [  CRSRES][2714192816]0Attempting to start `ora.rac2.ons` on member `rac2`
    2011-06-29 18:03:52.240: [  CRSRES][2714192816]0Start of `ora.rac2.ons` on member `rac2` succeeded.
    2011-06-29 18:07:44.810: [  CRSRES][2735582128]0startRunnable: setting CLI values
    2011-06-29 18:09:05.613: [  CRSAPP][2735582128]0CheckResource error for ora.rac1.vip error code = 1
    2011-06-29 18:09:05.623: [  CRSRES][2735582128]0In stateChanged, ora.rac1.vip target is ONLINE
    2011-06-29 18:09:05.623: [  CRSRES][2735582128]0ora.rac1.vip on rac2 went OFFLINE unexpectedly
    2011-06-29 18:09:05.624: [  CRSRES][2735582128]0StopResource: setting CLI values
    2011-06-29 18:09:05.631: [  CRSRES][2735582128]0Attempting to stop `ora.rac1.vip` on member `rac2`
    2011-06-29 18:09:09.437: [  CRSRES][2735582128]0Stop of `ora.rac1.vip` on member `rac2` succeeded.
    2011-06-29 18:09:09.438: [  CRSRES][2735582128]0ora.rac1.vip RESTART_COUNT=0 RESTART_ATTEMPTS=0
    2011-06-29 18:09:09.447: [  CRSRES][2735582128]0ora.rac1.vip failed on rac2 relocating.
    2011-06-29 18:09:09.685: [  CRSRES][2735582128]0Attempting to start `ora.rac1.vip` on member `rac1`
    2011-06-29 18:09:22.340: [  CRSRES][2735582128]0Start of `ora.rac1.vip` on member `rac1` succeeded.
    2011-06-29 18:10:21.884: [  CRSAPP][2735582128]0CheckResource error for ora.rac2.vip error code = 1
    2011-06-29 18:10:21.892: [  CRSRES][2735582128]0In stateChanged, ora.rac2.vip target is ONLINE
    2011-06-29 18:10:21.893: [  CRSRES][2735582128]0ora.rac2.vip on rac2 went OFFLINE unexpectedly
    2011-06-29 18:10:21.893: [  CRSRES][2735582128]0StopResource: setting CLI values
    2011-06-29 18:10:21.910: [  CRSRES][2735582128]0Attempting to stop `ora.rac2.vip` on member `rac2`
    2011-06-29 18:10:25.645: [  CRSRES][2735582128]0Stop of `ora.rac2.vip` on member `rac2` succeeded.
    2011-06-29 18:10:25.645: [  CRSRES][2735582128]0ora.rac2.vip RESTART_COUNT=0 RESTART_ATTEMPTS=0
    2011-06-29 18:10:25.657: [  CRSRES][2735582128]0ora.rac2.vip failed on rac2 relocating.
    2011-06-29 18:10:25.938: [  CRSRES][2735582128]0Attempting to start `ora.rac2.vip` on member `rac1`
    2011-06-29 18:10:39.079: [  CRSRES][2735582128]0Start of `ora.rac2.vip` on member `rac1` succeeded.
    2011-06-29 18:11:39.443: [  CRSRES][2735582128]0startRunnable: setting CLI values
    2011-06-29 18:11:52.836: [  OCRUTL][3009792944]u_freem: mem passed is null
    2011-06-29 18:12:59.776: [  CRSAPP][2735582128]0CheckResource error for ora.rac1.vip error code = 1
    2011-06-29 18:12:59.784: [  CRSRES][2735582128]0In stateChanged, ora.rac1.vip target is ONLINE
    2011-06-29 18:12:59.784: [  CRSRES][2735582128]0ora.rac1.vip on rac2 went OFFLINE unexpectedly
    2011-06-29 18:12:59.784: [  CRSRES][2735582128]0StopResource: setting CLI values
    2011-06-29 18:12:59.791: [  CRSRES][2735582128]0Attempting to stop `ora.rac1.vip` on member `rac2`
    2011-06-29 18:13:03.395: [  CRSRES][2735582128]0Stop of `ora.rac1.vip` on member `rac2` succeeded.
    2011-06-29 18:13:03.396: [  CRSRES][2735582128]0ora.rac1.vip RESTART_COUNT=0 RESTART_ATTEMPTS=0
    2011-06-29 18:13:03.404: [  CRSRES][2735582128]0ora.rac1.vip failed on rac2 relocating.
    2011-06-29 18:13:03.678: [  CRSRES][2735582128]0Attempting to start `ora.rac1.vip` on member `rac1`
    2011-06-29 18:13:16.047: [  CRSRES][2735582128]0Start of `ora.rac1.vip` on member `rac1` succeeded.
    2011-06-29 18:15:07.356: [  CRSRES][2735582128]0startRunnable: setting CLI values
    2011-06-29 18:26:36.393: [  CRSAPP][2735582128]0CheckResource error for ora.rac2.vip error code = 1
    2011-06-29 18:26:36.404: [  CRSRES][2735582128]0In stateChanged, ora.rac2.vip target is ONLINE
    2011-06-29 18:26:36.404: [  CRSRES][2735582128]0ora.rac2.vip on rac2 went OFFLINE unexpectedly
    2011-06-29 18:26:36.405: [  CRSRES][2735582128]0StopResource: setting CLI values
    2011-06-29 18:26:36.420: [  CRSRES][2735582128]0Attempting to stop `ora.rac2.vip` on member `rac2`
    2011-06-29 18:26:40.105: [  CRSRES][2735582128]0Stop of `ora.rac2.vip` on member `rac2` succeeded.
    2011-06-29 18:26:40.106: [  CRSRES][2735582128]0ora.rac2.vip RESTART_COUNT=0 RESTART_ATTEMPTS=0
    2011-06-29 18:26:40.114: [  CRSRES][2735582128]0ora.rac2.vip failed on rac2 relocating.
    2011-06-29 18:26:40.411: [  CRSRES][2735582128]0Attempting to start `ora.rac2.vip` on member `rac1`
    2011-06-29 18:26:53.678: [  CRSRES][2735582128]0Start of `ora.rac2.vip` on member `rac1` succeeded.
    2011-06-29 18:28:03.601: [  CRSRES][2735582128]0startRunnable: setting CLI values
    2011-06-29 18:28:22.695: [  CRSAPP][2735582128]0StartResource error for ora.rac2.vip error code = 1
    2011-06-29 18:28:44.847: [  CRSRES][2735582128]0startRunnable: setting CLI values
    2011-06-29 18:29:06.589: [  OCRUTL][2946853808]u_freem: mem passed is null
    2011-06-29 18:30:13.581: [  CRSAPP][2735582128]0CheckResource error for ora.rac1.vip error code = 1
    2011-06-29 18:30:13.598: [  CRSRES][2735582128]0In stateChanged, ora.rac1.vip target is ONLINE
    2011-06-29 18:30:13.599: [  CRSRES][2735582128]0ora.rac1.vip on rac2 went OFFLINE unexpectedly
    2011-06-29 18:30:13.599: [  CRSRES][2735582128]0StopResource: setting CLI values
    2011-06-29 18:30:13.606: [  CRSRES][2735582128]0Attempting to stop `ora.rac1.vip` on member `rac2`
    2011-06-29 18:30:17.227: [  CRSRES][2735582128]0Stop of `ora.rac1.vip` on member `rac2` succeeded.
    2011-06-29 18:30:17.228: [  CRSRES][2735582128]0ora.rac1.vip RESTART_COUNT=0 RESTART_ATTEMPTS=0
    2011-06-29 18:30:17.236: [  CRSRES][2735582128]0ora.rac1.vip failed on rac2 relocating.
    2011-06-29 18:30:17.563: [  CRSRES][2735582128]0Attempting to start `ora.rac1.vip` on member `rac1`
    2011-06-29 18:30:31.358: [  CRSRES][2735582128]0Start of `ora.rac1.vip` on member `rac1` succeeded.
    2011-06-29 18:33:54.570: [  CRSRES][2735582128]0startRunnable: setting CLI values
    2011-06-29 18:34:17.302: [  OCRUTL][2988813232]u_freem: mem passed is null
    2011-06-29 18:35:24.403: [  CRSAPP][2735582128]0CheckResource error for ora.rac1.vip error code = 1
    2011-06-29 18:35:24.412: [  CRSRES][2735582128]0In stateChanged, ora.rac1.vip target is ONLINE
    2011-06-29 18:35:24.412: [  CRSRES][2735582128]0ora.rac1.vip on rac2 went OFFLINE unexpectedly
    2011-06-29 18:35:24.412: [  CRSRES][2735582128]0StopResource: setting CLI values
    2011-06-29 18:35:24.431: [  CRSRES][2735582128]0Attempting to stop `ora.rac1.vip` on member `rac2`
    2011-06-29 18:35:28.186: [  CRSRES][2735582128]0Stop of `ora.rac1.vip` on member `rac2` succeeded.
    2011-06-29 18:35:28.187: [  CRSRES][2735582128]0ora.rac1.vip RESTART_COUNT=0 RESTART_ATTEMPTS=0
    2011-06-29 18:35:28.208: [  CRSRES][2735582128]0ora.rac1.vip failed on rac2 relocating.
    2011-06-29 18:35:28.510: [  CRSRES][2735582128]0Attempting to start `ora.rac1.vip` on member `rac1`
    2011-06-29 18:35:52.388: [  CRSRES][2735582128]0Start of `ora.rac1.vip` on member `rac1` succeeded.
    2011-06-29 18:39:18.464: [  CRSRES][2735582128]0startRunnable: setting CLI values
    2011-06-29 18:39:31.876: [  OCRUTL][2988813232]u_freem: mem passed is null
    2011-06-29 18:40:38.956: [  CRSAPP][2735582128]0CheckResource error for ora.rac1.vip error code = 1
    2011-06-29 18:40:38.965: [  CRSRES][2735582128]0In stateChanged, ora.rac1.vip target is ONLINE
    2011-06-29 18:40:38.966: [  CRSRES][2735582128]0ora.rac1.vip on rac2 went OFFLINE unexpectedly
    2011-06-29 18:40:38.966: [  CRSRES][2735582128]0StopResource: setting CLI values
    2011-06-29 18:40:38.972: [  CRSRES][2735582128]0Attempting to stop `ora.rac1.vip` on member `rac2`
    2011-06-29 18:40:42.583: [  CRSRES][2735582128]0Stop of `ora.rac1.vip` on member `rac2` succeeded.
    2011-06-29 18:40:42.584: [  CRSRES][2735582128]0ora.rac1.vip RESTART_COUNT=0 RESTART_ATTEMPTS=0
    2011-06-29 18:40:42.594: [  CRSRES][2735582128]0ora.rac1.vip failed on rac2 relocating.
    2011-06-29 18:40:42.977: [  CRSRES][2735582128]0Attempting to start `ora.rac1.vip` on member `rac1`
    2011-06-29 18:41:08.149: [  CRSRES][2735582128]0Start of `ora.rac1.vip` on member `rac1` succeeded.
    2011-06-29 18:42:18.061: [  CRSRES][2735582128]0startRunnable: setting CLI values
    2011-06-29 18:42:31.531: [  OCRUTL][2988813232]u_freem: mem passed is null
    2011-06-29 18:44:45.499: [  CRSAPP][2735582128]0CheckResource error for ora.rac1.vip error code = 1
    2011-06-29 18:44:45.507: [  CRSRES][2735582128]0In stateChanged, ora.rac1.vip target is ONLINE
    2011-06-29 18:44:45.508: [  CRSRES][2735582128]0ora.rac1.vip on rac2 went OFFLINE unexpectedly
    2011-06-29 18:44:45.508: [  CRSRES][2735582128]0StopResource: setting CLI values
    2011-06-29 18:44:45.516: [  CRSRES][2735582128]0Attempting to stop `ora.rac1.vip` on member `rac2`
    2011-06-29 18:44:49.197: [  CRSRES][2735582128]0Stop of `ora.rac1.vip` on member `rac2` succeeded.
    2011-06-29 18:44:49.198: [  CRSRES][2735582128]0ora.rac1.vip RESTART_COUNT=0 RESTART_ATTEMPTS=0
    2011-06-29 18:44:49.209: [  CRSRES][2735582128]0ora.rac1.vip failed on rac2 relocating.
    2011-06-29 18:44:49.449: [  CRSRES][2735582128]0Attempting to start `ora.rac1.vip` on member `rac1`
    2011-06-29 18:45:13.509: [  CRSRES][2735582128]0Start of `ora.rac1.vip` on member `rac1` succeeded.
    2011-06-29 18:47:31.668: [  CRSRES][2735582128]0startRunnable: setting CLI values
    2011-06-29 18:47:50.804: [  CRSAPP][2735582128]0StartResource error for ora.rac1.vip error code = 1

  • Advanced Queuing for Oracle / Dequeue failed

    Hi *,
    I'm using Oracle Advanced Queuing and OC4J with some MDBs. Unfortunately sometimes I have following exception:
    03-05-21 10:29 Error listening to 'USER_QUEUE'
    oracle.jms.AQjmsException: JMS-120: Dequeue failed
         at oracle.jms.AQjmsError.throwEx(AQjmsError.java:283)
         at oracle.jms.AQjmsConsumer.dequeue(AQjmsConsumer.java:2034)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:981)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:918)
         at oracle.jms.AQjmsConsumer.receive(AQjmsConsumer.java:834)
         at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:905)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:479)
    All messages hang in my queue with READY state. I really don't know what is happening.
    I have observed that when I run my MDB, but on the different machine, one message is consumed and the same exception arises.
    Why Oracle cannot run dequeue process correctly?
    best regards
    Maciek

    We had similar problems. Mostly the cause was incorrect message type (other than AQ$_JMS..., i. e. ancestor of "message" class) or incorrectly filled body of a message. For example, there seems to be a bug in AQ$_JMS_TEXT_MESSAGE object: you have to set at least one of varchar2 or CLOB in body of message. Otherwise, dequeue will fail, JMS assumes there is some text inside.
    We are using 8i and 9i databases and messages are created using plain constructors (not methods from 9i, since code has to run on either version). I cannot recall any troubles using methods from 9i during researching, but there might be a bug somewhere.
    Myrra

Maybe you are looking for

  • Crystal Reports Runtime 13 not found in sequence on App-V 5.0 SP2 Hotfix 5 client

    My application uses a VFS installation of Crystal Reports Runtime 13. (i.e., the path to CR13 isn't specified as the Primary directory during sequencing, as my app uses that particular path) On a test VM with an old App-V client (5.0.285.0) the appli

  • Documents generated at the time of GR

    Hi  All ,   what all documents are generated at the time of GR a ) Invoice Document b ) Material Doc c ) Accounting Doc d ) Receipt to vendor about the material received ragards deepu

  • How to include Aperture web gallery in dreamweaver site

    With the demise of mobile me I need to find a way to keep my personal website photo albums (web galleries) that I currently publish via Aperture web gallery and then use a hyperlink from my Dreamweaver web site. This means visitors can view the photo

  • Many problems of memory, when using the workbench - LC 8.2

    Hello, I have many problems memory, when using the workbench. When a try to add a component in the workbench, I get an outOfMemoreException in the log file. There is an error message in a popup in the workbench. My configuration: Hardware: Intel Core

  • I can't play the preview videos on iTunes, Quicktime error

    For some reason I can not play the preview videos on iTunes. I can play the videos I have bought allready though. So, when I try to run quicktime outside of iTunes I get this error message. "Quicktime failed to intialize. Error # -2096 Make sure your