11g R1 Node Evictions on Linux

We are getting random node evictions on Linux. oswatcher is showing sometimes we get times of around 2.0ms. They are typically below .500ms. We have a VLAN interconnect switch. If times above .500ms are seen, what is the duration that seeing these high times will cause eviction? for example, a 30sec period of interconnect times above .500ms?
Thanks in advance!

You can check the values of disktimeout and misscount in your CRS: crsctl get css disktimeout, and look at the ocrdump for the second.
Have you already checked similiar questions here ?. This looks like something similar to your problem, with a good discussion: RAC nodes rebooting
Regards.

Similar Messages

  • Node eviction while registring a new DSN

    Hi,
    I encounter a node eviction when trying to register a DSN in cache grid configuration. I tried about 6 times with the same result. Could you please take a look?
    My software run on Solaris 10.
    My system consists of 2 DSN: tt_0.0.0.1 and tt_0.1.0.1
    I have 2 servers with TT and CRS installed, node 06 hosts active tt_0.0.0.1 and standby tt_0.1.0.1 / node 07 hosts standby tt_0.0.0.1 and standby tt_0.1.0.1
    Oracle Server is hosted on 07
    I managed to register tt_0.0.0.1:
    server06$ ttisql tt_0.0.0.1
    Command> call ttcachestart ;
    Command> call ttcacheuidpwdset('pin', 'pin'); # pin is a datastore user (uid)
    Command> call ttGridCreate('ttgridPin');
    Command> call ttGridNameSet('ttgridPin');
    Command> call ttGridAttach(1, '0.0.0.1_active', 'dfso4e06', 53381, '0.0.0.1_stdby', 'dfso4e07', 53382);
    Command> call ttrepstart ;
    Command> call ttgridnodestatus;
    < TTGRIDPIN, 1, 1, T, DFSO4E06, TTGRIDPIN_TT_0.0.0.11_1A, 10.197.65.67, 53381, T, DFSO4E07, TTGRIDPIN_TT_0.0.0.12_1B, 10.197.65.185, 53382 >
    Command> exit
    server07$ ttIsql tt_0.1.0.1
    Command> call ttcachestart ;
    Command> call ttcacheuidpwdset('pin', 'pin');
    Command> call ttGridNameSet('ttgridPin');
    Command> call ttGridAttach(1, '0.1.0.1_active', 'dfso4e07', 53383, '0.1.0.1_stdby', 'dfso4e06', 53384);
    Command> call ttrepstart ;
    Everything works fine, below is my cachegrid configuration:
    ttadmin@dfso4e06:/exec/products/CRS/v11.1.0.7/log/dfso4e06$ ttIsql tt_0.0.0.1
    Command> call ttGridNameSet('ttgridPin');
    Command> call ttgridnodestatus;
    < TTGRIDPIN, 1, 1, T, DFSO4E06, TTGRIDPIN_TT_0.0.0.11_1A, 10.197.65.67, 53381, T, DFSO4E07, TTGRIDPIN_TT_0.0.0.12_1B, 10.197.65.185, 53382 >
    < TTGRIDPIN, 2, 1, T, dfso4e07, TTGRIDPIN_0.1.0.1_active_2A, 10.197.65.185, 53383, F, dfso4e06, TTGRIDPIN_0.1.0.1_stdby_2B, 10.197.65.67, 53384 >
    Note: the F status (detached) of the standby server which should go to T (attached) as soon as i successfully run "ttCWAdmin -create"
    My CRS / TT integration looks like this:
    ttadmin@dfso4e06:/exec/products/CRS/v11.1.0.7/log/dfso4e06$ ttCWAdmin -status
    Master Datastore 1:
    Host:dfso4e06
    Status:AVAILABLE
    State:ACTIVE
    Master Datastore 2:
    Host:dfso4e07
    Status:AVAILABLE
    State:STANDBY
    I used ttCWAdmin framework to register that DSN. Now I want to do the same with the other one: tt_0.1.0.1.
    I run:
    ttadmin@dfso4e07:/exec/applis/BRM/timesten/TimesTen/tt1121_HA/info$ ttCWAdmin -create -dsn tt_0.1.0.1
    Successful connection with Oracle clusterware stack
    replication DDL = create active standby pair "TT_0.1.0.1" on "dfso4e07","TT_0.1.0.1" on "dfso4e06" RETURN TWOSAFE
    Enter internal UID with ADMIN privileges: pin
    Enter password for the same UID:
    IMDB Cache is Enabled
    Enter Oracle password for the same UID:
    Enter any phrase for password encryption:
    Data store exists and uid/pwd are verified on host dfso4e07
    Create active standby pair replication scheme on host dfso4e07 and make it the active master? (Y/N)
    As soon as i will hit 'Y' + Enter the countdown to eviction will start from the other node (the 06), see:
    ttadmin@dfso4e06:/exec/products/CRS/v11.1.0.7/log/dfso4e06$ tail -f alertdfso4e06.log
    2011-03-30 02:42:37.166
    [cssd(3323)]CRS-1612:node dfso4e07 (2) at 50% heartbeat fatal, eviction in 14.783 seconds
    2011-03-30 02:42:38.175
    [cssd(3323)]CRS-1612:node dfso4e07 (2) at 50% heartbeat fatal, eviction in 13.773 seconds
    2011-03-30 02:42:45.244
    [cssd(3323)]CRS-1611:node dfso4e07 (2) at 75% heartbeat fatal, eviction in 6.703 seconds
    2011-03-30 02:42:49.283
    [cssd(3323)]CRS-1610:node dfso4e07 (2) at 90% heartbeat fatal, eviction in 2.663 seconds
    2011-03-30 02:42:50.292
    [cssd(3323)]CRS-1610:node dfso4e07 (2) at 90% heartbeat fatal, eviction in 1.653 seconds
    2011-03-30 02:42:51.302
    [cssd(3323)]CRS-1610:node dfso4e07 (2) at 90% heartbeat fatal, eviction in 0.643 seconds
    2011-03-30 02:42:51.954
    [cssd(3323)]CRS-1607:CSSD evicting node dfso4e07. Details in /exec/products/CRS/v11.1.0.7/log/dfso4e06/cssd/ocssd.log.
    the last log won't say much.
    Below, my sys.odbc.ini:
    [ODBC Data Sources]
    tt_0.0.0.1=TimesTen 11.2.1 Driver
    tt_0.1.0.1=TimesTen 11.2.1 Driver
    # New data source definitions can be added below.
    [tt_0.0.0.1]
    DataStore=/exec/applis/BRM/brm7.4/tt/db_files/tt_0.0.0.1
    UID=pin
    PWD=pin
    OracleNetServiceName=PINDB
    DatabaseCharacterSet=UTF8
    ConnectionCharacterSet=UTF8
    PLSQL=1
    oraclepwd=pin
    OracleId=PINDB
    Driver=$TIMESTEN_HOME/lib/libtten.so
    #Shared-memory size in megabytes allocated for the datastore.
    PermSize= 1024
    #Shared-memory size in megabytes allocated for temporary data partition, generally half the size of PermSize.
    #TempSize=32
    PassThrough=0
    #Use large log buffer, log file sizes
    LogFileSize=512
    LogBufMB=512
    #Async repl flushes to disk before sending batches so this makes it faster on Linux
    LogFlushMethod=2
    #Limit Ckpt rate to 10 mb/s
    CkptFrequency=200
    CkptLogVolume=0
    CkptRate=10
    Connections=200
    #Oracle recommends setting LockWait to 30 seconds.
    LockWait=30
    DurableCommits=0
    CacheGridEnable=1
    [tt_0.1.0.1]
    DataStore=/exec/applis/BRM/brm7.4/tt/db_files/tt_0.1.0.1
    UID=pin
    PWD=pin
    OracleNetServiceName=PINDB
    DatabaseCharacterSet=UTF8
    ConnectionCharacterSet=UTF8
    PLSQL=1
    oraclepwd=pin
    OracleId=PINDB
    Driver=$TIMESTEN_HOME/lib/libtten.so
    #Shared-memory size in megabytes allocated for the datastore.
    PermSize= 1024
    #Shared-memory size in megabytes allocated for temporary data partition, generally half the size of PermSize.
    ## JB ##TempSize=32
    PassThrough=0
    #Use large log buffer, log file sizes
    LogFileSize=512
    LogBufMB=512
    #Async repl flushes to disk before sending batches so this makes it faster on Linux
    LogFlushMethod=2
    #Limit Ckpt rate to 10 mb/s
    CkptFrequency=200
    CkptLogVolume=0
    CkptRate=10
    Connections=200
    #Oracle recommends setting LockWait to 30 seconds.
    LockWait=30
    DurableCommits=0
    CacheGridEnable=1
    Note: pin is the cache admin i created - i also created and populated cache groups within the tt_0.0.0.1
    below my cluster.oracle.ini
    [repdb1_1121]
    MasterHosts = dfso4e06,dfso4e07
    ScriptInstallDir = /exec/applis/BRM/timesten/TimesTen/tt1121_HA/info/crs_scripts
    [cachedb1_1121]
    MasterHosts = dfso4e06,dfso4e07
    ScriptInstallDir = /exec/applis/BRM/timesten/TimesTen/tt1121_HA/info/crs_scripts
    CacheConnect = Y
    [tt_0.0.0.1]
    MasterHosts = dfso4e06,dfso4e07
    ScriptInstallDir = /exec/applis/BRM/timesten/TimesTen/tt1121_HA/info/crs_scripts
    CacheConnect = Y
    ReturnServiceAttribute = RETURN TWOSAFE
    GridPort = 53381,53382
    [tt_0.1.0.1]
    MasterHosts = dfso4e07,dfso4e06
    ScriptInstallDir = /exec/applis/BRM/timesten/TimesTen/tt1121_HA/info/crs_scripts
    CacheConnect = Y
    ReturnServiceAttribute = RETURN TWOSAFE
    GridPort = 53383,53384

    Since I changed some Timeout parameters, I have a new error coming up:
    ttadmin@dfso4e07:/users/applix/vpb/ttadmin$ ttCWAdmin -create -dsn tt_0.1.0.1
    Successful connection with Oracle clusterware stack
    replication DDL = create active standby pair "TT_0.1.0.1" on "dfso4e07","TT_0.1.0.1" on "dfso4e06" RETURN TWOSAFE
    Enter internal UID with ADMIN privileges: pin
    Enter password for the same UID:
    IMDB Cache is Enabled
    Enter Oracle password for the same UID:
    Enter any phrase for password encryption:
    Data store exists and uid/pwd are verified on host dfso4e07
    Create active standby pair replication scheme on host dfso4e07 and make it the active master? (Y/N)Y
    Waiting for confirmation from hosts...
    Active Standby pair replication scheme created on host dfso4e07, which will be the active master at start
    ====================================================================
    Warning: If data store(s) already exist(s) on host(s) dfso4e06, they may be destroyed when the active master is duplicated.
    If the data store(s) need(s) to be preserved, please back up the data store(s) manually, before executing
    ttCWAdmin -start Command
    ====================================================================
    Registering TimesTen Cluster with Oracle Clusterware
    ====================================================================
    Number of unregistered dsn resources = 2
    Registering dsn resources:... Registration complete.
    ====================================================================
    ====================================================================
    Number of unregistered service resources = 2
    Registering service resources:... (ttCWAdmin:) crsctl.c(14915): TT48004: clscrs_register_resource failed with status = 200.
    Warning: some resource could not be registered
    ====================================================================
    (ttCWAdmin:) crsctl.c(1789): TT48014: Failed to register the cluster for DSN TT_0.1.0.1 with Oracle Clusterware.
    I perform the required check:
    oracle@dfso4e07:/users/applix/vpb/oracle
    crsctl check crsCluster Synchronization Services appears healthy
    Cluster Ready Services appears healthy
    Event Manager appears healthy
    I found this interesting though in ttcwerrors.log:
    2011-03-31 01:35:37.26 Err : : 10032: (ttCRSmaster:TT_0.0.0.1) ttctl.c(366): 08001:[TimesTen][TimesTen 11.2.1.6.6 ODBC Driver][TimesTen]TT0830: Cannot create data store
    file. OS-detected error: Permission denied -- file "db.c", lineno 11505, procedure "sbDbConnect"
    2011-03-31 01:35:37.26 Err : : 10032: (ttCRSmaster:TT_0.0.0.1) ttCRSmaster.c(1978): Native error 830 for the dsn TT_0.0.0.1
    2011-03-31 01:35:39.74 Err : : 10032: (ttCRSmaster:TT_0.0.0.1) ttctl.c(366): 08001:[TimesTen][TimesTen 11.2.1.6.6 ODBC Driver][TimesTen]TT0830: Cannot create data store
    file. OS-detected error: Permission denied -- file "db.c", lineno 11505, procedure "sbDbConnect"
    2011-03-31 01:35:42.25 Err : : 10032: (ttCRSmaster:TT_0.0.0.1) ttctl.c(366): 08001:[TimesTen][TimesTen 11.2.1.6.6 ODBC Driver][TimesTen]TT0830: Cannot create data store
    file. OS-detected error: Permission denied -- file "db.c", lineno 11505, procedure "sbDbConnect"
    I tried to run truss, but couldnt find out where it was denied...
    Any help?

  • Installation problem oracle 11g R2 on oracle enterprise linux 5 update 5

    hello support,
    i've installation problems with oracle 11g R2 on oracle enterprise linux 5 update 5. In the section "ORACLE Net-Konfigurationsassisten" the failure "[INS-20802] Oracle NET-Konfigurationsassistent not success". What's wrong? I've followed the instructions on http://www.oracle.com/technology/pub/articles/smiley-11gr1-install.html
    I've heard the problem can occur with problems in /etc/hosts? My /etc/hosts is configured:
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1          oracle localhost.localdomain localhost
    ::1          localhost6.localdomain6 localhost6
    is this ok? what can I do to bring the database-installation to success?
    Thank's for help ;-)
    Edited by: user5782904 on 09.05.2010 14:06

    Here I paste you the configuration of my latest linux box which has a similar environment like yours.
    # hostname
    vmrhel6032.quist.ch
    # domainname
    (none)
    # cat /etc/hosts
    192.168.1.205 vmrhel6032 vmrhel6032.quist.ch
    127.0.0.1     localhost  localhost.localdomain localhost4 localhost4.localdomain4
    ::1           localhost  localhost.localdomain localhost6 localhost6.localdomain6
    # cat /etc/sysconfig/network
    NETWORKING=yes
    HOSTNAME=vmrhel6032.quist.ch
    # cat /etc/sysconfig/network-scripts/ifcfg-eth0
    # Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
    DEVICE=eth0
    HWADDR=00:0C:29:6A:98:70
    ONBOOT=yes
    NETWORK=192.168.1.0
    NETMASK=255.255.255.0
    IPADDR=192.168.1.205
    #Thanks to your post I noted that the hostname consist already of my domain entry. Try your configuration first without domain entry. It should look like:
    # hostname
    vmrhel6032
    # domainname
    (none)
    # cat /etc/hosts
    192.168.1.205 vmrhel6032
    127.0.0.1     localhost  localhost.localdomain localhost4 localhost4.localdomain4
    ::1           localhost  localhost.localdomain localhost6 localhost6.localdomain6
    # cat /etc/sysconfig/network
    NETWORKING=yes
    HOSTNAME=vmrhel6032
    # cat /etc/sysconfig/network-scripts/ifcfg-eth0
    # Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
    DEVICE=eth0
    HWADDR=00:0C:29:6A:98:70
    ONBOOT=yes
    NETWORK=192.168.1.0
    NETMASK=255.255.255.0
    IPADDR=192.168.1.205
    #Otherwise use the first example and don't forget to restart your server resp. the network service. ;)

  • Oracle 10g RAC on Solaris Node Eviction

    Been having periodic node eviction on my server. I've found several threads regarding RAC node reboots but nothing specific.. In my case, the node eviction warning appears to be "immediate"
    [cssd(9530)]CRS-1612:node mbdmb2 (0) at 50% heartbeat fatal, eviction in 0.000 seconds
    [cssd(9530)]CRS-1612:node mbdmb2 (0) at 50% heartbeat fatal, eviction in 0.000 seconds
    [cssd(9530)]CRS-1611:node mbdmb2 (0) at 75% heartbeat fatal, eviction in 0.000 seconds
    [cssd(9530)]CRS-1611:node mbdmb2 (0) at 75% heartbeat fatal, eviction in 0.000 seconds
    [cssd(9530)]CRS-1610:node mbdmb2 (0) at 90% heartbeat fatal, eviction in 0.000 seconds
    [cssd(9530)]CRS-1610:node mbdmb2 (0) at 90% heartbeat fatal, eviction in 0.000 seconds
    [cssd(9530)]CRS-1610:node mbdmb2 (0) at 90% heartbeat fatal, eviction in 0.000 seconds
    [cssd(9530)]CRS-1610:node mbdmb2 (0) at 90% heartbeat fatal, eviction in 0.000 seconds
    [cssd(9530)]CRS-1610:node mbdmb2 (0) at 90% heartbeat fatal, eviction in 0.000 seconds
    [cssd(9530)]CRS-1610:node mbdmb2 (0) at 90% heartbeat fatal, eviction in 0.000 seconds
    [cssd(9530)]CRS-1610:node mbdmb2 (0) at 90% heartbeat fatal, eviction in 0.000 seconds
    [cssd(9530)]CRS-1610:node mbdmb2 (0) at 90% heartbeat fatal, eviction in 0.000 seconds
    [cssd(9530)]CRS-1610:node mbdmb2 (0) at 90% heartbeat fatal, eviction in 0.000 seconds
    [cssd(9530)]CRS-1610:node mbdmb2 (0) at 90% heartbeat fatal, eviction in 0.000 seconds
    [cssd(9530)]CRS-1610:node mbdmb2 (0) at 90% heartbeat fatal, eviction in 0.000 seconds
    [cssd(9530)]CRS-1610:node mbdmb2 (0) at 90% heartbeat fatal, eviction in 0.000 seconds
    [cssd(9530)]CRS-1607:CSSD evicting node mbdmb2. Details in /u01/crs/oracle/product/10.2/app/log/mbdmb1/cssd/
    ocssd.log.
    Other people’s: Seem to have a time to recover.. and only reboots when it eventually runs out of time..
    2009-08-31 16:05:41.405
    [cssd(4968)]CRS-1612:node simsd1 (1) at 50% heartbeat fatal, eviction in 29.611 seconds
    2009-08-31 16:05:42.403
    [cssd(4968)]CRS-1612:node simsd1 (1) at 50% heartbeat fatal, eviction in 28.613 seconds
    2009-08-31 16:05:56.412
    [cssd(4968)]CRS-1611:node simsd1 (1) at 75% heartbeat fatal, eviction in 14.604 seconds
    2009-08-31 16:05:57.411
    [cssd(4968)]CRS-1611:node simsd1 (1) at 75% heartbeat fatal, eviction in 13.605 seconds
    2009-08-31 16:06:05.413
    [cssd(4968)]CRS-1610:node simsd1 (1) at 90% heartbeat fatal, eviction in 5.603 seconds
    2009-08-31 16:06:06.412
    [cssd(4968)]CRS-1610:node simsd1 (1) at 90% heartbeat fatal, eviction in 4.604 seconds
    2009-08-31 16:06:07.410
    [cssd(4968)]CRS-1610:node simsd1 (1) at 90% heartbeat fatal, eviction in 3.606 seconds
    2009-08-31 16:06:08.409
    [cssd(4968)]CRS-1610:node simsd1 (1) at 90% heartbeat fatal, eviction in 2.607 seconds
    2009-08-31 16:06:09.407
    [cssd(4968)]CRS-1610:node simsd1 (1) at 90% heartbeat fatal, eviction in 1.609 seconds
    2009-08-31 16:06:10.405
    [cssd(4968)]CRS-1610:node simsd1 (1) at 90% heartbeat fatal, eviction in 0.611 seconds
    2009-08-31 16:06:11.061
    [cssd(4968)]CRS-1609:CSSD detected a network split. Details in C:\product\11.1.0\crs\log\simsd2\cssd\ocssd.log.
    2009-08-31 16:14:37.873
    I'm lead to think this is due to something with the setting on the heartbeat loss window. There are some threads suggesting the hangcheck-timer but it does not appear to be for solaris. Wondering where if any place I can check/change this setting.

    Ah, thanks, looks like even just looking at the log yielded some thing different. I was grepping the alertlog instead which apparantly doesn't show as much (and shows time as 0). In the ocssd.log, it shows it with the time to live.
    One more question, can you tell from this that whether this is a network hb or disk hb related or something else?
    Thanks!
    CSSD]2010-02-24 06:46:17.941 [19] >TRACE: clssnmSendingThread: sending status msg to all nodes
    [    CSSD]2010-02-24 06:46:17.941 [19] >TRACE: clssnmSendingThread: sent 5 status msgs to all nodes
    [    CSSD]2010-02-24 06:46:22.941 [19] >TRACE: clssnmSendingThread: sending status msg to all nodes
    [    CSSD]2010-02-24 06:46:22.941 [19] >TRACE: clssnmSendingThread: sent 5 status msgs to all nodes
    [    CSSD]2010-02-24 06:46:27.685 [14] >TRACE: clssgmRegisterClient: proc(17/1009503f0), client(344/10097f
    7f0)
    [    CSSD]2010-02-24 06:46:27.685 [14] >TRACE: clssgmExecuteClientRequest: GRKJOIN recvd from client 344 (
    10097f7f0)
    [    CSSD]2010-02-24 06:46:27.685 [14] >TRACE: clssgmJoinGrock: grock DG_FLASH51 new client 10097f7f0 with
    con 100932430, requested num -1
    [    CSSD]2010-02-24 06:46:27.685 [14] >TRACE: clssgmAddGrockMember: adding member to grock DG_FLASH51
    [    CSSD]2010-02-24 06:46:27.685 [14] >TRACE: clssgmAddMember: member (2/100921830) added. pbsz(123) prsz
    (42) flags 0x0 to grock (100914210/DG_FLASH51)
    [    CSSD]2010-02-24 06:46:27.686 [14] >TRACE: clssgmQueueGrockEvent: groupName(DG_FLASH51) count(3) maste
    r(0) event(1), incarn 208505, mbrc 3, to member 0, events 0x0, state 0x0
    [    CSSD]2010-02-24 06:46:27.686 [14] >TRACE: clssgmCommonAddMember: Local member(2) node(1) flags 0x0 0x
    100 grock (2/100914210/DG_FLASH51)
    [    CSSD]2010-02-24 06:46:27.941 [19] >TRACE: clssnmSendingThread: sending status msg to all nodes
    [    CSSD]2010-02-24 06:46:27.941 [19] >TRACE: clssnmSendingThread: sent 5 status msgs to all nodes
    [    CSSD]2010-02-24 06:46:28.941 [18] >WARNING: clssnmPollingThread: node mbdmb2 (2) at 50 2.123767e-314art
    beat fatal, eviction in 59.577 seconds
    [    CSSD]2010-02-24 06:46:28.941 [18] >TRACE: clssnmPollingThread: node mbdmb2 (2) is impending reconfig,
    flag 1, misstime 60423
    [    CSSD]2010-02-24 06:46:28.941 [18] >TRACE: clssnmPollingThread: diskTimeout set to (117000)ms impendin
    g reconfig status(1)
    [    CSSD]2010-02-24 06:46:29.941 [18] >WARNING: clssnmPollingThread: node mbdmb2 (2) at 50 2.123767e-314art
    beat fatal, eviction in 58.577 seconds
    [    CSSD]2010-02-24 06:46:30.363 [17] >TRACE: clssgmDispatchCMXMSG(): msg type(12) src(2) dest(1) size(36
    0) tag(00d2002a) incarnation(88)
    [    CSSD]2010-02-24 06:46:32.941 [19] >TRACE: clssnmSendingThread: sending status msg to all nodes
    [    CSSD]2010-02-24 06:46:32.941 [19] >TRACE: clssnmSendingThread: sent 5 status msgs to all nodes
    [    CSSD]2010-02-24 06:46:37.941 [19] >TRACE: clssnmSendingThread: sending status msg to all nodes
    [    CSSD]2010-02-24 06:46:37.941 [19] >TRACE: clssnmSendingThread: sent 5 status msgs to all nodes
    [    CSSD]2010-02-24 06:46:42.941 [19] >TRACE: clssnmSendingThread: sending status msg to all nodes
    [    CSSD]2010-02-24 06:46:42.941 [19] >TRACE: clssnmSendingThread: sent 5 status msgs to all nodes
    [    CSSD]2010-02-24 06:46:47.941 [19] >TRACE: clssnmSendingThread: sending status msg to all nodes
    [    CSSD]2010-02-24 06:46:47.941 [19] >TRACE: clssnmSendingThread: sent 5 status msgs to all nodes
    [    CSSD]2010-02-24 06:46:52.941 [19] >TRACE: clssnmSendingThread: sending status msg to all nodes
    [    CSSD]2010-02-24 06:46:57.941 [19] >TRACE: clssnmSendingThread: sending status msg to all nodes
    [    CSSD]2010-02-24 06:46:57.941 [19] >TRACE: clssnmSendingThread: sent 5 status msgs to all nodes
    [    CSSD]2010-02-24 06:46:58.941 [18] >WARNING: clssnmPollingThread: node mbdmb2 (2) at 75 2.123767e-314art
    beat fatal, eviction in 29.577 seconds
    [    CSSD]2010-02-24 06:46:59.941 [18] >WARNING: clssnmPollingThread: node mbdmb2 (2) at 75 2.123767e-314art
    beat fatal, eviction in 28.577 seconds
    [    CSSD]2010-02-24 06:47:02.941 [19] >TRACE: clssnmSendingThread: sending status msg to all nodes
    [    CSSD]2010-02-24 06:47:02.941 [19] >TRACE: clssnmSendingThread: sent 5 status msgs to all nodes
    [    CSSD]2010-02-24 06:47:07.941 [19] >TRACE: clssnmSendingThread: sending status msg to all nodes
    [    CSSD]2010-02-24 06:47:07.941 [19] >TRACE: clssnmSendingThread: sent 5 status msgs to all nodes
    [    CSSD]2010-02-24 06:47:12.941 [19] >TRACE: clssnmSendingThread: sending status msg to all nodes
    [    CSSD]2010-02-24 06:47:12.941 [19] >TRACE: clssnmSendingThread: sent 5 status msgs to all nodes
    [    CSSD]2010-02-24 06:47:16.941 [18] >WARNING: clssnmPollingThread: node mbdmb2 (2) at 90 2.123767e-314art
    beat fatal, eviction in 11.577 seconds
    [    CSSD]2010-02-24 06:47:17.725 [17] >TRACE: clssgmDispatchCMXMSG(): msg type(12) src(2) dest(1) size(36
    0) tag(00d3002a) incarnation(88)
    [    CSSD]2010-02-24 06:47:17.941 [19] >TRACE: clssnmSendingThread: sending status msg to all nodes
    [    CSSD]2010-02-24 06:47:17.941 [18] >WARNING: clssnmPollingThread: node mbdmb2 (2) at 90 2.123767e-314art
    beat fatal, eviction in 10.577 seconds
    [    CSSD]2010-02-24 06:47:17.941 [19] >TRACE: clssnmSendingThread: sent 5 status msgs to all nodes
    [    CSSD]2010-02-24 06:47:18.941 [18] >WARNING: clssnmPollingThread: node mbdmb2 (2) at 90 2.123767e-314art
    beat fatal, eviction in 9.577 seconds
    [    CSSD]2010-02-24 06:47:19.941 [18] >WARNING: clssnmPollingThread: node mbdmb2 (2) at 90 2.123767e-314art
    beat fatal, eviction in 8.577 seconds
    [    CSSD]2010-02-24 06:47:20.941 [18] >WARNING: clssnmPollingThread: node mbdmb2 (2) at 90 2.123767e-314art
    beat fatal, eviction in 7.577 seconds
    [    CSSD]2010-02-24 06:47:21.941 [18] >WARNING: clssnmPollingThread: node mbdmb2 (2) at 90 2.123767e-314art
    beat fatal, eviction in 6.577 seconds
    [    CSSD]2010-02-24 06:47:22.941 [19] >TRACE: clssnmSendingThread: sending status msg to all nodes
    [    CSSD]2010-02-24 06:47:22.941 [18] >WARNING: clssnmPollingThread: node mbdmb2 (2) at 90 2.123767e-314art
    beat fatal, eviction in 5.577 seconds
    [    CSSD]2010-02-24 06:47:22.941 [19] >TRACE: clssnmSendingThread: sent 5 status msgs to all nodes
    [    CSSD]2010-02-24 06:47:26.941 [18] >WARNING: clssnmPollingThread: node mbdmb2 (2) at 90 2.123767e-314art
    beat fatal, eviction in 1.577 seconds
    [    CSSD]2010-02-24 06:47:26.941 [19] >TRACE: clssnmSendingThread: sent 4 status msgs to all nodes
    [    CSSD]2010-02-24 06:47:27.703 [17] >TRACE: clssgmPeerEventHndlr: receive failed, node 2 (mbdmb2) (1009
    0eb90), rc 11
    [    CSSD]2010-02-24 06:47:27.704 [17] >TRACE: clssgmPeerDeactivate: node 2 (mbdmb2), death 0, state 0x800
    00001 connstate 0xf
    [    CSSD]2010-02-24 06:47:27.704 [17] >TRACE: clssgmPeerListener: discarded 0 future msgsfor 2
    [    CSSD]2010-02-24 06:47:27.941 [18] >WARNING: clssnmPollingThread: node mbdmb2 (2) at 90 2.123767e-314art
    beat fatal, eviction in 0.577 seconds
    [    CSSD]2010-02-24 06:47:28.521 [18] >TRACE: clssnmPollingThread: Eviction started for node mbdmb2 (2),
    flags 0x0001, state 3, wt4c 0

  • Installing oracle 10g and 11g client  on the same Linux RHEL 5.4 host

    Is it possible to install Oracle 10g and 11g client on the same Linux RHEL 5.4 host and have the application switch between 10g and 11g? and how would the 10g and 11g be installed?

    Thanks for your reply.
    Typeically if 10g is installed in /home/roacle/product/10.2.0, are you saying that for 11g, it would be /home/oracle/product/11.0.0 ?
    How about switching the application? Does changing the ORACLE_HOME and PATH environment variable setting enough ? Let's say from
    ORACLE_HOME=/home/oracle/product/10.2.0/client_1 to /home/oracle/product/11.0.0/client_1

  • RAC Node eviction question...

    Say we have 3 node RAC cluster on OEL5.3. What happens if one node evicted out of it? I know other two instance will do dynamic remastering... and something more.
    I want to know eachand every steps in detail. What really happens when one node goes down in RAC environment.
    Experts please comment.
    Many Thanks.

    I want to know each and every steps in detail. Assume you know "each and every steps in detail." what will you do differently based upon this information?
    Handle:      vh_dba
    Status Level:      Newbie (30)
    Registered:      Jan 10, 2010
    Total Posts:      38
    Total Questions:      16 (15 unresolved)
    So many questions with only a single answer.
    :-(

  • 11gR2 Windows 2008 R2 node eviction issue

    Hi
    We are facing the cluster node eviction when the teamed network is down less than 5 seconds time. Is there any settings needs to be changed? Recently our network team is performing a firmware upgrade of all modules, they mentioned to us our HP blade servers and network is completely redundant. But still the node eviction happen to us, we tried with different scenarios by disabling the separate network cards. When ever we do disable and enable private teamed network even less than 2 seconds the node eviction is happening.
    After reading this CSS Timeout Computation in Oracle Clusterware [ID 294430.1] at least it should wait till 30 seconds time but it is not.
    I am attaching the log here this is node2 alert log..
    [ctssd(5264)]CRS-2409:The clock on host shadbtestrac02 is not synchronous with the mean cluster time. No action has been taken as the Cluster Time Synchronization Service is running in observer mode.
    2010-08-10 10:34:34.722
    [ctssd(5264)]CRS-2409:The clock on host shadbtestrac02 is not synchronous with the mean cluster time. No action has been taken as the Cluster Time Synchronization Service is running in observer mode.
    2010-08-10 10:35:15.485
    [cssd(5124)]CRS-1612:Network communication with node shadbtestrac01 (1) missing for 50% of timeout interval. Removal of this node from cluster in 14.743 seconds
    2010-08-10 10:35:23.331
    [cssd(5124)]CRS-1611:Network communication with node shadbtestrac01 (1) missing for 75% of timeout interval. Removal of this node from cluster in 6.896 seconds
    2010-08-10 10:35:27.387
    [cssd(5124)]CRS-1610:Network communication with node shadbtestrac01 (1) missing for 90% of timeout interval. Removal of this node from cluster in 2.840 seconds
    2010-08-10 10:35:30.242
    [cssd(5132)]CRS-1609:This node is unable to communicate with other nodes in the cluster and is going down to preserve cluster integrity; details at (:CSSNM00008:) in C:\OracleGI\11.2.0\log\shadbtestrac02\cssd\ocssd.log.
    2010-08-10 10:35:39.665
    [cssd(4724)]CRS-1608:This node was evicted by node 1, shadbtestrac01; details at (:CSSNM00005:) in C:\OracleGI\11.2.0\log\shadbtestrac02\cssd\ocssd.log.
    2010-08-10 10:35:39.665
    [cssd(4548)]CRS-1608:This node was evicted by node 1, shadbtestrac01; details at (:CSSNM00005:) in C:\OracleGI\11.2.0\log\shadbtestrac02\cssd\ocssd.log.
    2010-08-10 10:35:39.680
    [cssd(3808)]CRS-1608:This node was evicted by node 1, shadbtestrac01; details at (:CSSNM00005:) in C:\OracleGI\11.2.0\log\shadbtestrac02\cssd\ocssd.log.
    2010-08-10 10:35:39.712
    [ctssd(5268)]CRS-2402:The Cluster Time Synchronization Service aborted on host shadbtestrac02. Details at (:ctsselect_mmg5_1: in C:\OracleGI\11.2.0\log\shadbtestrac02\ctssd\octssd.log.
    2010-08-10 10:35:39.712
    [C:\OracleGI\11.2.0\bin\oraagent.exe(5984)]CRS-5822:Agent 'C:\OracleGI\11.2.0\bin\oraagent.exe_system' disconnected from server. Details at (:CRSAGF00117:) in C:\OracleGI\11.2.0\log\shadbtestrac02\agent\crsd\oraagent\oraagent.log.
    2010-08-10 10:35:39.712
    [C:\OracleGI\11.2.0\bin\orarootagent.exe(5768)]CRS-5822:Agent 'C:\OracleGI\11.2.0\bin\orarootagent.exe_system' disconnected from server. Details at (:CRSAGF00117:) in C:\OracleGI\11.2.0\log\shadbtestrac02\agent\crsd\orarootagent\orarootagent.log.
    Node1 alert log..
    2010-08-10 09:13:28.642
    [C:\OracleGI\11.2.0\bin\oraagent.exe(5652)]CRS-5011:Check of resource "CPCSR" failed: details at "(:CLSN00007:)" in "C:\OracleGI\11.2.0\log\shadbtestrac01\agent\crsd\oraagent\oraagent.log"
    2010-08-10 09:13:29.828
    [crsd(3104)]CRS-2765:Resource 'ora.cpcsr.db' has failed on server 'shadbtestrac01'.
    2010-08-10 09:13:31.700
    [crsd(3104)]CRS-2765:Resource 'ora.cpcsr.cpcsboa.dev.sha.svc' has failed on server 'shadbtestrac01'.
    2010-08-10 09:13:31.700
    [crsd(3104)]CRS-2771:Maximum restart attempts reached for resource 'ora.cpcsr.cpcsboa.dev.sha.svc'; will not restart.
    2010-08-10 09:13:44.102
    [crsd(3104)]CRS-2758:Resource 'ora.cpcsr.db' is in an unknown state.
    2010-08-10 10:35:18.777
    [cssd(4272)]CRS-1612:Network communication with node shadbtestrac02 (2) missing for 50% of timeout interval. Removal of this node from cluster in 14.697 seconds
    2010-08-10 10:35:26.437
    [cssd(4272)]CRS-1611:Network communication with node shadbtestrac02 (2) missing for 75% of timeout interval. Removal of this node from cluster in 7.037 seconds
    2010-08-10 10:35:30.493
    [cssd(4272)]CRS-1610:Network communication with node shadbtestrac02 (2) missing for 90% of timeout interval. Removal of this node from cluster in 2.981 seconds
    2010-08-10 10:35:33.488
    [cssd(4280)]CRS-1607:Node shadbtestrac02 is being evicted in cluster incarnation 173888169; details at (:CSSNM00007:) in C:\OracleGI\11.2.0\log\shadbtestrac01\cssd\ocssd.log.
    2010-08-10 10:35:40.009
    [ohasd(3320)]CRS-8011:reboot advisory message from host: shadbtestrac02, component: ag164619, with time stamp: L-2010-08-10-10:35:39.000
    [ohasd(3320)]CRS-8013:reboot advisory message text: clsnomon_status: need to reboot, unexpected failure 8 received from CSS
    2010-08-10 10:36:09.805
    [cssd(12776)]CRS-1601:CSSD Reconfiguration complete. Active nodes are shadbtestrac01 .
    2010-08-10 10:36:09.961
    [crsd(3104)]CRS-5504:Node down event reported for node 'shadbtestrac02'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'Generic'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.AHPSR'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.AHPSR_AHPSBC.TEST.SHA'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.APPOHDR'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.APPOITR'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.APPOITR_OREMS.DEV.SHA'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.CFSR'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.CFSR_CFS.DEV.SHA'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.CFSTESTR'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.CFSTESTR_CFSADS.TEST.SHA'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.CPCSR'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.CPCSR_CPCSBOA.DEV.SHA'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.FASTR'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.FASTR_FAST.DEV.SHA'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.FASTTRGR'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.FASTTRGR_FAST.TRNG.SHA'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.FASTTSTR'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.FASTTSTR_FAST.TEST.SHA'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.MAXIMOR'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.MAXIMOR_MAXIMO.DEV.SHA'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.MAXIMOR_MAXIMO.TEST.SHA'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.SHAPMSR'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.SHAPMSR_SHAPMS.DEV.SHA'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.TEPMSR'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.TEPMSR_TEPMS.DEV.SHA'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.WHAT1R'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.WHAT1R_WHAT1ADS.TEST.SHA'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.WHAT2R'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.WHAT2R_WHAT2ADS.TEST.SHA'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.WWWDBR'.
    2010-08-10 10:36:22.894
    [crsd(3104)]CRS-2773:Server 'shadbtestrac02' has been removed from pool 'ora.WWWDBR_PLC.DEV.SHA'.
    2010-08-10 10:37:48.802
    [C:\OracleGI\11.2.0\bin\orarootagent.exe(5092)]CRS-5818:Aborted command 'check for resource: ora.shadbtestrac02.vip 1 1' for resource 'ora.shadbtestrac02.vip'. Details at (:CRSAGF00113:) in C:\OracleGI\11.2.0\log\shadbtestrac01\agent\crsd\orarootagent\orarootagent.log.
    2010-08-10 10:37:49.722
    [C:\OracleGI\11.2.0\bin\orarootagent.exe(4540)]CRS-5818:Aborted command 'check for resource: ora.net1.network shadbtestrac01 1' for resource 'ora.net1.network'. Details at (:CRSAGF00113:) in C:\OracleGI\11.2.0\log\shadbtestrac01\agent\crsd\orarootagent\orarootagent.log.
    2010-08-10 10:37:49.722
    [C:\OracleGI\11.2.0\bin\orarootagent.exe(9064)]CRS-5818:Aborted command 'check for resource: ora.shadbtestrac01.vip 1 1' for resource 'ora.shadbtestrac01.vip'. Details at (:CRSAGF00113:) in C:\OracleGI\11.2.0\log\shadbtestrac01\agent\crsd\orarootagent\orarootagent.log.
    2010-08-10 10:37:49.738
    [C:\OracleGI\11.2.0\bin\orarootagent.exe(9448)]CRS-5818:Aborted command 'check for resource: ora.scan2.vip 1 1' for resource 'ora.scan2.vip'. Details at (:CRSAGF00113:) in C:\OracleGI\11.2.0\log\shadbtestrac01\agent\crsd\orarootagent\orarootagent.log.
    2010-08-10 10:37:50.284
    [C:\OracleGI\11.2.0\bin\orarootagent.exe(10020)]CRS-5818:Aborted command 'check for resource: ora.scan1.vip 1 1' for resource 'ora.scan1.vip'. Details at (:CRSAGF00113:) in C:\OracleGI\11.2.0\log\shadbtestrac01\agent\crsd\orarootagent\orarootagent.log.
    2010-08-10 10:38:06.788
    [C:\OracleGI\11.2.0\bin\orarootagent.exe(5300)]CRS-5818:Aborted command 'check for resource: ora.scan3.vip 1 1' for resource 'ora.scan3.vip'. Details at (:CRSAGF00113:) in C:\OracleGI\11.2.0\log\shadbtestrac01\agent\crsd\orarootagent\orarootagent.log.
    2010-08-10 10:41:03.721
    [C:\OracleGI\11.2.0\bin\orarootagent.exe(5484)]CRS-5818:Aborted command 'check for resource: ora.net1.network shadbtestrac01 1' for resource 'ora.net1.network'. Details at (:CRSAGF00113:) in C:\OracleGI\11.2.0\log\shadbtestrac01\agent\crsd\orarootagent\orarootagent.log.
    2010-08-10 10:41:57.323
    [crsd(3104)]CRS-2765:Resource 'ora.net1.network' has failed on server 'shadbtestrac01'.
    2010-08-10 14:57:31.510
    [C:\OracleGI\11.2.0\bin\oraagent.exe(5656)]CRS-5818:Aborted command 'check for resource: ora.LISTENER.lsnr shadbtestrac01 1' for resource 'ora.LISTENER.lsnr'. Details at (:CRSAGF00113:) in C:\OracleGI\11.2.0\log\shadbtestrac01\agent\crsd\oraagent\oraagent.log.
    2010-08-10 14:57:32.648
    [C:\OracleGI\11.2.0\bin\oraagent.exe(6416)]CRS-5014:Agent "C:\OracleGI\11.2.0\bin\oraagent.exe" timed out starting process "C:\OracleGI\11.2.0\bin\lsnrctl.exe" for action "check": details at "(:CLSN00009:)" in "C:\OracleGI\11.2.0\log\shadbtestrac01\agent\crsd\oraagent\oraagent.log"
    2010-08-10 14:59:16.732
    [C:\OracleGI\11.2.0\bin\oraagent.exe(12912)]CRS-5818:Aborted command 'check for resource: ora.LISTENER.lsnr shadbtestrac01 1' for resource 'ora.LISTENER.lsnr'. Details at (:CRSAGF00113:) in C:\OracleGI\11.2.0\log\shadbtestrac01\agent\crsd\oraagent\oraagent.log.
    2010-08-10 15:00:57.289
    [C:\OracleGI\11.2.0\bin\oraagent.exe(12676)]CRS-5818:Aborted command 'check for resource: ora.LISTENER.lsnr shadbtestrac01 1' for resource 'ora.LISTENER.lsnr'. Details at (:CRSAGF00113:) in C:\OracleGI\11.2.0\log\shadbtestrac01\agent\crsd\oraagent\oraagent.log.
    2010-08-10 15:00:57.289
    [C:\OracleGI\11.2.0\bin\oraagent.exe(13848)]CRS-5818:Aborted command 'check for resource: ora.LISTENER_SCAN1.lsnr 1 1' for resource 'ora.LISTENER_SCAN1.lsnr'. Details at (:CRSAGF00113:) in C:\OracleGI\11.2.0\log\shadbtestrac01\agent\crsd\oraagent\oraagent.log.
    2010-08-10 15:02:55.802
    [C:\OracleGI\11.2.0\bin\oraagent.exe(12580)]CRS-5818:Aborted command 'check for resource: ora.LISTENER.lsnr shadbtestrac01 1' for resource 'ora.LISTENER.lsnr'. Details at (:CRSAGF00113:) in C:\OracleGI\11.2.0\log\shadbtestrac01\agent\crsd\oraagent\oraagent.log.
    2010-08-10 15:04:11.899
    [C:\OracleGI\11.2.0\bin\oraagent.exe(3588)]CRS-5818:Aborted command 'check for resource: ora.LISTENER.lsnr shadbtestrac01 1' for resource 'ora.LISTENER.lsnr'. Details at (:CRSAGF00113:) in C:\OracleGI\11.2.0\log\shadbtestrac01\agent\crsd\oraagent\oraagent.log.
    2010-08-10 15:05:23.207
    [C:\OracleGI\11.2.0\bin\oraagent.exe(13996)]CRS-5818:Aborted command 'check for resource: ora.LISTENER.lsnr shadbtestrac01 1' for resource 'ora.LISTENER.lsnr'. Details at (:CRSAGF00113:) in C:\OracleGI\11.2.0\log\shadbtestrac01\agent\crsd\oraagent\oraagent.log.
    2010-08-10 15:06:34.748
    [C:\OracleGI\11.2.0\bin\oraagent.exe(12388)]CRS-5818:Aborted command 'check for resource: ora.LISTENER.lsnr shadbtestrac01 1' for resource 'ora.LISTENER.lsnr'. Details at (:CRSAGF00113:) in C:\OracleGI\11.2.0\log\shadbtestrac01\agent\crsd\oraagent\oraagent.log.
    2010-08-10 15:06:37.291
    [crsd(5112)]CRS-5831:Agent 'C:\OracleGI\11.2.0\bin\oraagent.exe' has exceeded maximum failures and has been disabled. Details at (:CRSAGF00129:) in C:\OracleGI\11.2.0\log\shadbtestrac01\crsd\crsd.log.
    2010-08-10 15:08:35.243
    [ohasd(3948)]CRS-2765:Resource 'ora.crsd' has failed on server 'shadbtestrac01'.
    2010-08-10 15:08:36.569
    [C:\OracleGI\11.2.0\bin\orarootagent.exe(5076)]CRS-5822:Agent 'C:\OracleGI\11.2.0\bin\orarootagent.exe_system' disconnected from server. Details at (:CRSAGF00117:) in C:\OracleGI\11.2.0\log\shadbtestrac01\agent\crsd\orarootagent\orarootagent.log.
    2010-08-10 15:08:53.744
    [crsd(4420)]CRS-1012:The OCR service started on node shadbtestrac01.
    2010-08-10 15:09:06.630
    [crsd(4420)]CRS-1201:CRSD started on node shadbtestrac01.
    If anyone facing similar issue. Please share your inputs.
    Thanks
    Rao

    Hi Rao,
    have you disabled Media Sense?
    http://support.microsoft.com/default.aspx?scid=kb;en-us;239924
    Because if media sense is not disabled, Windows will report a unplugged/unlinked network card. This will immediately tell the cluster that network is down. In this case, Oracle does not wait. Since the network is down a reboot is initiated (need need to wait for a heartbeat down).
    Sebastian

  • Migrate Oracle 11g database from Windows To Linux using RMAN hot / cold  backup ?

    Hi Friends,
    Is it possible to Migrate Oracle 11g database from Windows To Linux using RMAN hot / cold  backup ? ( as i would like to perform Point In Time recovery)
    (or) The only way is to use RMAN convert as mentioned here  - Transporting Data Across Platforms
    (or) Is there any other method (except exp/imp and data pump)
    Regards,
    DB

    HI
    his post describes the procedure required to migrate a database from Windows to Linux using the RMAN Convert Database command.
    Both Windows and Linux platforms have the same endian format, which makes possible to transfer the whole database, making the migration process very straightforward and simple.
    To migrate between platforms that have a different endian format, Cross Platform Transportable Tablespaces (XTTS) needs to be used instead.
    List of Steps Needed to Complete the Migration
    The migration process is simple, but as it has several steps it is convenient to be familiar with them before running it.
    1. Check platform compatibility between source and target OS
    2. Start the database in read only mode
    3. Check database readiness for transport from Windows to Linux using DBMS_TDB.CHECK_DB
    4. Check if there are any external objects
    5. Execute the Rman Convert database command
    6. Copy converted datafiles, generated Transport Script and Parameter File to Linux
    7. Edit the init.ora for the new database
    8. Edit the Transport Script and Parameter File changing the windows paths to Linux Paths
    9. Execute the Transport Script
    10.Change the Database ID
    11.Check database integrity
    Thank you

  • Node Eviction and SGA

    Hello All,
    We have a 6 node RAC on 10g rel 2 / windows 2003 64 bit. It was working well from all aspects.
    About 3 weeks back ( 3 days before i was to go for my vacation) SA needed to add more power modules, so the entire system (including SAN) was powered down and then brought back up. DB m/c by themselves have undergone a complete reboot before without any issues. This time it was the entire IT system.
    Two days after that, all out of sudden, we starting witnessing node eviction issues. Every day one node would get evicted but the m/c would not go down. The typical messages seen were (below is the message from ocssd.log on node 2 ) ..
    [    CSSD]2008-07-27 16:04:14.605 [5540] >WARNING: clssnmPollingThread: node serv-db01 (1) at 50% heartbeat fatal, eviction in 29.125 seconds
    [    CSSD]2008-07-27 16:04:29.605 [5540] >WARNING: clssnmPollingThread: node serv-db01 (1) at 75% heartbeat fatal, eviction in 14.125 seconds
    [    CSSD]2008-07-27 16:04:38.606 [5540] >WARNING: clssnmPollingThread: node serv-db01 (1) at 90% heartbeat fatal, eviction in 5.125 seconds
    [    CSSD]2008-07-27 16:04:39.606 [5540] >WARNING: clssnmPollingThread: node serv-db01 (1) at 90% heartbeat fatal, eviction in 4.125 seconds
    [    CSSD]2008-07-27 16:04:40.606 [5540] >TRACE: clssnmPollingThread: node serv-db01 (1) is impending reconfig
    [    CSSD]2008-07-27 16:04:40.606 [5540] >WARNING: clssnmPollingThread: node serv-db01 (1) at 90% heartbeat fatal, eviction in 3.125 seconds
    [    CSSD]2008-07-27 16:04:40.606 [5540] >TRACE: clssnmPollingThread: diskTimeout set to (57000)ms impending reconfig status(1)
    [    CSSD]2008-07-27 16:04:41.606 [5540] >TRACE: clssnmPollingThread: node serv-db01 (1) is impending reconfig
    [    CSSD]2008-07-27 16:04:41.606 [5540] >WARNING: clssnmPollingThread: node serv-db01 (1) at 90% heartbeat fatal, eviction in 2.125 seconds
    [    CSSD]2008-07-27 16:04:42.606 [5540] >TRACE: clssnmPollingThread: node serv-db01 (1) is impending reconfig
    [    CSSD]2008-07-27 16:04:42.606 [5540] >WARNING: clssnmPollingThread: node serv-db01 (1) at 90% heartbeat fatal, eviction in 1.125 seconds
    [    CSSD]2008-07-27 16:04:43.606 [5540] >TRACE: clssnmPollingThread: node serv-db01 (1) is impending reconfig
    [    CSSD]2008-07-27 16:04:43.606 [5540] >WARNING: clssnmPollingThread: node serv-db01 (1) at 90% heartbeat fatal, eviction in 0.125 seconds
    [    CSSD]2008-07-27 16:04:43.731 [5540] >TRACE: clssnmPollingThread: node serv-db01 (1) is impending reconfig
    [    CSSD]2008-07-27 16:04:43.731 [5540] >TRACE: clssnmPollingThread: Eviction started for node serv-db01 (1), flags 0x000f, state 3, wt4c 0
    [    CSSD]2008-07-27 16:04:43.731 [5640] >TRACE: clssnmDoSyncUpdate: Initiating sync 8
    [    CSSD]2008-07-27 16:04:43.731 [5640] >TRACE: clssnmDoSyncUpdate: diskTimeout set to (57000)ms
    [    CSSD]2008-07-27 16:04:43.731 [5640] >TRACE: clssnmSetupAckWait: Ack message type (11)
    [    CSSD]2008-07-27 16:04:43.731 [5640] >TRACE: clssnmSetupAckWait: node(1) is ALIVE
    [    CSSD]2008-07-27 16:04:43.731 [5640] >TRACE: clssnmSetupAckWait: node(2) is ALIVE
    [    CSSD]2008-07-27 16:04:43.731 [5640] >TRACE: clssnmSetupAckWait: node(3) is ALIVE
    [    CSSD]2008-07-27 16:04:43.731 [5640] >TRACE: clssnmSetupAckWait: node(4) is ALIVE
    [    CSSD]2008-07-27 16:04:43.731 [5640] >TRACE: clssnmSetupAckWait: node(5) is ALIVE
    [    CSSD]2008-07-27 16:04:43.731 [5640] >TRACE: clssnmSendSync: syncSeqNo(8)
    [    CSSD]2008-07-27 16:04:43.731 [5648] >TRACE: clssnmHandleSync: Acknowledging sync: src[2] srcName[serv-db02] seq[1] sync[8]
    [    CSSD]2008-07-27 16:04:43.731 [5648] >TRACE: clssnmHandleSync: diskTimeout set to (57000)ms
    [    CSSD]2008-07-27 16:04:43.731 [4340] >USER: NMEVENT_SUSPEND [00][00][00][3e]
    [    CSSD]2008-07-27 16:04:43.731 [5640] >TRACE: clssnmWaitForAcks: Ack message type(11), ackCount(4)
    [    CSSD]2008-07-27 16:04:43.731 [5640] >TRACE: clssnmWaitForAcks: node(1) is expiring, msg type(11)
    [    CSSD]2008-07-27 16:04:43.731 [5640] >TRACE: clssnmWaitForAcks: done, msg type(11)
    [    CSSD]2008-07-27 16:04:43.731 [5640] >TRACE: clssnmDoSyncUpdate: Terminating node 1, serv-db01, misstime(60000) state(3)
    [    CSSD]2008-07-27 16:04:43.731 [5640] >TRACE: clssnmSetupAckWait: Ack message type (13)
    No information was written to the alert logs on all the nodes.
    . We contacted oracle support and they were saying its a n/w issue etc,. But my SA was adament that its an oracle problem. Anyway i went for my vacation. There was a suggestion (SA had an oracle contact) that SGA needs to be increased. It was at 800 mb per node. My junoir dba was forced to raise it to 2 gb on each node based on SA's suggestion. Then all of a sudden from the next day, node eviction stopped.
    I cannot still beleive that increasing the SGA has got anything to do with node eviction. I told my upper mgmt that node eviction has nothing to do with the SGA. But the consensus in my IT dept is SGA increase solved the issue. Does anybdy think there is any connection between increase in SGA and node eviction. ?. I have read the node eviction papers in metalink and they do not mention about SGA at all.
    I would really appriciate any help in this regard.
    Thank You,
    Sat

    WARNING: clssnmPollingThread: node servAs you know that the above warning message because of the network delay which causes the node evictions. If a node doesn't send a network heartbeat for <misscount> (times in seconds) then the node will be evicted from the cluster. Have you check from your network team about any glitches in the around the node eviction time?
    I have read the node eviction papers in metalink and they do not mention about SGA at all. One of the other prime reason for node eviction is lack of resource on the server. I am not sure increasing the SGA might have resolved the node eviction issue. Why don't you produce a test case and submit oracle support for more clarification?
    Jaffar

  • Oracle 11g R2 Instance Caging on Linux 64-bit? Good, Bad, Ugly.

    Hello everyone
    I hope this is the correct forum, if not please advise best place to post this question.
    I am thinking of using Oracle 11g R2 Enterprise Edition running on 64-bit Linux server (Oracle Linux 6.x or Red Hat Linux 6.x) with Resource Manager Instance Caging feature enabled to consolidate about 20 databases on one larger Intel-X64 server (40 cores, 512RB RAM, SAN). RAC is not needed but RAC One Node may be one other possible option as will also be Data Guard 11g R2 for HA/DR.
    I am looking for opinions from those who have used and implemented Instance Caging feature in production on 11g R1 or 11g R2 on Linux/UNIX 64-bit OS - please share your experiences - good, bad, ugly ?
    Any recent whitepapers and studies on 11g R2? I have seen some information dating back to 11g R1 (~2009), hoping there are some 11g R2 updates on this topic for 2010-2012.
    Please provide pointers if you know of any.
    Has anyone implemented Instance Caging on RAC One Node (or full RAC)? Opinions?
    thanks.
    Yuri B
    Edited by: yurib on Aug 28, 2012 12:08 PM

    Check This
    NOTE:1339769.1 - Master Note for Oracle Database Resource Manager
    Configuring and Monitoring Instance Caging [ID 1362445.1]

  • OBIEE 11g Scheduler installation error on Linux box. Please help!

    Hello,
    I'm trying to install OBIEE on a Linux box. The repository was created using a Windows PC on a separate Oracle database on another server.
    I have four of the five OBI components running but I keep getting this error for the Scheduler.
    [2011-09-19T14:47:54.000+00:00] [OracleBISchedulerComponent] [ERROR:1] [] [] [ecid: 004fKlhR3PrEkJr5KJo2ye0006XX000000] [tid: dc253800] [68008] Scheduler Error: [[
    Current Table: S_NQ_JOB.
    [nQSError: 17001] Oracle Error code: 1017, message: ORA-01017: invalid username/password; logon denied
    at OCI call OCISessionBegin.
    Current Table: S_NQ_JOB_PARAM.
    [nQSError: 17001] Oracle Error code: 1017, message: ORA-01017: invalid username/password; logon denied
    at OCI call OCISessionBegin.
    Current Table: S_NQ_INSTANCE.
    [nQSError: 17001] Oracle Error code: 1017, message: ORA-01017: invalid username/password; logon denied
    at OCI call OCISessionBegin.
    Current Table: S_NQ_ERR_MSG.
    [nQSError: 17001] Oracle Error code: 1017, message: ORA-01017: invalid username/password; logon denied
    at OCI call OCISessionBegin.. Errors were encountered while initializing Scheduler's backend database, check database configuration.
    I've checked the configuration and there is nothing wrong with it, plus I have checked connectivity from the weblogic server and the Linux server to this. Also I do not have Enterprise edition everything I do is at console level in Linux.
    Please help. I've been trying to sort through this for a long time.
    Thanks.

    Becky,
    You need not do any thing additional to have EM running in the OBI 11g instance. Although it is a deployed JEE application, if your Weblogic Server (WLS) is started and up and running then your EM Console should also be up and running.
    You say that you are doing everything from the command line. So, start the Weblogic Server then navigate to http://< your server name> : 7001/console
    If that comes up then go to
    http://<your server name>:7001/em
    That is your EM Fusion Console and it should come up as well.
    Don't mess with the XML file directly.

  • How to install oracle 11g and 10g on same linux server.

    how can i install oracle 10g and 11g on same linux server ????
    10g database is already installed , i want to installed 11g on the same machine. How can i do this???

    Hi;
    how can i install oracle 10g and 11g on same linux server ????
    10g database is already installed , i want to installed 11g on the same machine. How can i do this???You may go wiht different mount point like to create /oracle11g and /oracle10g and you can choose related path for your installation.
    Please read:
    Managing multiple oracle home
    http://docs.oracle.com/cd/B12037_01/em.101/b12140/3_oui_oracle_homes.htm#i1005615
    http://docs.oracle.com/cd/B12037_01/em.101/b12140/3_oui_oracle_homes.htm
    Regard
    Helios

  • Node eviction issue in Windows 10.2.0.4 RAC

    Hi,
    In one of my windows 10.2.0.4 RAC setup, the 2nd node is frequently getting evicted.
    Following are the contents of OCSD.log taken from the 1st node (as the 2nd node is down and not able to access)
    [    CSSD]2012-12-18 16:27:01.084 [5624] >WARNING: clssnmPollingThread: node ushdc5606 (2) at 50 3.774662e-321artbeat fatal, eviction in 29.860 seconds seedhbimpd 0
    [    CSSD]2012-12-18 16:27:01.084 [5624] >TRACE: clssnmPollingThread: node ushdc5606 (2) is impending reconfig, flag 1037, misstime 30140
    [    CSSD]2012-12-18 16:27:01.084 [5624] >TRACE: clssnmPollingThread: diskTimeout set to (57000)ms impending reconfig status(1)
    [    CSSD]2012-12-18 16:27:02.084 [5624] >WARNING: clssnmPollingThread: node ushdc5606 (2) at 50 3.804305e-321artbeat fatal, eviction in 28.860 seconds seedhbimpd 1
    [    CSSD]2012-12-18 16:27:14.240 [5548] >TRACE: clsc_send_msg: (00000000044DE190) NS err (12571, 12560), transport (530, 54, 0)
    [    CSSD]2012-12-18 16:27:14.240 [5748] >TRACE: clscreceive: (00000000030AC4B0) Connection not active
    [    CSSD]2012-12-18 16:27:14.240 [5748] >WARNING: clssnmeventhndlr: Receive failure with node 2 (ushdc5606), state 3, con(00000000030AC4B0), probe(0000000000000000), rc=6
    [    CSSD]2012-12-18 16:27:14.240 [5748] >TRACE: clssnmDiscHelper: ushdc5606, node(2) connection failed, con (00000000030AC4B0), probe(0000000000000000)
    [    CSSD]2012-12-18 16:27:14.240 [5748] >WARNING: clssnmeventhndlr: Send failure con (00000000030AC4B0), rc=3
    [    CSSD]2012-12-18 16:27:16.786 [5624] >WARNING: clssnmPollingThread: node ushdc5606 (2) at 75 3.932763e-321artbeat fatal, eviction in 14.157 seconds seedhbimpd 1
    [    CSSD]2012-12-18 16:27:25.786 [5624] >WARNING: clssnmPollingThread: node ushdc5606 (2) at 90 3.982169e-321artbeat fatal, eviction in 5.157 seconds seedhbimpd 1
    [    CSSD]2012-12-18 16:27:26.786 [5624] >WARNING: clssnmPollingThread: node ushdc5606 (2) at 90 3.992050e-321artbeat fatal, eviction in 4.157 seconds seedhbimpd 1
    [    CSSD]2012-12-18 16:27:27.786 [5624] >WARNING: clssnmPollingThread: node ushdc5606 (2) at 90 4.001932e-321artbeat fatal, eviction in 3.157 seconds seedhbimpd 1
    [    CSSD]2012-12-18 16:27:28.786 [5624] >WARNING: clssnmPollingThread: node ushdc5606 (2) at 90 4.011813e-321artbeat fatal, eviction in 2.157 seconds seedhbimpd 1
    [    CSSD]2012-12-18 16:27:29.786 [5624] >WARNING: clssnmPollingThread: node ushdc5606 (2) at 90 4.041457e-321artbeat fatal, eviction in 1.157 seconds seedhbimpd 1
    [    CSSD]2012-12-18 16:27:30.786 [5624] >WARNING: clssnmPollingThread: node ushdc5606 (2) at 90 4.051338e-321artbeat fatal, eviction in 0.157 seconds seedhbimpd 1
    [    CSSD]2012-12-18 16:27:30.958 [5624] >TRACE: clssnmPollingThread: Eviction started for node ushdc5606 (2), flags 0x0001, state 3, wt4c 0 seedhbimpd 1
    [    CSSD]2012-12-18 16:27:30.958 [5780] >TRACE: clssnmDoSyncUpdate: Initiating sync 7
    [    CSSD]2012-12-18 16:27:30.958 [5780] >TRACE: clssnmDoSyncUpdate: diskTimeout set to (57000)ms
    [    CSSD]2012-12-18 16:27:30.958 [5780] >TRACE: clssnmSetupAckWait: Ack message type (11)
    [    CSSD]2012-12-18 16:27:30.958 [5780] >TRACE: clssnmSetupAckWait: node(1) is ALIVE
    [    CSSD]2012-12-18 16:27:30.958 [5780] >TRACE: clssnmSendSync: syncSeqNo(7)
    [    CSSD]2012-12-18 16:27:30.958 [5780] >TRACE: clssnmWaitForAcks: Ack message type(11), ackCount(1)
    [    CSSD]2012-12-18 16:27:30.958 [5748] >TRACE: clssnmHandleSync: diskTimeout set to (57000)ms
    [    CSSD]2012-12-18 16:27:30.958 [5780] >TRACE: clssnmCheckDskCohort: node 2, ushdc5606, state 5 with leader 2 has smaller cluster size 1; my cluster size 1 with leader 1
    [    CSSD]2012-12-18 16:27:30.958 [5748] >TRACE: clssnmHandleSync: Acknowledging sync: src[1] srcName[ushdc5605] seq[9] sync[7]
    [    CSSD]2012-12-18 16:27:30.958 [7052] >USER: NMEVENT_SUSPEND [00][00][00][06]
    [    CSSD]2012-12-18 16:27:30.958 [5780] >TRACE: clssnmWaitForAcks: done, msg type(11)
    [    CSSD]2012-12-18 16:27:30.958 [5780] >TRACE: clssnmDoSyncUpdate: Terminating node 2, ushdc5606, misstime(60015) state(5), seedhbimpd(1)
    [    CSSD]2012-12-18 16:27:30.958 [5780] >TRACE: clssnmSetupAckWait: Ack message type (13)
    [    CSSD]2012-12-18 16:27:30.958 [5780] >TRACE: clssnmSetupAckWait: node(1) is ACTIVE
    [    CSSD]2012-12-18 16:27:30.958 [5780] >TRACE: clssnmWaitForAcks: Ack message type(13), ackCount(1)
    [    CSSD]2012-12-18 16:27:30.958 [5748] >TRACE: clssnmSendVoteInfo: node(1) syncSeqNo(7)
    [    CSSD]2012-12-18 16:27:30.958 [5780] >TRACE: clssnmWaitForAcks: done, msg type(13)
    [    CSSD]2012-12-18 16:27:30.958 [5780] >TRACE: clssnmCheckDskInfo: Checking disk info...
    [    CSSD]2012-12-18 16:27:30.958 [5780] >TRACE: clssnmCheckDskCohort: node 2, ushdc5606, state 5 with leader 2 has smaller cluster size 1; my cluster size 1 with leader 1
    [    CSSD]2012-12-18 16:27:30.958 [5780] >TRACE: clssnmEvict: Start
    [    CSSD]2012-12-18 16:27:30.958 [5780] >TRACE: clssnmEvict: Evicting node 2, ushdc5606, birth 6, death 7, impendingrcfg 1, stateflags 0x1
    [    CSSD]2012-12-18 16:27:30.958 [5780] >TRACE: clssnmWaitOnEvictions: Start
    [    CSSD]2012-12-18 16:27:30.958 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:31.458 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:31.458 [7120] >TRACE: clssnmReadDskHeartbeat: node(2) is down. rcfg(7) wrtcnt(1783066) LATS(2748066390) Disk lastSeqNo(1783066)
    [    CSSD]2012-12-18 16:27:31.458 [7112] >TRACE: clssnmReadDskHeartbeat: node(2) is down. rcfg(7) wrtcnt(1783066) LATS(2748066390) Disk lastSeqNo(1783066)
    [    CSSD]2012-12-18 16:27:31.458 [7116] >TRACE: clssnmReadDskHeartbeat: node(2) is down. rcfg(7) wrtcnt(1783066) LATS(2748066390) Disk lastSeqNo(1783066)
    [    CSSD]2012-12-18 16:27:31.958 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:32.458 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:32.958 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:33.458 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:33.958 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:34.458 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:34.958 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:35.458 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:35.958 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:36.458 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:36.958 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:37.458 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:37.958 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:38.458 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:38.958 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:39.458 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:39.958 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:40.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:40.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:41.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:41.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:42.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:42.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:43.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:43.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:44.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:44.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:45.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:45.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:46.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:46.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:47.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:47.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:48.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:48.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:49.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:49.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:50.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:50.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:51.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:51.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:52.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:52.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:53.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:53.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:54.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:54.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:55.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:55.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:56.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:56.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:57.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:57.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:58.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:58.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:59.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:27:59.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:00.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:00.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:01.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:01.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:02.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:02.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:03.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:03.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:04.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:04.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:05.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:05.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:06.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:06.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:07.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:07.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:08.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:08.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:09.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:09.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:10.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:10.957 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:11.457 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:11.956 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:12.456 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:12.956 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:13.456 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:13.956 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:14.456 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:14.956 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:15.456 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:15.956 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:16.456 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:16.956 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:17.456 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:17.956 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:18.456 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:18.956 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:19.456 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:19.956 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:20.456 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:20.956 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:21.456 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:21.956 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:22.456 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:22.956 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:23.456 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:23.956 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:24.456 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:24.956 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:25.456 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:25.956 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:26.456 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:26.956 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:27.456 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:27.956 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:28.456 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:28.956 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:29.456 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:29.956 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:30.456 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:30.956 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:31.456 [5780] >TRACE: clssnmWaitOnEvictions: node 2, undead 1
    [    CSSD]2012-12-18 16:28:31.456 [5780] >TRACE: clssnmCheckKillStatus: Node 2, ushdc5606, down, LATS(2748066390),timeout(60000)
    [    CSSD]2012-12-18 16:28:31.456 [5780] >TRACE: clssnmSetupAckWait: Ack message type (15)
    [    CSSD]2012-12-18 16:28:31.456 [5780] >TRACE: clssnmSetupAckWait: node(1) is ACTIVE
    [    CSSD]2012-12-18 16:28:31.456 [5780] >TRACE: clssnmSendUpdate: syncSeqNo(7)
    [    CSSD]2012-12-18 16:28:31.456 [5780] >TRACE: clssnmWaitForAcks: Ack message type(15), ackCount(1)
    [    CSSD]2012-12-18 16:28:31.456 [5748] >TRACE: clssnmUpdateNodeState: node 0, state (0/0) unique (0/0) prevConuni(0) birth (0/0) (old/new)
    [    CSSD]2012-12-18 16:28:31.456 [5748] >TRACE: clssnmUpdateNodeState: node 1, state (3/3) unique (1353121921/1353121921) prevConuni(0) birth (4/4) (old/new)
    [    CSSD]2012-12-18 16:28:31.456 [5748] >TRACE: clssnmUpdateNodeState: node 2, state (5/0) unique (1354086612/1354086612) prevConuni(1354086612) birth (6/6) (old/new)
    [    CSSD]2012-12-18 16:28:31.456 [5748] >TRACE: clssnmDeactivateNode: node 2 (ushdc5606) left cluster
    [    CSSD]2012-12-18 16:28:31.456 [5748] >USER: clssnmHandleUpdate: SYNC(7) from node(1) completed
    [    CSSD]2012-12-18 16:28:31.456 [5748] >USER: clssnmHandleUpdate: NODE 1 (ushdc5605) IS ACTIVE MEMBER OF CLUSTER
    [    CSSD]2012-12-18 16:28:31.456 [5748] >TRACE: clssnmHandleUpdate: diskTimeout set to (200000)ms
    [    CSSD]2012-12-18 16:28:31.456 [5780] >TRACE: clssnmWaitForAcks: done, msg type(15)
    [    CSSD]2012-12-18 16:28:31.456 [5780] >TRACE: clssnmDoSyncUpdate: Sync 7 complete!
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmReconfigThread: started for reconfig (7)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >USER: NMEVENT_RECONFIG [00][00][00][02]
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupGrocks: cleaning up grock crs_version type 2
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(0) grock(crs_version) birth(6/6)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupGrocks: cleaning up grock DB+ASM type 2
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(1) grock(DB+ASM) birth(6/6)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupGrocks: cleaning up grock DG+ASM type 2
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(1) grock(DG+ASM) birth(6/6)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupGrocks: cleaning up grock DG_DG1 type 2
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(0) grock(DG_DG1) birth(6/6)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(1) grock(DG_DG1) birth(6/6)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupGrocks: cleaning up grock DG_DG2 type 2
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(0) grock(DG_DG2) birth(6/6)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(1) grock(DG_DG2) birth(6/6)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupGrocks: cleaning up grock ORA_CLSRD_1_opera type 2
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupGrocks: cleaning up grock ORA_CLSRD_1_opera type 3
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupGrocks: cleaning up grock ORA_CLSRD_2_opera type 2
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(0) grock(ORA_CLSRD_2_opera) birth(6/6)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupGrocks: cleaning up grock ORA_CLSRD_2_opera type 3
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(0) grock(ORA_CLSRD_2_opera) birth(6/6)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupGrocks: cleaning up grock DBOPERA type 2
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(1) grock(DBOPERA) birth(6/6)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupGrocks: cleaning up grock DGOPERA type 2
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(1) grock(DGOPERA) birth(6/6)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupGrocks: cleaning up grock OSM_ALL type 2
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(0) grock(OSM_ALL) birth(6/6)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupGrocks: cleaning up grock DAALL_DB type 2
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(0) grock(DAALL_DB) birth(6/6)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(1) grock(DAALL_DB) birth(6/6)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupGrocks: cleaning up grock EVMDMAIN type 2
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(2) grock(EVMDMAIN) birth(6/6)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupGrocks: cleaning up grock CRSDMAIN type 2
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(2) grock(CRSDMAIN) birth(6/6)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupGrocks: cleaning up grock IGOPERAALL type 2
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(2) grock(IGOPERAALL) birth(6/6)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupGrocks: cleaning up grock ocr_QA_crs type 2
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(2) grock(ocr_QA_crs) birth(6/6)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupGrocks: cleaning up grock ORACRS_MEMBER_ushdc5605 type 3
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupGrocks: cleaning up grock ORACRS_MEMBER_ushdc5606 type 3
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmCleanupOrphanMembers: cleaning up remote mbr(0) grock(_ORA_CRS_MEMBER_ushdc5606) birth(6/6)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmEstablishConnections: 1 nodes in cluster incarn 7
    [    CSSD]2012-12-18 16:28:31.456 [992] >TRACE: clssgmPeerDeactivate: node 2 (ushdc5606), death 7, state 0x80000000 connstate 0xf
    [    CSSD]2012-12-18 16:28:31.456 [992] >TRACE: clssgmPeerListener: connects done (1/1)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmEstablishMasterNode: MASTER for 7 is node(1) birth(4)
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmMasterCMSync: Synchronizing group/lock status
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmMasterSendDBDone: group/lock status synchronization complete
    [    CSSD]CLSS-3000: reconfiguration successful, incarnation 7 with 1 nodes
    [    CSSD]CLSS-3001: local node number 1, master node number 1
    [    CSSD]2012-12-18 16:28:31.456 [7092] >TRACE: clssgmReconfigThread: completed for reconfig(7), with status(1)
    From the above log file content I am suspecting that the 2nd node was evicted because of the interconnect/NIC card issue in between the nodes.
    Please help me whether the eviction is due to the n/w or anything else?
    Thanks in advance,
    Mahi

    Mahi wrote:
    Hi,
    I am not sure about the cable. But the system was working fine from the time of setup to till yesterday, from yesterday only I am seeing the issue. I think it is not the issue with cable, if it was then I should have get the same issue from the time of setup.
    Also, just curious about the cables. Oracle's recommended is cross cable right? you are telling to use the cross cable?
    Thanks,
    MahiNo Crosscable Not recommend by Oracle for interconnect . What changed Last night ?

  • Oracle 11g installation on Oracle Enterprise Linux, 64bit version.

    Hi
    I want to install oracle 11g on Oracle Enterprise Linux, 64bit version.
    Do I need to set kernel parameters in this operating system, since it is not standart Linux editions.
    or
    Can I have a step by step documentation for installing oracle 11g on this operating system?

    Hello,
    Yes you do need to set kernal parameters in order to meet pre-requisites, otherwise your installation will fail and oracle might not work or unstable.
    Here is the best place to find out stepwise installation instruction and kernel parameter configuration
    Quick Installation Guide*
    http://download.oracle.com/docs/cd/B28359_01/install.111/b32285/toc.htm
    Kernel parameter configuration*
    http://download.oracle.com/docs/cd/B28359_01/install.111/b32285/toc.htm#CEGFBCFD
    You can use this tutorial to install oracle 11g*
    http://www.oracle.com/technology/obe/11gr1_db/install/dbinst/dbinst.htm#o
    Regards

  • OBIEE 11g upgrade wizard & installation on linux 64bit

    Hi,
    Is it that on Linux 64 bit machine, i should install OBIEE 11g in "Software Only" mode, only then upgrade wizard works correctly, if i need to do "Software Only" should i be installing weblogic server independently? or at high level what are steps to be followed.
    Thanks,
    Sree

    Hi Sree,
    What you are mentioning here is relevant for Windows 64 bits environment where you have to install the software only after installing web logic standalone.
    The installer for Linux 64bit will install all the components for you except of course the RCU that you need to downlaod and install first.
    Please refer to this link for more details about the installation
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10539/c4_installing.htm#CIHDJGIH
    NB: Devlopement tools (Admin tool or catalog manager..) don't exisit for Linux, so you have to use windows for development
    Regards
    Adil
    PS: Please don't forget to close the thread and assign points when your question is answered

Maybe you are looking for

  • Apple Unibody 13.3" MacBook Pro (Mid-2010): 4GB vs. 8GB DDR3 1066MHz Memory (RAM).

    Apple Unibody 13.3" MacBook Pro (Mid-2010): 4GB vs. 8GB DDR3 1066MHz Memory (RAM). 1. About my Mac.      Processor: Intel® Core 2 Duo (2.66GHz)      Memory (RAM): 4.00GB DDR3 1066MHz (2 x 2.00GB)      Hard Drive: 320GB 5400RPM (Apple Stock HD)      G

  • Can I use an external SSD drive as main drive?

    I would like to use an external SSD drive as my boot/operating drive.  Basically a clone of my current HD but have the option of booting to and using the external SSD drive for system and apps and data.  Is it possible and if so how?

  • How can I resolve trial downloads?

    I joined Adobe Creative Cloud yesterday. I own Creative Suite CS4 which I purchased from Adobe. I was approved for the 29 dollars a month. My downloads went fine except I have the trial products. How can I resolve this? Thanks, Renee

  • HT201272 Downloading music collection again

    I had to completely re-install my OS and lost all my data. A significant amount of my music and TV was purchased through iTunes. Is there a way to re-download this content without re-purchasing it???

  • Will Oracle 8I release 3 Server work with Oracle 9I Client?

    My company wrote some software for DBing imagery tags and such. this was originally done for win2k. They company now needs to upgrade to winXP systems in order to keep there maintenance contracts. long story short can i continue to use the DB 8 serve