Installing Oracle-Clusterware after Deinstallation

We are using IBM AIX 5.3.0.3 a, GPFS and Oracle 10g 10.2.0.3 and Oracle Clusterware 10g. The Installed RAC Configuration has not been running correctly so we deinstalled it completely. The New Insatllation stops after adding the Nodes Public Name, Private Virtual Name (which are btw correct) with the Error Message that the virtual hostnames appears to be already assigned to another System.
ifconfig -a is listed here for both involved nodes
LPAR:root:db_hrz:/images.data/images/10g/CRS_Disk1/rootpre > ifconfig -a
en0: flags=5e080863,c0<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD,PSEG,CHAIN>
inet 10.0.0.16 netmask 0xff000000 broadcast 10.255.255.255
inet 10.0.0.17 netmask 0xff000000 broadcast 10.255.255.255
tcp_sendspace 131072 tcp_recvspace 65536
en1: flags=5e080863,c0<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD,PSEG,CHAIN>
inet 192.168.1.16 netmask 0xffffff00 broadcast 192.168.1.255
tcp_sendspace 131072 tcp_recvspace 65536
en2: flags=5e080863,c0<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD,PSEG,CHAIN>
inet 172.30.254.16 netmask 0xffffff00 broadcast 172.30.254.255
tcp_sendspace 131072 tcp_recvspace 65536
lo0: flags=e08084b<UP,BROADCAST,LOOPBACK,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT>
inet 127.0.0.1 netmask 0xff000000 broadcast 127.255.255.255
inet6 ::1/0
Second Node:
en0: flags=5e080863,c0<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD,PSEG,CHAIN>
inet 10.0.0.56 netmask 0xff000000 broadcast 10.255.255.255
inet 10.0.0.57 netmask 0xff000000 broadcast 10.255.255.255
tcp_sendspace 131072 tcp_recvspace 65536
en1: flags=5e080863,c0<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD,PSEG,CHAIN>
inet 192.168.1.56 netmask 0xffffff00 broadcast 192.168.1.255
tcp_sendspace 131072 tcp_recvspace 65536
en2: flags=5e080863,c0<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD,PSEG,CHAIN>
inet 172.30.254.56 netmask 0xffffff00 broadcast 172.30.254.255
tcp_sendspace 131072 tcp_recvspace 65536
lo0: flags=e08084b<UP,BROADCAST,LOOPBACK,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT>
inet 127.0.0.1 netmask 0xff000000 broadcast 127.255.255.255
inet6 ::1/0
tcp_sendspace 131072 tcp_recvspace 131072 rfc1323 1
runcluvfy.sh stage -pre crsinst - n <Nodes> is ending with the Error Message that there is no suitable VIP Config.
Need Help -espacially if there are any locations where possibly might exist entries from the former Installation which are not totally cleaned by OUI
and of course to FIX that existing Problem!!!!
Thanks Joachim

Hi
the verification utility assumes that networks 10.x.x.x and 192.168.x.x are private always. If you have your public interfaces running on 10.x.x.x and your private network on 192.168.x.x then the verification utility assumes you do not have any candidate network interface for the public.
You may proceed in the installation, however after you install the Clusterware , the VIP configuartion assistant may fail, but after the installation , login as "root" and run:
# $CRS_HOME/bin/vipca
and choose the public interfaces.

Similar Messages

  • Install Oracle Clusterware 10201 in window 2003 server

    Good Morning All,
    We have a network interface in database server which is used for communication between primary database and standby database (i.e. transfer archive or online log files from primary db to standby db). My question is: when we install Oracle clusterware should I use this NIC as “Private” or “Do not use”?
    Thanks a lot in advance and have a nice weekend!!
    Shirley

    Thank you Hans.
    In the db server we have 4 NICs. One public and 3 private. We are thinking use 1 public and 2 private for clusterware. And the last private network card is just for communication between primary DB and standby DB. In this case, the best practice should be consider this last card as 'Do not use' rather than 'private', is this correct?

  • Install Oracle Clusterware/RAC  Windows x32bit or Windows 64bit ?

    Hi,
    What is your suggestion to install Oracle Clusterware RAC on Windows.
    Why choose Windows 32 bit ?
    Why choose Windows 64 bit?
    What are the advantages and disadvantages?

    Hi,
    I definitely recommend 64bit Windows, the principal reason is memory addressing limitation.
    In my standpoint do not exist benefits to use Windows 32bit with Oracle Clusterware/RAC.
    32-bit processors have address registers that are 32-bits wide (can address up to 4GB physical RAM).
    You can to use a workaround by enabling the addressing of more than 4GBytes using parameters in Windows (AWE/PAE). But if I want to use more than 4Gbytes, I'll go to Windows 64bit.
    The 4GB addressable space per process is divided into system and user space. By default, the system space is 2GB and the private user space is 2GB. Each user process shares the same 2GB System address space.
    The services of the Clusterware, ASM and Listener will consume at least 1Gbyte of memory initially.
    If you create an instance to to use 1Gbytes and you have 50 connections you will have problems with connections to the database raising the following error.
      TNS-00510: Internal limit restriction exceeded
        32-bit Windows Error: 8: Exec format error
    TNS-00507: Connection closed
        32-bit Windows Error: 109: Unknown errorReason: Problems of memory usage. i.e. Out of Memory.
    Another point:
    With Windows 32-bit using Clusterware/RAC 11.1 you can set Automatic Memory Management(AMM) feature (MEMORY_TARGET) but you cannot use if you create 2 Instances on same Host.
    Check this note..
    *ORA-27102, OSD-00031 Unable To Extend Memory_max_target And Memory_target Past 2GB [ID 842881.1]*
    Oracle Solution: Please install the 64-bit OS on 64-bit server, hence there is no memory limitations
    I belive that is reason wich Oracle not support Oracle Grid Infrastructure 11.2 on Windows 32-bit. You cannot use ASM 11.2 on Windows 32-bit.
    Definitely do not exist reason for me to to use Windows 32bit to support Oracle Clusterware.
    There are lot services involved  wich require memory and a big limitation of memory on 32-bit.
    At present all latest CPUs support 64bit. Then install Oracle Clusterware/RAC x64, even when you are use less than 4GBytes memory, you only have benefits.
    Benefits of Use 64-bit are:
    64-bit versions of Windows have implemented up to 16 terabytes of virtual address space
    64-bit programs use the 16 terabyte tuning model (8TB user / 8TB kernel)
    No performance penalties for large memory
    Unlimited user connectivity
    64-bit Windows versions allow addressing of large physical memory sizes without using PAE
    *Windows Memory Configuration: 32-bit and 64-bit [ID 873752.1]*
    This document gives a better understanding of my perspective.
    http://levipereira.wordpress.com/2011/02/12/comparison-of-32-bit-and-64-bit-oracle-database-performance-on-the-dell-poweredge-6850-server-with-microsoft-windows-server-2003/
    Regards,
    Levi Pereira

  • Installing Oracle Clusterware and TimesTen

    I am attempting to setup TimesTen with Oracle Clusterware and this website "Installing Oracle Clusterware and TimesTen" says that I should "Install Oracle Clusterware 11.2.0.2" however, when I go and look for I found this page:  "Oracle Grid Infrastructure Downloads" however as you can see from that page it does not have version 11.2.0.2. 
    Does anyone know where I can get Clusterware 11.2.0.2?
    Would version 12.1.0.1.0 work for me?
    Thanks,
    Victor

    Thanks for the info on 12.1.0.1.0 :-(
    If you look at eDelivery 11.2.0.2 is not available.  I guess I will have to go with setting TimesTen setup without the Grid Infrastructure (i.e. use these instructions instead - "Active Standby Pair with TimesTen In-Memory Database")
    https://lh4.googleusercontent.com/Kg-lODsuooX9cl5-z2W2tuQ0KDQjLCuytwjf_jma1OfZf5IUiKiwQTvUtkRQvBSASQ=w1808-h804

  • Is it possible to install oracle clusterware on top of rh cluster suite

    Dear All,
    We are planning to install oracle 10g / 11g RAC Clusterware on top of RH CLuster Suite in order to support the scalability on connecting servers. Is it possible to do the same. If it so either it is good approach or bad approach. I am in very need of your comments on the same the pros and cons on the above if the implementation is possible. kindly do the needful
    thanks and regards
    suresh kumar t

    They're different kinds of clusters:
    RH cluster is active-passive
    RAC is active-active
    So you can mix a RH cluster with services like webservers, other mysql databases, app servers, etc... and the Oracle RAC on the same machine, but I wouldn't make RHcluster control Oracle RAC services, cause they're different systems, with very different architecture.
    What It's possible is to control RH cluster services through Oracle RAC clusterware, adding the RH cluster services as CRS services. You can do so with $ORA_CRS_HOME/bin/crs_register
    Hope you find this information helpful.
    Regards,
    Enric Moya

  • Install oracle 9 after oracle 10

    Hi all,
    i have a trouble. I have to install R3 4.7 Ex 2 on oracle 9.2.0.6 on the same server where is installed CRM 5 with oracle 10.2.0.2.
    Oracle installation was fine, but when i try to install R3, installation break down at step where I can choose oracle home.
    The error i receive is (from sapinst_dev.log): "MDB-06169  Oracle Home name 'FCM102' is not the name of an Oracle home directory registered on this host."
    FCM102 is the oracle home of oracle's CRM.
    On the same sever is installed a WB 3.5 with oracle 9.2.0.7, installed before of CRM 5.
    My all sap systems have sap and oracle (like ORACLE_HOME) system variables environment set only for <sid>adm and not global.
    Anyone have any suggestion? I looked for this error but nothing found.
    Thanks all very much.
    Daniele

    > I don't kown but sap want consider KEY_<sid>102 as
    > HOMEx.
    >
    > I adopt the solution to extract the oracle 10
    > registry key, and sap's. After that sap installer do
    > not see anymore oracle 10 home, i was able to
    > continue with installation.
    well this is a dirty hack, with unpredictable side effects.
    The right solution would be to use an Oracle10 enabled SAPinst.exe which means using a new Installation Master CD or new Kernel CD.
    Entry point for all this information is: note 940 794.
    But keep in mind: you have an Multi Oracle Home environment. You have to eliminate instance specific stuff out of the system environment - otherwise only one instance will be able to work fine.
    peter

  • Oracle Clusterware error while installing

    Hi all,
    I am installing Oracle Clusterware (10.2.0.1) on solaris SPARC 5.10...and while installing Clusterware i am getting the following error
    Exception PRKC-1044 : Failed to check remote command execution setup for node1 using shells /usr/bin/ssh and /usr/bin/rsh
    node1 Connection refused
    Then i executed the from node1
    runcluvfy.sh stage -pre crsinst -n node2
    Verifying node connectivity
    ERROR:
    User equivalence unavailable on all the nodes.
    Verification cannot proceed
    users id's on both the nodes are same.
    I have configured SSH on both the nodes and its working fine for Public IP and Private IP.i can able to SSH wothout asking for apssword.
    I have created Links for ssh and scp files.
    ln -s -f /usr/bin/ssh /usr/local/bin/ssh
    ln -s -f /usr/bin/scp /usr/local/bin/scp
    then also i am getting the same error...here i have posted my etc/hosts
    ###########MGMT Interface
    0.0.139.18 Node1-mgmt-ce9
    ############FTEAM Interface(I am using this as Public IP)
    0.0.43.132 Node1
    0.0.43.133 Node1-fe1-ce4
    0.0.43.134 Node1-fe2-ce0
    #############VIP Interface(SSH is not working for this IP's)
    0.0.43.135 Node1-ovip
    ###############HEART BEAT Interface(I am Using this as Private Ip's)
    0.0.139.97 Node1-hbt
    0.0.139.98 Node1-hbt1-ce6
    0.0.139.99 Node1-hbt2-ce2
    ###############NAS Interface(SSH is not working for this IP's)
    0.0.122.88 Node1-nas
    0.0.123.194 Node1-nas1-ce1
    0.0.123.195 Node1-nas2-ce5
    ######################for host Node2#####################################
    #############MGMT Interface
    0.0.139.19 Node2-mgmt-ce9
    #############FTEAM Interface(I am using this as Public IP)
    0.0.43.136 Node2
    0.0.43.137 Node2-fe1-ce4
    0.0.43.138 Node2-fe2-ce0
    #############VIP Interface(SSH is not working for this IP's)
    0.0.43.139 Node2-ovip
    #############HEART BEAT Interface(I am Using this as Private Ip's)
    0.0.139.100 Node2-hbt
    0.0.139.101 Node2-hbt1-ce6
    0.0.139.102 Node2-hbt2-ce2
    #############NAS Interface(SSH is not working for this IP's)
    0.0.122.89 Node2-nas
    0.0.123.196 Node2-nas1-ce5
    0.0.123.197 Node2-nas2-ce1
    Expecting some workarounds for this
    Cheers
    -Arun
    Edited by: Mr.Doll on Aug 24, 2008 8:33 AM
    Edited by: Mr.Doll on Aug 24, 2008 8:49 AM

    thx for ur help the problem is resolved
    i have removed the login banner from both the hosts and now its working fine...
    and now i am facing the problem with the IP address its not taking the correct IP address.....

  • How to cleanly deinstall oracle clusterware?

    Hi, friends:
    when I am trying to install Oracle clusterware in two nodes, on the last step (when SA run root.sh on the second node (node2), we failed for some reason. now we want to deinstall Oracle clusterware for another reinstallation.
    What I do is from the first node (node1) on which I am installing Oracle clusterware, I use OUI to remove the installed CRS_home for both nodes, during that process, I got an error message like:
    could not remove listed directory based on '/tmp/OraInstall 2007-06-14_01_39_36 PM/installRemoveDirFile.lst' from nodes ' node2_name' [PRICC-1002: All the submitted commands did not execute successfully]
    Node2_name:
    /bin/rm: cannot remove '/u01/app/oracle/product/10.2.0/crs/bin/racgons' permission denied.
    /bin/rm: cannot remove '/u01/app/oracle/product/10.2.0/crs/bin/cemutls' permission
    denied.
    then I select 'not to continue' to exit OUI, after that, I checked that I can not find CRS_Home from node1 in OUI, that means I can not use OUI for a clean deinstallation.
    I want an clean deinstallation of oracle clusterware on both nodes, that is my purpose,
    I hope any friends can give me some instructions to achive that goal?
    (they are brand-new servers, no other things installed, so can I just rm everything under /u01/app/oracle??? )
    Thank you very much!

    Now that you don't see CRS home at all, then there is no question of clean de-install as you will not be able to invoke OUI at all.
    Just delete all the files under the ORACLE folder on both the nodes.
    There might have been some entries in the system related folders. Not sure though becuase on windows it makes such entries under system folder.

  • Oracle clusterware services issue

    Dear all,
    After i installed oracle clusterware and the installation was successfull. the following case takes place.
    1- Both Nodes are running.
    2- to test failover, i reboot Node 2.
    3- Node 2 doesn't start and stop at "Applying computer setting"
    4- to start Node 2, I have to issue "crsctl stop crs" at Node 1.
    5- When i become able to log in to Node 2, I log in to the machine and then i issue "crsctl start crs" at Node 1.
    the system Architecture is as follows.
    1- Windows 2003 SP1.
    2- Oracle RAC 10.2.0.4, full installer.
    the ocssd.log on Node 1 shows the following,
    Oracle Database 10g CRS Release 10.2.0.4.0 Production Copyright 1996, 2008 Oracle. All rights reserved.
    [    CSSD]2009-02-07 18:33:08.488 >USER: Copyright 2009, Oracle version 10.2.0.4.0
    [    CSSD]2009-02-07 18:33:08.488 >USER: CSS daemon log for node racdbsrv1, number 1, in cluster BOGCluster
    [  clsdmt]Listening to (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=61180))
    [    CSSD]2009-02-07 18:33:08.488 [2168] >TRACE: clssscmain: local-only set to false
    [    CSSD]2009-02-07 18:33:08.504 [2168] >TRACE: clssnmReadNodeInfo: added node 1 (racdbsrv1) to cluster
    [    CSSD]2009-02-07 18:33:08.504 [2168] >TRACE: clssnmReadNodeInfo: added node 2 (racdbsrv2) to cluster
    [    CSSD]2009-02-07 18:33:08.520 [528] >TRACE: clssnm_skgxninit: Compatible vendor clusterware not in use
    [    CSSD]2009-02-07 18:33:08.520 [528] >TRACE: clssnm_skgxnmon: skgxn init failed
    [    CSSD]2009-02-07 18:33:08.520 [2168] >TRACE: clssnmNMInitialize: misscount set to (30)
    [    CSSD]2009-02-07 18:33:08.520 [2168] >TRACE: clssnmNMInitialize: Network heartbeat thresholds are: impending reconfig 15000 ms, reconfig start (misscount) 30000 ms
    [    CSSD]2009-02-07 18:33:08.535 [2168] >TRACE: clssnmDiskStateChange: state from 1 to 2 disk (0/\\.\votedsk1)
    [    CSSD]2009-02-07 18:33:08.535 [1580] >TRACE: clssnmvDPT: spawned for disk 0 (\\.\votedsk1)
    [    CSSD]2009-02-07 18:33:08.535 [2168] >TRACE: clssnmDiskStateChange: state from 1 to 2 disk (1/\\.\votedsk2)
    [    CSSD]2009-02-07 18:33:08.535 [2320] >TRACE: clssnmvDPT: spawned for disk 1 (\\.\votedsk2)
    [    CSSD]2009-02-07 18:33:08.535 [2168] >TRACE: clssnmDiskStateChange: state from 1 to 2 disk (2/\\.\votedsk3)
    [    CSSD]2009-02-07 18:33:08.535 [188] >TRACE: clssnmvDPT: spawned for disk 2 (\\.\votedsk3)
    [    CSSD]2009-02-07 18:33:10.548 [1580] >TRACE: clssnmDiskStateChange: state from 2 to 4 disk (0/\\.\votedsk1)
    [    CSSD]2009-02-07 18:33:10.548 [2408] >TRACE: clssnmvKillBlockThread: spawned for disk 0 (\\.\votedsk1) initial sleep interval (1000)ms
    [    CSSD]2009-02-07 18:33:10.548 [2320] >TRACE: clssnmDiskStateChange: state from 2 to 4 disk (1/\\.\votedsk2)
    [    CSSD]2009-02-07 18:33:10.548 [2520] >TRACE: clssnmvKillBlockThread: spawned for disk 1 (\\.\votedsk2) initial sleep interval (1000)ms
    [    CSSD]2009-02-07 18:33:10.564 [188] >TRACE: clssnmDiskStateChange: state from 2 to 4 disk (2/\\.\votedsk3)
    [    CSSD]2009-02-07 18:33:10.564 [2168] >TRACE: clssscSclsFatal: read value of disable
    [    CSSD]2009-02-07 18:33:10.564 [2168] >TRACE: clssscSclsFatal: read value of disable
    [    CSSD]2009-02-07 18:33:10.564 [2280] >TRACE: clssnmvKillBlockThread: spawned for disk 2 (\\.\votedsk3) initial sleep interval (1000)ms
    [    CSSD]2009-02-07 18:33:10.564 [2296] >TRACE: clssnmFatalThread: spawned
    [    CSSD]2009-02-07 18:33:10.564 [2320] >TRACE: clssnmReadDskHeartbeat: node(2) is down. rcfg(1) wrtcnt(2) LATS(1245125) Disk lastSeqNo(2)
    [    CSSD]2009-02-07 18:33:10.564 [1580] >TRACE: clssnmReadDskHeartbeat: node(2) is down. rcfg(1) wrtcnt(1) LATS(1245125) Disk lastSeqNo(1)
    [    CSSD]2009-02-07 18:33:10.564 [2248] >TRACE: clssnmClusterListener: Listening on (ADDRESS=(PROTOCOL=tcp)(HOST=racdbsrv1-priv)(PORT=49895))
    [    CSSD]2009-02-07 18:33:10.579 [2292] >TRACE: clssgmclientlsnr: listening on (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=61101))
    [    CSSD]2009-02-07 18:33:10.579 [2248] >TRACE: clssnmClusterListener: Probing node racdbsrv2 (2), probcon(01619C60)
    [    CSSD]2009-02-07 18:33:10.579 [2240] >TRACE: clssgmPeerListener: Listening on (ADDRESS=(PROTOCOL=tcp)(DEV=1188)(HOST=192.168.0.22)(PORT=1125))
    [    CSSD]2009-02-07 18:33:10.579 [188] >TRACE: clssnmReadDskHeartbeat: node(2) is down. rcfg(1) wrtcnt(3) LATS(1245140) Disk lastSeqNo(3)
    [    CSSD]2009-02-07 18:33:11.172 [2248] >TRACE: clssnmConnComplete: MSGSRC 2, type 5, node 2, flags 0x0001, con 0213A960, probe 01619C60
    [    CSSD]2009-02-07 18:33:11.172 [2248] >TRACE: clssnmConnComplete: node 2, racdbsrv2, con(0213A960), probcon(01619C60), ninfcon(00000000), node unique 1234020788, prev unique 0, msg unique 1234020788 node state 0
    [    CSSD]2009-02-07 18:33:11.172 [2248] >TRACE: clssnmsendConnAck: node 2, node state 0
    [    CSSD]2009-02-07 18:33:11.172 [2248] >TRACE: clssnmConnComplete: connecting to node 2 (con 0213A960), ninfcon (0213A960), state (0)
    [    CSSD]2009-02-07 18:33:11.562 [2248] >WARNING: clssnmeventhndlr: Receive failure during connect node 2 (racdbsrv2), con(01619C60), probe(01619C60), rc=10
    [    CSSD]2009-02-07 18:33:11.562 [2248] >TRACE: clssnmDiscHelper: racdbsrv2, node(2) connection failed, con (01619C60), probe(01619C60)
    [    CSSD]2009-02-07 18:33:11.562 [2248] >TRACE: clssnmDiscHelper: connected to node 2 , ninfcon (0213A960), state (0)
    [    CSSD]2009-02-07 18:33:11.562 [1580] >TRACE: clssnmReadDskHeartbeat: node(2) is down. rcfg(1) wrtcnt(3) LATS(1246125) Disk lastSeqNo(3)
    [    CSSD]2009-02-07 18:33:11.562 [2320] >TRACE: clssnmReadDskHeartbeat: node(2) is down. rcfg(1) wrtcnt(3) LATS(1246125) Disk lastSeqNo(3)
    [    CSSD]2009-02-07 18:33:11.672 [188] >TRACE: clssnmReadDskHeartbeat: node(2) is down. rcfg(1) wrtcnt(4) LATS(1246234) Disk lastSeqNo(4)
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmRcfgMgrThread: Local Join
    [    CSSD]2009-02-07 18:33:17.570 [2232] >WARNING: clssnmLocalJoinEvent: takeover succ
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmDoSyncUpdate: Initiating sync 1
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmDoSyncUpdate: diskTimeout set to (27000)ms
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmSetupAckWait: Ack message type (11)
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmSetupAckWait: node(1) is ALIVE
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmSetupAckWait: node(2) is ALIVE
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmSendSync: syncSeqNo(1)
    [    CSSD]2009-02-07 18:33:17.570 [2248] >TRACE: clssnmHandleSync: diskTimeout set to (27000)ms
    [    CSSD]2009-02-07 18:33:17.570 [2248] >TRACE: clssnmHandleSync: Acknowledging sync: src[1] srcName[racdbsrv1] seq[1] sync[1]
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmWaitForAcks: Ack message type(11), ackCount(2)
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmWaitForAcks: done, msg type(11)
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmDoSyncUpdate: node(1) is transitioning from joining state to active state
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmDoSyncUpdate: node(2) is transitioning from joining state to active state
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmSetupAckWait: Ack message type (13)
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmSetupAckWait: node(1) is ACTIVE
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmSetupAckWait: node(2) is ACTIVE
    [    CSSD]2009-02-07 18:33:17.570 [2248] >TRACE: clssnmSendVoteInfo: node(1) syncSeqNo(1)
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmWaitForAcks: Ack message type(13), ackCount(1)
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmWaitForAcks: done, msg type(13)
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmCheckDskInfo: Checking disk info...
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmCheckDskInfo: diskTimeout set to (200000)ms
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmEvict: Start
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmWaitOnEvictions: Start
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmSetupAckWait: Ack message type (15)
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmSetupAckWait: node(1) is ACTIVE
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmSetupAckWait: node(2) is ACTIVE
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmSendUpdate: syncSeqNo(1)
    [    CSSD]2009-02-07 18:33:17.570 [2248] >TRACE: clssnmUpdateNodeState: node 0, state (0/0) unique (0/0) prevConuni(0) birth (0/0) (old/new)
    [    CSSD]2009-02-07 18:33:17.570 [2248] >TRACE: clssnmUpdateNodeState: node 1, state (2/3) unique (1234020788/1234020788) prevConuni(0) birth (1/1) (old/new)
    [    CSSD]2009-02-07 18:33:17.570 [2248] >TRACE: clssnmUpdateNodeState: node 2, state (2/3) unique (1234020788/1234020788) prevConuni(0) birth (1/1) (old/new)
    [    CSSD]2009-02-07 18:33:17.570 [2248] >USER: clssnmHandleUpdate: SYNC(1) from node(1) completed
    [    CSSD]2009-02-07 18:33:17.570 [2248] >USER: clssnmHandleUpdate: NODE 1 (racdbsrv1) IS ACTIVE MEMBER OF CLUSTER
    [    CSSD]2009-02-07 18:33:17.570 [2248] >USER: clssnmHandleUpdate: NODE 2 (racdbsrv2) IS ACTIVE MEMBER OF CLUSTER
    [    CSSD]2009-02-07 18:33:17.570 [2248] >TRACE: clssnmHandleUpdate: diskTimeout set to (200000)ms
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmWaitForAcks: Ack message type(15), ackCount(1)
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmWaitForAcks: done, msg type(15)
    [    CSSD]2009-02-07 18:33:17.570 [2232] >TRACE: clssnmDoSyncUpdate: Sync 1 complete!
    [    CSSD]2009-02-07 18:33:17.586 [2320] >TRACE: clssnmvFatalCheck: fatal 1, sclsfatal 0
    [    CSSD]2009-02-07 18:33:17.586 [1580] >TRACE: clssnmvFatalCheck: fatal 1, sclsfatal 0
    [    CSSD]2009-02-07 18:33:17.586 [188] >TRACE: clssnmvFatalCheck: fatal 1, sclsfatal 0
    [    CSSD]2009-02-07 18:33:17.648 [2248] >TRACE: clssnmSendFatalOn: req to syncLeader(1)
    [    CSSD]2009-02-07 18:33:17.664 [188] >TRACE: clssnmvFatalOnUpdate: handling req from 1 in op 2
    [    CSSD]2009-02-07 18:33:17.664 [1580] >TRACE: clssnmvFatalOnUpdate: handling req from 1 in op 2
    [    CSSD]2009-02-07 18:33:17.680 [2168] >USER: NMEVENT_SUSPEND [00][00][00][00]
    [    CSSD]2009-02-07 18:33:17.680 [3000] >TRACE: clssgmReconfigThread: started for reconfig (1)
    [    CSSD]2009-02-07 18:33:17.680 [3000] >USER: NMEVENT_RECONFIG [00][00][00][06]
    [    CSSD]2009-02-07 18:33:17.680 [3000] >TRACE: clssgmEstablishConnections: 2 nodes in cluster incarn 1
    [    CSSD]2009-02-07 18:33:17.680 [2240] >TRACE: clssgmInitialRecv: (01619C60) accepted a new connection from node 2 born at 1 active (2, 2), vers (10,3,1,2)
    [    CSSD]2009-02-07 18:33:17.680 [2240] >TRACE: clssgmInitialRecv: conns done (2/2)
    [    CSSD]2009-02-07 18:33:17.680 [3000] >TRACE: clssgmEstablishMasterNode: MASTER for 1 is node(1) birth(1)
    [    CSSD]2009-02-07 18:33:17.680 [3000] >TRACE: clssgmChangeMasterNode: requeued 0 RPCs
    [    CSSD]2009-02-07 18:33:17.680 [3000] >TRACE: clssgmMasterCMSync: Synchronizing group/lock status
    [    CSSD]2009-02-07 18:33:17.680 [3000] >TRACE: clssgmMasterSendDBDone: group/lock status synchronization complete
    [    CSSD]CLSS-3000: reconfiguration successful, incarnation 1 with 2 nodes
    [    CSSD]CLSS-3001: local node number 1, master node number 1
    [    CSSD]2009-02-07 18:33:17.680 [3000] >TRACE: clssgmReconfigThread: completed for reconfig(1), with status(1)
    [    CSSD]2009-02-07 18:33:17.680 [188] >TRACE: clssnmvFatalOnUpdate: handling req from 2 in op 2
    [    CSSD]2009-02-07 18:33:17.695 [1580] >TRACE: clssnmvFatalOnUpdate: handling req from 2 in op 2
    [    CSSD]2009-02-07 18:33:17.695 [2320] >TRACE: clssnmvFatalOnUpdate: handling req from 1 in op 2
    [    CSSD]2009-02-07 18:33:17.711 [2320] >TRACE: clssnmvFatalOnUpdate: handling req from 2 in op 2
    [    CSSD]2009-02-07 18:33:18.553 [2296] >TRACE: clssnmFatalThread: Fatal mode enabled
    [    CSSD]2009-02-07 18:35:59.953 [2248] >WARNING: clssnmeventhndlr: Receive failure with node 2 (racdbsrv2), state 3, con(0213A960), probe(00000000), rc=11
    [    CSSD]2009-02-07 18:35:59.953 [2248] >TRACE: clssnmDiscHelper: racdbsrv2, node(2) connection failed, con (0213A960), probe(00000000)
    [    CSSD]2009-02-07 18:35:59.953 [2240] >TRACE: clssgmPeerDeactivate: node 2 (racdbsrv2), death 0, state 0x1 connstate 0xf
    [    CSSD]2009-02-07 18:36:15.055 [2236] >WARNING: clssnmPollingThread: node racdbsrv2 (2) at 50 1.246708e-307artbeat fatal, eviction in 14.766 seconds
    [    CSSD]2009-02-07 18:36:15.055 [2236] >TRACE: clssnmPollingThread: node racdbsrv2 (2) is impending reconfig, flag 1, misstime 15234
    [    CSSD]2009-02-07 18:36:15.055 [2236] >TRACE: clssnmPollingThread: diskTimeout set to (27000)ms impending reconfig status(1)
    [    CSSD]2009-02-07 18:36:16.054 [2236] >WARNING: clssnmPollingThread: node racdbsrv2 (2) at 50 1.246708e-307artbeat fatal, eviction in 13.766 seconds
    [    CSSD]2009-02-07 18:36:23.051 [2236] >WARNING: clssnmPollingThread: node racdbsrv2 (2) at 75 1.246708e-307artbeat fatal, eviction in 6.766 seconds
    [    CSSD]2009-02-07 18:36:27.049 [2236] >WARNING: clssnmPollingThread: node racdbsrv2 (2) at 90 1.246708e-307artbeat fatal, eviction in 2.766 seconds
    [    CSSD]2009-02-07 18:36:28.049 [2236] >WARNING: clssnmPollingThread: node racdbsrv2 (2) at 90 1.246708e-307artbeat fatal, eviction in 1.766 seconds
    [    CSSD]2009-02-07 18:36:29.048 [2236] >WARNING: clssnmPollingThread: node racdbsrv2 (2) at 90 1.246708e-307artbeat fatal, eviction in 0.766 seconds
    [    CSSD]2009-02-07 18:36:29.829 [2236] >TRACE: clssnmPollingThread: Eviction started for node racdbsrv2 (2), flags 0x0001, state 3, wt4c 0
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmDoSyncUpdate: Initiating sync 2
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmDoSyncUpdate: diskTimeout set to (27000)ms
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmSetupAckWait: Ack message type (11)
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmSetupAckWait: node(1) is ALIVE
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmSendSync: syncSeqNo(2)
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmWaitForAcks: Ack message type(11), ackCount(1)
    [    CSSD]2009-02-07 18:36:29.829 [2248] >TRACE: clssnmHandleSync: diskTimeout set to (27000)ms
    [    CSSD]2009-02-07 18:36:29.829 [2248] >TRACE: clssnmHandleSync: Acknowledging sync: src[1] srcName[racdbsrv1] seq[6] sync[2]
    [    CSSD]2009-02-07 18:36:29.829 [2168] >USER: NMEVENT_SUSPEND [00][00][00][06]
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmWaitForAcks: done, msg type(11)
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmDoSyncUpdate: Terminating node 2, racdbsrv2, misstime(30015) state(5)
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmSetupAckWait: Ack message type (13)
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmSetupAckWait: node(1) is ACTIVE
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmWaitForAcks: Ack message type(13), ackCount(1)
    [    CSSD]2009-02-07 18:36:29.829 [2248] >TRACE: clssnmSendVoteInfo: node(1) syncSeqNo(2)
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmWaitForAcks: done, msg type(13)
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmCheckDskInfo: Checking disk info...
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmEvict: Start
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmEvict: Evicting node 2, racdbsrv2, birth 1, death 2, impendingrcfg 1, stateflags 0x1
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmWaitOnEvictions: Start
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmWaitOnEvictions: node 2, racdbsrv2, undead 0
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmSetupAckWait: Ack message type (15)
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmSetupAckWait: node(1) is ACTIVE
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmSendUpdate: syncSeqNo(2)
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmWaitForAcks: Ack message type(15), ackCount(1)
    [    CSSD]2009-02-07 18:36:29.829 [2248] >TRACE: clssnmUpdateNodeState: node 0, state (0/0) unique (0/0) prevConuni(0) birth (0/0) (old/new)
    [    CSSD]2009-02-07 18:36:29.829 [2248] >TRACE: clssnmUpdateNodeState: node 1, state (3/3) unique (1234020788/1234020788) prevConuni(0) birth (1/1) (old/new)
    [    CSSD]2009-02-07 18:36:29.829 [2248] >TRACE: clssnmUpdateNodeState: node 2, state (5/0) unique (1234020788/1234020788) prevConuni(1234020788) birth (1/1) (old/new)
    [    CSSD]2009-02-07 18:36:29.829 [2248] >TRACE: clssnmDeactivateNode: node 2 (racdbsrv2) left cluster

    [    CSSD]2009-02-07 18:36:29.829 [2248] >USER: clssnmHandleUpdate: SYNC(2) from node(1) completed
    [    CSSD]2009-02-07 18:36:29.829 [2248] >USER: clssnmHandleUpdate: NODE 1 (racdbsrv1) IS ACTIVE MEMBER OF CLUSTER
    [    CSSD]2009-02-07 18:36:29.829 [2248] >TRACE: clssnmHandleUpdate: diskTimeout set to (200000)ms
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmWaitForAcks: done, msg type(15)
    [    CSSD]2009-02-07 18:36:29.829 [2232] >TRACE: clssnmDoSyncUpdate: Sync 2 complete!
    [    CSSD]2009-02-07 18:36:29.829 [2832] >TRACE: clssgmReconfigThread: started for reconfig (2)
    [    CSSD]2009-02-07 18:36:29.829 [2832] >USER: NMEVENT_RECONFIG [00][00][00][02]
    [    CSSD]2009-02-07 18:36:29.829 [2832] >TRACE: clssgmCleanupGrocks: cleaning up grock ORACRS_MEMBER_racdbsrv1 type 3
    [    CSSD]2009-02-07 18:36:29.829 [2832] >TRACE: clssgmCleanupGrocks: cleaning up grock ORACRS_MEMBER_racdbsrv2 type 3
    [    CSSD]2009-02-07 18:36:29.829 [2832] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(0) grock(_ORA_CRS_MEMBER_racdbsrv2) birth(1/0)
    [    CSSD]2009-02-07 18:36:29.829 [2832] >TRACE: clssgmCleanupGrocks: cleaning up grock crs_version type 2
    [    CSSD]2009-02-07 18:36:29.829 [2832] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(0) grock(crs_version) birth(1/0)
    [    CSSD]2009-02-07 18:36:29.829 [2832] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(4) grock(crs_version) birth(1/0)
    [    CSSD]2009-02-07 18:36:29.829 [2832] >TRACE: clssgmCleanupGrocks: cleaning up grock ocr_BOGCluster type 2
    [    CSSD]2009-02-07 18:36:29.829 [2832] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(2) grock(ocr_BOGCluster) birth(1/0)
    [    CSSD]2009-02-07 18:36:29.829 [2832] >TRACE: clssgmCleanupGrocks: cleaning up grock CRSDMAIN type 2
    [    CSSD]2009-02-07 18:36:29.829 [2832] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(2) grock(CRSDMAIN) birth(1/0)
    [    CSSD]2009-02-07 18:36:29.829 [2832] >TRACE: clssgmCleanupGrocks: cleaning up grock EVMDMAIN type 2
    [    CSSD]2009-02-07 18:36:29.829 [2832] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(2) grock(EVMDMAIN) birth(1/0)
    [    CSSD]2009-02-07 18:36:29.829 [2832] >TRACE: clssgmEstablishConnections: 1 nodes in cluster incarn 2
    [    CSSD]2009-02-07 18:36:29.829 [2240] >TRACE: clssgmPeerListener: connects done (1/1)
    [    CSSD]2009-02-07 18:36:29.829 [2832] >TRACE: clssgmEstablishMasterNode: MASTER for 2 is node(1) birth(1)
    [    CSSD]2009-02-07 18:36:29.829 [2832] >TRACE: clssgmMasterCMSync: Synchronizing group/lock status
    [    CSSD]2009-02-07 18:36:29.829 [2832] >TRACE: clssgmMasterSendDBDone: group/lock status synchronization complete
    [    CSSD]CLSS-3000: reconfiguration successful, incarnation 2 with 1 nodes
    [    CSSD]CLSS-3001: local node number 1, master node number 1
    [    CSSD]2009-02-07 18:36:29.829 [2832] >TRACE: clssgmReconfigThread: completed for reconfig(2), with status(1)
    [    CSSD]2009-02-07 18:39:08.230 [2248] >TRACE: clssnmConnComplete: MSGSRC 2, type 5, node 2, flags 0x0001, con 02148A68, probe 00000000
    [    CSSD]2009-02-07 18:39:08.230 [2248] >TRACE: clssnmConnComplete: node 2, racdbsrv2, con(02148A68), probcon(00000000), ninfcon(00000000), node unique 1234021161, prev unique 0, msg unique 1234021161 node state 0
    [    CSSD]2009-02-07 18:39:08.230 [2248] >TRACE: clssnmsendConnAck: node 2, node state 0
    [    CSSD]2009-02-07 18:39:08.230 [2248] >TRACE: clssnmSendConnAck: connected to node 2 , ninfcon (02148A68), state (0)
    [    CSSD]2009-02-07 18:39:08.230 [2248] >TRACE: clssnmConnComplete: connecting to node 2 (con 02148A68), ninfcon (02148A68), state (0)
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmDoSyncUpdate: Initiating sync 3
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmDoSyncUpdate: diskTimeout set to (27000)ms
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmSetupAckWait: Ack message type (11)
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmSetupAckWait: node(1) is ALIVE
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmSetupAckWait: node(2) is ALIVE
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmSendSync: syncSeqNo(3)
    [    CSSD]2009-02-07 18:39:09.571 [2248] >TRACE: clssnmHandleSync: diskTimeout set to (27000)ms
    [    CSSD]2009-02-07 18:39:09.571 [2248] >TRACE: clssnmHandleSync: Acknowledging sync: src[1] srcName[racdbsrv1] seq[10] sync[3]
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmWaitForAcks: Ack message type(11), ackCount(2)
    [    CSSD]2009-02-07 18:39:09.571 [2168] >USER: NMEVENT_SUSPEND [00][00][00][02]
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmWaitForAcks: done, msg type(11)
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmDoSyncUpdate: node(2) is transitioning from joining state to active state
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmSetupAckWait: Ack message type (13)
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmSetupAckWait: node(1) is ACTIVE
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmSetupAckWait: node(2) is ACTIVE
    [    CSSD]2009-02-07 18:39:09.571 [2248] >TRACE: clssnmSendVoteInfo: node(1) syncSeqNo(3)
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmWaitForAcks: Ack message type(13), ackCount(1)
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmWaitForAcks: done, msg type(13)
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmCheckDskInfo: Checking disk info...
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmEvict: Start
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmWaitOnEvictions: Start
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmSetupAckWait: Ack message type (15)
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmSetupAckWait: node(1) is ACTIVE
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmSetupAckWait: node(2) is ACTIVE
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmSendUpdate: syncSeqNo(3)
    [    CSSD]2009-02-07 18:39:09.571 [2248] >TRACE: clssnmUpdateNodeState: node 0, state (0/0) unique (0/0) prevConuni(0) birth (0/0) (old/new)
    [    CSSD]2009-02-07 18:39:09.571 [2248] >TRACE: clssnmUpdateNodeState: node 1, state (3/3) unique (1234020788/1234020788) prevConuni(0) birth (1/1) (old/new)
    [    CSSD]2009-02-07 18:39:09.571 [2248] >TRACE: clssnmUpdateNodeState: node 2, state (2/3) unique (1234021161/1234021161) prevConuni(0) birth (3/3) (old/new)
    [    CSSD]2009-02-07 18:39:09.571 [2248] >USER: clssnmHandleUpdate: SYNC(3) from node(1) completed
    [    CSSD]2009-02-07 18:39:09.571 [2248] >USER: clssnmHandleUpdate: NODE 1 (racdbsrv1) IS ACTIVE MEMBER OF CLUSTER
    [    CSSD]2009-02-07 18:39:09.571 [2248] >USER: clssnmHandleUpdate: NODE 2 (racdbsrv2) IS ACTIVE MEMBER OF CLUSTER
    [    CSSD]2009-02-07 18:39:09.571 [2248] >TRACE: clssnmHandleUpdate: diskTimeout set to (200000)ms
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmWaitForAcks: Ack message type(15), ackCount(1)
    [    CSSD]2009-02-07 18:39:09.571 [3444] >TRACE: clssgmReconfigThread: started for reconfig (3)
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmWaitForAcks: done, msg type(15)
    [    CSSD]2009-02-07 18:39:09.571 [3444] >USER: NMEVENT_RECONFIG [00][00][00][06]
    [    CSSD]2009-02-07 18:39:09.571 [2232] >TRACE: clssnmDoSyncUpdate: Sync 3 complete!
    [    CSSD]2009-02-07 18:39:09.571 [3444] >TRACE: clssgmEstablishConnections: 2 nodes in cluster incarn 3
    [    CSSD]2009-02-07 18:39:30.802 [2240] >TRACE: clsc_send_msg: (01FD5E08) NS err (12571, 12560), transport (533, 57, 0)
    [    CSSD]2009-02-07 18:39:30.802 [2240] >ERROR: clssgmPeerEventHndlr: send failed (01619C60), rc 3
    [    CSSD]2009-02-07 18:39:35.575 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:39:35.575 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:39:37.759 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:39:37.759 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:40:36.038 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:40:36.054 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:40:38.238 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:40:38.238 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:41:36.519 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:41:36.519 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:41:38.705 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:41:38.705 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:42:37.040 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:42:37.040 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:42:39.241 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:42:39.241 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:43:37.560 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:43:37.560 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:43:39.762 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:43:39.778 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:44:38.097 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:44:38.112 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:44:40.298 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:44:40.298 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:44:40.532 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:44:40.548 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:44:46.762 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:44:46.762 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:45:38.633 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:45:38.633 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:45:40.834 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:45:40.850 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:46:39.155 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:46:39.155 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:46:41.389 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:46:41.389 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:47:39.713 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:47:39.728 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:47:41.931 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:47:41.931 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:48:40.271 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:48:40.271 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:48:42.474 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:48:42.474 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:49:40.814 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:49:40.814 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:49:43.016 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:49:43.016 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:50:41.357 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:50:41.357 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:50:43.559 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:50:43.559 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:51:41.915 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:51:41.915 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:51:44.102 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:51:44.102 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:52:42.459 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:52:42.475 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:52:44.646 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:52:44.646 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:53:43.025 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:53:43.041 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:53:45.182 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:53:45.197 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:54:40.777 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:54:40.777 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:54:43.605 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:54:43.605 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:54:45.777 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:54:45.777 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:54:47.339 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:54:47.339 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:55:44.184 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:55:44.184 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:55:46.340 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:55:46.340 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:56:44.779 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:56:44.795 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:56:46.888 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:56:46.904 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:57:45.358 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:57:45.374 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:57:47.468 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:57:47.468 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:58:45.937 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:58:45.937 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:58:48.030 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:58:48.030 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:59:46.494 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:59:46.494 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:59:48.588 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 18:59:48.588 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:00:47.052 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:00:47.052 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:00:49.161 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:00:49.161 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:01:47.625 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:01:47.625 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:01:49.718 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:01:49.718 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:02:48.182 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:02:48.182 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:02:50.291 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:02:50.291 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:03:48.739 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:03:48.755 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:03:50.849 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:03:50.864 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:04:41.093 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:04:41.093 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:04:48.092 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:04:48.108 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:04:49.311 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:04:49.311 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:04:51.420 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:04:51.435 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:05:49.882 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:05:49.882 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:05:51.991 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:05:52.006 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:06:50.437 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:06:50.437 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:06:52.546 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:06:52.562 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:07:50.993 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:07:50.993 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:07:53.102 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:07:53.117 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:08:51.548 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:08:51.548 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:08:53.673 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:08:53.673 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:09:52.103 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:09:52.118 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:09:54.243 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:09:54.243 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:10:52.673 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:10:52.673 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:10:54.798 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:10:54.798 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:11:53.257 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:11:53.257 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:11:55.382 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:11:55.382 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:12:53.826 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:12:53.826 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:12:55.966 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:12:55.966 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:13:54.426 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:13:54.426 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced
    [    CSSD]2009-02-07 19:13:56.536 [2292] >WARNING: clssgmBroadcastMap: node 2 quiesced

  • Cannot uninstall/re install Oracle 8.1.7

    On a W2K Pro SP3, I started the installation of 8.1.7
    I had a power outage, so I uninstalled and tried to re install Oracle.
    After uninstallation, I noticed that a lot of files / registry entries persisted
    During the following install, I get several messages like
    Service xxx already exist
    Windows error: cannot start service yyy
    At the end, it tells me the install is successful.
    The following services are indeed running:
    OracleOraHome81TNSListener
    OracleServiceOGENIUS
    However, when I try to login with SQL Plus (system/manager), I get the following error:
    ORA-12560: TNS : adapter or protocol error
    What can I do to fully uninstall 8.1.7 and perform a brand new installation that works ?
    Thanks a lot to everybody
    André

    I have seen this before.
    Quick Fix:
    The problem with files still named xxxxxO is caused by the install. Sometimes it
    works to just copy the file in this case:
    $cp lsnrctlO lsnrctl
    There are probably other files that were not renamed by the install:
    Finally, the listener can run! yipee.. :)
    It failed to run because there're some file 'missing'.
    I told u before, lsnrctl didn't exist in my box. Well, I found that not only lnsrctl.
    There're three more files needed to be renamed. So, total in the list are
    dbsnmp, lsnrctl, tnslsnr, and oratclsh.
    All of them still have their odd xxxxO name (I should have known it from
    the start).
    Once I copied all the file to their 'proper' name, the listener can start
    successfully. (Though i think the listener need only lsnrctl and tnslsnr,
    i still renamed them all).
    But I wonder, why does the installer not rename those files?
    I found that those file were created normally during installation, until
    i run setup_stubs.sh.
    Is there any bug on setup_stubs.sh? Why you didn't experience it as I did?
    However, the most important things is, the database running well :)

  • From wehre can I download Oracle Clusterware 11.1.0.7 (upgrade)

    I need to upgrade my Clusterware installation to version 11.1.0.7, but I can't find a place from where to download it (Google doesn't help).
    I've installed Oracle Clusterware 11g Release 1 (11.1.0.6.0) for Linux x86-64 from this page:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/111060-linx8664soft-099033.html
    Please, if you know, tell me where can I find Clusterware 11.1.0.7 (for Redhat 5.4 64x).
    Thank you.

    Yes, you need a valid CSI (customer support identifier) to access the metalink support.
    Regards
    Asif Kabir
    -- If you got the answer close the thread as well.

  • Oracle clusterware upgrade 10.2.0.4

    Will there be any separate patch to upgrade oracle clusterware from 10.2.0.1 to 10.2.0.4....
    why because we installed oracle clusterware 10.2.0.1 and Oracle RAC database 10.2.0.1 and upgraded with patch 10.2.0.4.....which upgraded both clusterware and database to 10.2.0.4
    Now due to some problems clusterware got crashed and we installed new clusterware 10.2.0.1 and need to upgrade clusterware to 10.2.0.4 with out touching the Oracle RAC database which is already upgraded to 10.2.0.4...
    early response is appreciated

    Clusterware sits in its own home ... what specifically is the issue not answered by the docs so we can help with the current issue?
    Installation docs can be found at http://docs.oracle.com and there is additional support at metalink.

  • Install Oracle 8

    I try to install Oracle 8, after 6 hours of download, and after decompress the Oracle817ntee.zip in the c:\disk1, try to run the setup.exe and... nothing happens, neither messages, nor errors... nothing. My PC is a Dell Dimension 8200 with a PIV 1.7 Mhz, 512 MB Ram and Windows 2000 Sp.3, I have deactivated many services of the system that were not necessary to my work, can be this the problem? can somebody help me to solve this ?
    Thanks you

    There's a well known issue of running the older version of the Oracle installer with Pentium 4's. If you search this forum and use Pentium 4 for the search string you'll find many posts with the solution.

  • Installing Oracle RAC10gR2 on RHEL 4

    Hi All,
    I have installed Oracle RAC 10gR2 on RHEL 4 using ASM. I had two documents with two difference procedures in configuring ASM. I have setup the RAC environment using both the methods.
    Method 1:
    The link that i followed is :
    http://www.pafumi.net/RAC10g_Vmware.html_
    In this method, they have performed the following:
    1. Configured Oracle ASM
    2. Configured OCFS2
    3. Installed Oracle Clusterware
    4. Installed Oracle Database
    5. Created a new database using DBCA
    Method 2:
    The link that i followed is :
    http://www.oracle-base.com/articles/10g/OracleDB10gR2RACInstallationOnCentos4UsingVMware.php#tnsconfig_
    In this method, they have performed the following:
    1. Installed Oracle Clusterware
    2. Installed Database software and created ASM Instance.
    4. Created a new database using DBCA
    In Method 2, we are not configuring Oracle ASM and OCFS2. I'm really confused about which is the correct method to follow. Is it a must to configure OCFS2? What is the difference between both the methods? It would be greatly helpful if some one can help me out in this.
    Thanks in Advance :)

    Hi,
    both methods will work, but are different in the goal you want to achieve. But since your are trying on VMware I would strongly suggest you try out 11.2, since a lot has changed there as well and 10gR2 is nearing its end of life, so if you want to educate yourself you better start with 11.2
    Even more so, since the 11.2 installation guide has a very clear distinguation between "storage option" which probably explains the most of your questions:
    http://download.oracle.com/docs/cd/E11882_01/install.112/e17212/storage.htm#CDECEBGH
    Even though you may also want to look in the 10g documentation exactly this chapter was not so good as in 11.2
    O.k now to your question:
    Even though in RHEL 5 RAW is desupported (which is correct), it still does not mean the written installation itself is not usefull. Since 10.2.0.2 (and especially with 11g) you can directly install on the so called block device. Which would be a pretty similar installation, except for the steps to configure RAW.
    So the real question remains, should someone install OCFS2 additionally or not?
    Now this depends on the use case.
    If you only want to run Oracle Real Application Cluster, I strongly recommend against using OCFS2, for the following reasons:
    => You will actually have 2 clusterwares installed (Oracle clusterware and the clustware part of OCFS2). That said, you have more overhead and there is the possibility that OCW decides to kick out node 1 and OCFS2 kicks out node 2 at the same time. O.k. there are steps to configure that correctly, however if you can avoid it, why care?
    => Performance: ASM is the recommended storage for all database files.
    In which cases do you (or better did you) use OCFS2:
    => If you had other applications, which needed to be placed on a shared filesystem. Since ASM itself cannot be as easily handles as a normal filesystem.
    => If you had administrative restrictions, which needed to have the database on a filesystem.
    However with 11.2 even these 2 restrictions have gone, since Oracle introduced the ASM cluster filesystem (ACFS). which sits on top of ASM.
    Hope I could clarify that a bit.
    Regards
    Sebastian

  • Installing Oracle Portal

    I'm trying to set up a test environment for development in Oracle Portal and I downloaded and installed Oracle 8i Release 3 (8.1.7) and then installed Oracle Portal after that.
    When I try to access my site at http://207.150.83.119/pls/portal30 I get No DAD configuration Found.
    The URL http://207.150.83.119/pls/admin_/gateway.htm does work
    I'm very new to Oracle so any help you can give will be very helpful.
    Bryan Whitaker
    [email protected]

    Thanks for the help on this issue. I created a DAD but below is the error I get. I tried to put in portal30 as the username and password. I also put in portal30_admin for both and neither worked. Do you know what the default username/password combination should be?
    URL: http://207.150.83.119/pls/portal30
    Proxy log On failed.
    Please verify that you have specified correct connectivity information i.e.username, password & connect-string in the Database Access Descriptor
    Error-Code:1017
    Error TimeStamp:Fri, 15 Dec 2000 21:06:09 GMT
    Database Log In Failed
    An invalid username/password caused log in to database fail.
    Verify that the username/password provided in the DAD configuration for this URL is correct.
    Thanks,
    Bryan Whitaker
    [email protected]

Maybe you are looking for