New to RAC

Hi,
I have been using Oracle 9i and 10g for several years and have worked extensively in all DBA tasks for single instance databases. But I have never worked with Oracle RAC. I have read a lot of RAC details on internet, but it seems it is not possible to setup an experimental RAC setup at home, because we need a shared disk storage.
I have 2 PCs (1 laptop, 1 desktop) at home, both have Windows XP SP2, and Oracle 10g (10.2.0.1) installed. I have now bought a separate 500 GB extenal USB hard disk, now my question is : Can I use the 2 computers and the external harddisk to set up a RAC installation at home? if yes, can somebody please give me some overview of the steps involved for this?
An early reply would be greatly appreciated. Thanks in advance.

you wrote:
to install RAC SWIM should have a user equivalence for grid owner and database owner.Now sure what you mean by RAC SWIM - not familiar with the abbreviation or acronym SWIM for RAC.
suppose every pc have same user in that case(in a two nodes home setup it could be a reasonable scenario),if the SWIM copy and paste the shadow and passwd file of one machine to others in /etc will that work?I would not recommend copying shadow and passwd files between machines (you forgot about the group file). As this assumes everything is identical. And ideally in a perfect world, it should be - down to the actual UID and GUID used (amongst other things). Invariable this is not the case (especially when you deal with other parties that prep the machines and test/commission the hardware).
I have my own rac shell script command - that enables me to run a command (or series of commands) on all nodes in the cluster, or on selected nodes only (using ssh). I prefer using this.
Another method I at times will use is KDE's konsole and open a ssh session to each of the 10 or more cluster nodes. konsole has a feature that enables all the tty input to one konsole session be directed to all other sessions. This enables you to, for example, enter and execute a command on node 1 and have that command also being entered and executed in the other konsole sessions.
another thing is that,this grid is implemented as a concurrent programming ie. by executing processes in different machine and those processes are communicating with each other... is there any such process who is responsible to run threads for certain job/ operations and those threads are communicating with same processes of different machine?Threading itself is not used by Oracle on Unix/Linux kernels. It uses multi-processing (the fork() model) instead.
Yes, IPC (Inter Process Communication) is used. That is one of the major tasks of the SGA - this shared memory area serves as the "+brains+" (common communication/nerve centre/data area).
Yes, some processes are "+process controllers+" - and will spawn and control and manage one or more other processes. For example, there are several process pools that are managed - where new processes can be started, failed processes restarted, minimum and maximum processes in the pool maintained, and so on. Think for example about the parallel query process pool, the shared servers pool, the job process pool and the dispatcher process pool.
Parallel query (PQ) processes can be used to service a single query - and these PQ processes can run on multiple RAC nodes concurrently for that single query.
Each of these processing pools are managed differently. If you want to read up on these, then I suggest trying the Oracle Database Concepts guide (you'll find the copy for your Oracle version via http://tahiti.oracle.com).
is there any short of Mesh Partitioning implemented in this clusterware or we need to go for other 3rd party clusterware ?? Depends on what you define as mesh partitioning. Remember that RAC is a shared-everything cluster architecture.
So there's no fundamental requirement to partitioning the cluster as the full set of database services are available on each node.
For management, performance, availability and other reasons, one may decide to run certain applications on a set of nodes, use another two nodes for web applications, one node for running batch processing and so on.
For example, job processes can be scheduled with node affinity. Oracle network services can be configured to be available on specific nodes. Etc.
The decision on how to structure and implemented it, is driven by your requirements and not by technical necessity.

Similar Messages

  • New To Rac 11g

    Hello,
    I am new to RAC and i need some guidance here. I will be responsible to set up RAC on the servers which i think i should be able to manage. My concern is that since i'm new to RAC i would need to refer to some quick material on how to manage RAC instances e.g startup/shutdown nodes , maintainence , backups etc..
    Could some one give me a place where i could refer to really quick on how to manage RAC rather than going through in depth oracle documentation, which i surely plan to go through in the future. I need something really quick to get started.
    Thanks in advance for all the help
    Oracle version 11gR1

    From what you have posted, you need this,
    http://download-west.oracle.com/docs/cd/B28359_01/rac.111/b28254/toc.htm
    HTH
    Aman....

  • Refresh new created RAC databases with expdp dmp got SCN error

    Hi, I did expdp full on a single instance database on AIX and scp to the new created LINUX RAC databases and ran a impdp full.
    However I saw the following error:
    Processing object type DATABASE_EXPORT/SYSTEM_PROCOBJACT/PRE_SYSTEM_ACTIONS/PROCACT_SYSTEM
    Cannot set an SCN larger than the current SCN. If a Streams Capture configuration was imported then the Apply that processes the captured messages needs to be dropped and recreated. See My Oracle Support article number 1380295.1.I checked support.oracle.com, that note is not existed.
    Can anybody help me ? I would like to know if this is the error I can ignore.
    Thanks in advance.

    What user was used to perform expdp and impdp ? Pl note that "/ as SYSDBA" should not be used. Pl see the first "Note" sections here
    http://docs.oracle.com/cd/E11882_01/server.112/e22490/dp_export.htm#i1012781
    http://docs.oracle.com/cd/E11882_01/server.112/e22490/dp_import.htm#i1012504
    HTH
    Srini

  • Migrate to new Hardware ( RAC-2-RAC )

    Dear all
    We have a 4 node oracle 10g R2 RAC and want to migrate to new machines with database size of 2 Terabytes. We took a backup and restore it on the new machines and everything is ok. However, we planned to migrate in a week and I don't want to restore the whole database again. What concerns me is I have to open the database at the destination with resetlogs option.
    My question is : What is the best way to keep the migration downtime minimum ? I want to restore a level 1 incremental only.
    Thank you
    Kamy

    Hi Kamy,
    I will skip the backup part and restore controlfile part of you question I think you know how to do it.
    If you copy your backup pieces to the new system you can use them to perform a restore/recovery (but do not open the database) in mount phase:
    <
    SET UNTIL TIME "TO_DATE('define_time','yyyy-mm-dd:hh24:mi:ss')";
    restore database;
    recover database;
    >
    For the next recovery step you can copy the newly created archivelogs (or the pieces containing the archivelogs) to the new system and apply them with
    <
    SET UNTIL TIME "TO_DATE('define_time','yyyy-mm-dd:hh24:mi:ss')";
    recover database;
    >
    Regards,
    Tycho

  • New 11g RAC Install (Linux-64)

    I would like to get some advice.
    I keep getting conflicting arguments - however my plans are to
    first install Clusterware, next install ASM and then finally the database in an 8 node cluster.
    Is this the best sequence ?
    On another topic. An associate suggested we use ASM for voting disks and I thought that was
    not recommended. Any thoughts ?
    Thanks in advance for your kind indugence with me.
    Brian

    http://download.oracle.com/docs/cd/B28359_01/install.111/b32285/toc.htm
    http://www.oracle-base.com/articles/11g/OracleDB11gR1RACInstallationOnLinuxUsingNFS.php
    Is this the best sequence ? - Setup Disk share Storage for OCR(280M), VOTE(280), SPFILE+ASM (50M), ASM(diskgroups)
    - Make Pass Phrase and make node01 can connect all nodes(no ark password)
    - install Oracle Clusterware
    - Install Oracle Database at ASM_HOME (for asm)
    (may Create ASM DISK groups)
    - Install Oracle Database at Oracle database Home (for rdbms)
    - if not create ASM Disk Groups, create them from use ORACLE_HOME=ASM HOME
    - Create database (ORACLE_HOME= Oracle database Home)
    - Create Database Service
    By the way, read oracle document, that can help
    Good Luck

  • 10g RAC installation fails....

    Hello All,
    I am new to RAC installation.while doing the installation in 2node cluster,till the configuration assisstants windows everything went fine. in CA while checking the status,the oracle clusterware config assistant failed with the following log....
    INFO: Starting Install on nodes 'server004'
    INFO: Saving Cluster Inventory
    INFO: Running command 'C:\DOCUME~1\uit0076\LOCALS~1\Temp\1\OraInstall2010-05-18_11-41-42AM\oui\bin\setup.exe -jreLoc C:\DOCUME~1\uit0076\LOCALS~1\Temp\1\OraInstall2010-05-18_11-41-42AM\jre\1.4.2 -paramFile C:\DOCUME~1\uit0076\LOCALS~1\Temp\1\OraInstall2010-05-18_11-41-42AM\oui/clusterparam.ini -silent -ignoreSysPrereqs -attachHome -noClusterEnabled ORACLE_HOME=C:\oracle\product\10.2.0\crs ORACLE_HOME_NAME=OraCr10g_home CLUSTER_NODES=server003,server004 CRS=true "INVENTORY_LOCATION=C:\Program Files\Oracle\Inventory" LOCAL_NODE=server004 -remoteInvocation -invokingNodeName server003 -logFilePath "C:\Program Files\Oracle\Inventory/logs" -timestamp 2010-05-18_11-41-42AM' on the nodes 'server004'.
    INFO: Deleting service 'OracleOUIOraCr10g_homeService' on nodes 'server004'.
    INFO: Creating service 'OracleOUIOraCr10g_homeService' on nodes 'server004'.
    INFO: Starting service 'OracleOUIOraCr10g_homeService' on nodes 'server004'.
    INFO: Stopping service OracleOUIOraCr10g_homeService on nodes server004.
    INFO: Deleting service 'OracleOUIOraCr10g_homeService' on nodes 'server004'.
    INFO: cf session retrieved for key: OraCr10g_home oracle.crs
    INFO: cf session retrieved for key: OraCr10g_home oracle.crs
    INFO: cf session retrieved for key: OraCr10g_home oracle.crs
    INFO: cf session retrieved for key: OraCr10g_home oracle.crs
    INFO: cf session retrieved for key: OraCr10g_home oracle.crs
    INFO: cf session retrieved for key: OraCr10g_home oracle.crs
    INFO: RUN_RECOMMENDED_TOOLS FIRST is set to false
    INFO: No of Recommended Tools5
    INFO: plugin-list is created
    INFO: pluginlist is updated for: Oracle Clusterware current size: 1
    INFO: No of ExitOnly Tools in this session: 0
    INFO: cf session for perform has hashcode: 1040982
    INFO: detached tool list getting prepared fo comp: Oracle Clusterware
    INFO: cfsession hashcode for exit only tools: 1040982
    INFO: hashcode for action: 17596838
    INFO: No of ExitOnly Tools: 0
    INFO: saving exit only tools ...
    INFO: no detached only tools in this session
    INFO: exit-only tools are created in single installation
    INFO: no. of sets of tools to be run: 1
    INFO: ca page to be shown: true
    INFO: exitonly tools to be excuted passed: 0
    INFO: Starting to execute configuration assistants
    INFO: Command = C:\WINDOWS\system32\cmd /c call C:\oracle\product\10.2.0\crs/install/crssetup.config.bat
    Step 1: checking status of CRS cluster
    Step 2: creating directories (C:\oracle\product\10.2.0\crs)
    Step 3: configuring OCR repository
    ocr upgrade failed with (-1073741819)
    Command = C:\WINDOWS\system32\cmd /c call C:\oracle\product\10.2.0\crs/install/crssetup.config.bat has failed
    INFO: Configuration assistant "Oracle Clusterware Configuration Assistant" failed
    *** Starting OUICA ***
    Oracle Home set to C:\oracle\product\10.2.0\crs
    Configuration directory is set to C:\oracle\product\10.2.0\crs\cfgtoollogs. All xml files under the directory will be processed
    INFO: The "C:\oracle\product\10.2.0\crs\cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    INFO: User Selected: Yes/OK
    Have 1GB RAM in both the nodes.
    could any one help me to solve this?
    Thanks,
    Derick
    Edited by: user4487322 on May 18, 2010 1:46 AM

    Thank you madrid.I am installing the RAC in windows2003 sp2 server.in the link till the step no#12(12. The Configuration Assistants page appears.)everything went
    fine.while checking the 'Virtual Private IP Configuration Assistant',the installation fails with following error.....
    INFO: Configuration assistant "Oracle Clusterware Configuration Assistant" succeeded
    INFO: Command = C:\oracle\product\10.2.0\crs/bin/racgons.exe add_config server003:6200 server004:6200
    INFO: Configuration assistant "Oracle Notification Server Configuration Assistant" succeeded
    INFO: Command = C:\oracle\product\10.2.0\crs/bin/oifcfg.exe setif -global "Local Area Connection"/10.28.25.0:public "Local Area Connection 2"/10.10.10.0:cluster_interconnect
    INFO: Configuration assistant "Oracle Private Interconnect Configuration Assistant" succeeded
    INFO: Command = C:\WINDOWS\system32\cmd /c call C:\oracle\product\10.2.0\crs/bin/vipca.bat -silent -nodelist "server003,server004" -nodevips "server003/vipserver003/255.255.255.0/Local Area Connection,server004/vipserver004/255.255.255.0/Local Area Connection"
    Execution of the plugin was aborted
    INFO: Configuration assistant "Virtual Private IP Configuration Assistant" was canceled.
    *** Starting OUICA ***
    Oracle Home set to C:\oracle\product\10.2.0\crs
    Configuration directory is set to C:\oracle\product\10.2.0\crs\cfgtoollogs. All xml files under the directory will be processed
    INFO: The "C:\oracle\product\10.2.0\crs\cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    INFO: User Selected: Yes/OK
    INFO: Starting to execute configuration assistants
    INFO: Command = C:\WINDOWS\system32\cmd /c call C:\oracle\product\10.2.0\crs/bin/vipca.bat -silent -nodelist "server003,server004" -nodevips "server003/vipserver003/255.255.255.0/Local Area Connection,server004/vipserver004/255.255.255.0/Local Area Connection"
    Execution of the plugin was aborted
    INFO: Configuration assistant "Virtual Private IP Configuration Assistant" was canceled.
    INFO: Starting to execute configuration assistants
    INFO: Command = C:\WINDOWS\system32\cmd /c call C:\oracle\product\10.2.0\crs/bin/vipca.bat -silent -nodelist "server003,server004" -nodevips "server003/vipserver003/255.255.255.0/Local Area Connection,server004/vipserver004/255.255.255.0/Local Area Connection"
    *** Starting OUICA ***
    Oracle Home set to C:\oracle\product\10.2.0\crs
    Configuration directory is set to C:\oracle\product\10.2.0\crs\cfgtoollogs. All xml files under the directory will be processed
    INFO: The "C:\oracle\product\10.2.0\crs\cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    INFO: User Selected: Yes/OK
    I am able tp ping all my IP's from both the nodes,with host name &alias specified in the host file.
    any thing else to be checked to fix "Virtual Private IP Configuration Assistant"?Any help?

  • Advice regarding how best to collect stats on 10G RAC Production system

    Friends,
    I have read quite a lot of blogs and docs and need some help with the best way forward. I am a DBA new to RAC who has limited experience with busy 24@7 10g systems on the scale of my current employer.
    Historically stats are gathered here as follows :-
    exec dbms_stats.unlock_schema_stats('BP');
    exec dbms_stats.gather_schema_stats(ownname => 'BP', cascade => true, estimate_percent => dbms_stats.auto_sample_size);
    exec dbms_stats.lock_schema_stats('BP');
    Then Flush shared pool ok ????
    Because of previous issues with this - alll tables are currently locked and this process is recommended for every 1-2 months rather than daily.
    EM Grid Control is used when performance is poor and the sql tuning advisor is run to generate recommendations from which a sql profile could be selected and enabled for the selected code.
    My plan is to bring back gathering of stats every 1 to 2 months, my goal is make sure I can fix things quickly if it all goes to custard !!!!
    From research it looks like sql_profile is like a hint and independent of gathering stats - it tells optimiser what hints to use when executing sql.
    This thread is for advice from professional dba's in my shoes - how do you approach this so that any issues are quickly rectified ???
    My thinking is to query dba_profiles and get list of profiles and statuses ... for all tables with sql profiles ..
    This is so profiles can be disabled and then quickly enabled if there is a problem aftewr the tables are analyzed.
    To revert all the schema stats :-
    exec dbms_stats.unlock_schema_stats('BP');
    exec dbms_stats.restore_schema_stats(ownname=>'BP',as_of_timestamp=>sysdate-1);
    exec dbms_stats.lock_schema_stats('BP');
    To revert a table's stats (this looks more finicky so not sure the way to go ...):-
    Pre gather stats :-
    select stats_update_time from user_tab_stats_history where table_name = ‘<EnterTabName>’;
    exec dbms_stats.create_stat_table ( -‘SCOTT’, -‘stattab_new’);
    exec dbms_stats.export_table_stats ( -‘SCOTT’, -‘DEPT’, -null, -‘stattab_new’, -null, -true, -‘SCOTT’);
    Then later after gather stats :-
    exec dbms_stats.restore_table_stats ( -‘SCOTT’, -‘DEPT’, -’21-JAN-09 11.00.00.000000 AM -05:00′);
    Enable/Disable Profile
    exec dbms_sqltune.alter_sql_profile('<Profile name>', 'STATUS', 'DISABLED');
    exec dbms_sqltune.alter_sql_profile('<Profile name>', 'STATUS', 'ENABLED');
    I will do the plan below on a test system first however load may not really identify problems until for real on the Prod system.
    My plan is to :-
    1 analyze all tables as per outline at start above (existing practice)
    2 Disable the sql profiles that are in use on the analyzed tables
    3 See what code is affected and what tables
    If Profile exists for these sql statements then either apply existing profile (as disabled) or use tuning adviser to create another profile
    (Advice welcome here - what do you do on big systems ????)
    4 If its a catastrophe - I can restore the schema stats using (exec dbms_stats.restore_schema_stats(ownname=>'BP',as_of_timestamp=>sysdate-1);)
    and then possibly re-enabling the sql_profiles that were in place before ....
    I welcome any advice based on similar experiences that can help me get this right.
    Many thanks,
    cheers, Rob
    Edited by: Diesel on Jun 27, 2012 10:51 PM

    Useful Link:
    http://www.oradev.com/create_statistics.jsp
    ## Gather schema stats
    begin
    dbms_stats.gather_schema_stats(ownname=>'SYSLOG');
    end;
    ## Gather a particular table stats of a schema
    begin
    DBMS_STATS.gather_table_stats(ownname=>'syslog',tabname=>'logs');
    end;
    Regards
    Asif Kabir
    --mark the answer as correct/helpful                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Add a disk to RAC

    Hello,
    I have a RAC database with 2 nodes and a cluster.
    In my Cluster I have 3 disks with RAID5. I need to add 2 disks RAID0 where I will put my redolog files because I have a big waiting time in "log file parallel write"
    I' m new in RAC and cluster can I add disksto a cluster with different RAID?

    You could mix any kind of RAID (of course not recommended). Indeed, redologs with their high write activity should not be put on RAID5.
    Werner

  • How to add other 2 control files at ASM in linux RAC

    Hi Experts,
    I am new for RAC .
    the vendor build a RAC for us. I found there are only one control file in system.
    we use oracle 10.2.0.4 at ASM with RAC in redhat linux 5.
    how to add 2 additional control file to ASM for RAC ?
    Please provide a procedur in detail.
    Thanks
    Jim

    Hi damorgan & Friends,
    I could not find some infomration to add control into ASM . I can do this job( see below procedure) in no ASM .
    My question, our database locates at ASM and control file with a system auto-number ( fully qualified filename ) as
    +DATA1/SALE/controlfile/current.256.690290159
    How do I physical copy and rename other 2 contril file in directory and modify location in pfile?
    I saw some paper to use request as an alias (such as +dgroup2/control/ctl.f). i can not image to copy/rename control.
    Please help me!!
    Thanks
    Jim
    ========added control file for no ASM database and works=====================
    1)
    SQL> create pfile from spfile;
    File created.
    2)
    SQL> show parameter control_file
    NAME TYPE VALUE
    control_file_record_keep_time integer 7
    control_files string C:\ORADATA\ORCL\CONTROL01.CTL
    3)
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    4) modify pfile add additional control file2/3 as
    control_files='C:\Oradata\ORCL\control01.ctl','C:\Oradata\ORCL\control02.ctl','C:\Oradata\ORCL\control03.ctl'
    and physical copy control01.ctl and raname as control02.ctl,control03.ctl
    5)
    SQL> startup pfile='C:\oracle\product\10.2.0\db_2\database\initORCL.ora';
    ORACLE instance started.
    Total System Global Area 167772160 bytes
    Fixed Size 1247900 bytes
    Variable Size 62915940 bytes
    Database Buffers 100663296 bytes
    Redo Buffers 2945024 bytes
    Database mounted.
    Database opened.er database mount;
    6)
    SQL> Create spfile from pfile='C:\oracle\product\10.2.0\db_2\database\initORCL.ora';
    File created.
    7) check control file info under pfile environment
    SQL> show parameter control_file
    NAME TYPE VALUE
    control_file_record_keep_time integer 7
    control_files string C:\ORADATA\ORCL\CONTROL01.CTL,
    C:\ORADATA\ORCL\CONTROL02.CTL
    , C:\ORADATA\ORCL\CONTROL03.CT
    L
    8)SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    9) startup as spfile environment.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 167772160 bytes
    Fixed Size 1247900 bytes
    Variable Size 62915940 bytes
    Database Buffers 100663296 bytes
    Redo Buffers 2945024 bytes
    Database mounted.
    Database opened.
    10) check control info for spfile environment
    SQL> show parameter spfile
    NAME TYPE VALUE
    spfile string C:\ORACLE\PRODUCT\10.2.0\DB_2\
    DATABASE\SPFILEORCL.ORA
    SQL> show parameter control_file
    NAME TYPE VALUE
    control_file_record_keep_time integer 7
    control_files string C:\ORADATA\ORCL\CONTROL01.CTL,
    C:\ORADATA\ORCL\CONTROL02.CTL
    , C:\ORADATA\ORCL\CONTROL03.CT
    L

  • Cluster errors on 1 node of a RAC

    Hello All,
    I Installed Oracle RAC 11.2.0.1.0, on Oracle Enterprise Linux 5.5 32 bit.
    the installation and the database creation went fine and no error were generated.
    My RAC is 2 nodes (RAC1 and RAC2).
    On RAC1 the instance is up and working but not on RAC2, I am not able to started, even i am not able to connect to sqlplus from RAC2.
    I issued*: crsctl stat res -t* on RAC1 and below is the output:
    [root@rac1 ~]# crsctl stat res -t
    NAME           TARGET  STATE        SERVER                   STATE_DETAILS      
    Local Resources
    ora.DATA.dg
                   ONLINE  ONLINE       rac1                                        
    ora.LISTENER.lsnr
                   ONLINE  OFFLINE      rac1                                        
    ora.asm
                   ONLINE  ONLINE       rac1                                        
    ora.eons
                   ONLINE  ONLINE       rac1                                        
    ora.gsd
                   OFFLINE OFFLINE      rac1                                        
    ora.net1.network
                   ONLINE  ONLINE       rac1                                        
    ora.ons
                   ONLINE  OFFLINE      rac1                                        
    ora.registry.acfs
                   ONLINE  UNKNOWN      rac1                     CHECK TIMED OUT    
    Cluster Resources
    ora.LISTENER_SCAN1.lsnr
          1        ONLINE  ONLINE       rac1                                        
    ora.oc4j
          1        OFFLINE OFFLINE                                                  
    ora.orcl.db
          1        ONLINE  ONLINE       rac1                                        
          2        ONLINE  OFFLINE                                                  
    ora.rac1.vip
          1        ONLINE  ONLINE       rac1                                        
    ora.rac2.vip
          1        ONLINE  OFFLINE                                                  
    ora.scan1.vip
          1        ONLINE  ONLINE       rac1 but RAC2 below is the output:
    [root@rac2 ~]# crsctl stat res -t
    CRS-4535: Cannot communicate with Cluster Ready Services
    CRS-4000: Command Status failed, or completed with errors.when i tried to restart crs on RAC2 below is the output:
    [root@rac2 ~]# crsctl stop crs
    CRS-2796: The command may not proceed when Cluster Ready Services is not running
    CRS-4687: Shutdown command has completed with error(s).
    CRS-4000: Command Stop failed, or completed with errors.when i try to start it :
    [root@rac2 ~]# crsctl start crs
    CRS-4640: Oracle High Availability Services is already active
    CRS-4000: Command Start failed, or completed with errors.
    [root@rac2 ~]# your help pls, what should i do? i am new to RAC adminsitration
    Regards,

    Hi,
    I applied these steps and below is teh output, still not able to communicate with crs:
    [root@rac2 ~]# crsctl stop crs -f
    CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'rac2'
    CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'rac2'
    CRS-2673: Attempting to stop 'ora.ctssd' on 'rac2'
    CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'rac2'
    CRS-2673: Attempting to stop 'ora.mdnsd' on 'rac2'
    CRS-2677: Stop of 'ora.cssdmonitor' on 'rac2' succeeded
    CRS-2677: Stop of 'ora.mdnsd' on 'rac2' succeeded
    CRS-2677: Stop of 'ora.drivers.acfs' on 'rac2' succeeded
    CRS-2677: Stop of 'ora.ctssd' on 'rac2' succeeded
    CRS-2673: Attempting to stop 'ora.cssd' on 'rac2'
    CRS-2677: Stop of 'ora.cssd' on 'rac2' succeeded
    CRS-2673: Attempting to stop 'ora.gpnpd' on 'rac2'
    CRS-2673: Attempting to stop 'ora.diskmon' on 'rac2'
    CRS-2677: Stop of 'ora.gpnpd' on 'rac2' succeeded
    CRS-2673: Attempting to stop 'ora.gipcd' on 'rac2'
    CRS-2677: Stop of 'ora.diskmon' on 'rac2' succeeded
    CRS-2677: Stop of 'ora.gipcd' on 'rac2' succeeded
    CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'rac2' has completed
    CRS-4133: Oracle High Availability Services has been stopped.
    [root@rac2 ~]# pgrep -l d.bin
    [root@rac2 ~]# crsctl start crs
    CRS-4123: Oracle High Availability Services has been started.
    [root@rac2 ~]# crsctl stat res -t
    CRS-4535: Cannot communicate with Cluster Ready Services
    CRS-4000: Command Status failed, or completed with errors.

  • Connectivity issue in RAC(exadata)

    Team,
    oracle version : 11gr2
    2 node rac
    exadata x2-2
    Application team is complaining the connectivity issue and they are telling we get connection after 5 to 8 hits on the application
    application logfile errors are below
    SQL Error: 17002, SQLState: 08006
    [o.h.u.JDBCExceptionReporter:234] : IO Error: The Network Adapter could not establish the connection
    Please can anyone guide me As dba what are the things we need to check
    Thanks
    Prakash GR

    Hi,
    Thanks for the information, i have one question, which ip in database server first communicate to application request
    is it scan ip, vip,host ip OR local listener IP? and is all db server ip's(scan ip, vip, host ip and local listener ip) should be pingable from application server ?
    and also the application users says
    "We are sometimes able to connect, but when we try 5,6 times we hardly able to connect once
    as i am new to rac please help to understand .
    Thanks
    PGR

  • Failover not happening the Oracle RAC 10g

    Hi All,
    I am new to RAC.
    I have installed Oracle RAC 10g on Redhat Linux 4.0. Till yesterday failover was happening that is when i stopped one instance on node01 the vip of node01 was transferred to node02.This was shown using ifconfig -a but now that is now happening.Don't know as what has happened.Can you please help me out
    Below information is given:
    [oracle@node01 ~]$ crs_stat -t
    Name Type Target State Host
    ora.hitesh.db application ONLINE ONLINE node02
    ora....h1.inst application ONLINE ONLINE node01
    ora....h2.inst application OFFLINE OFFLINE
    ora....SM1.asm application ONLINE ONLINE node01
    ora....01.lsnr application ONLINE ONLINE node01
    ora.node01.gsd application ONLINE ONLINE node01
    ora.node01.ons application ONLINE ONLINE node01
    ora.node01.vip application ONLINE ONLINE node01
    ora....SM2.asm application ONLINE ONLINE node02
    ora....02.lsnr application ONLINE ONLINE node02
    ora.node02.gsd application ONLINE ONLINE node02
    ora.node02.ons application ONLINE ONLINE node02
    ora.node02.vip application ONLINE ONLINE node02
    Listner status on node01 is given:
    [oracle@node01 ~]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 06-APR-2013 12:59:29
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER_NODE01
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 06-APR-2013 11:59:03
    Uptime 0 days 1 hr. 0 min. 25 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /home/oracle/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File /home/oracle/oracle/product/10.2.0/db_1/network/log/listener_node01.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.131)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM1", status BLOCKED, has 1 handler(s) for this service...
    Service "+ASM_XPT" has 1 instance(s).
    Instance "+ASM1", status BLOCKED, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "hitesh" has 2 instance(s).
    Instance "hitesh1", status READY, has 2 handler(s) for this service...
    Instance "hitesh2", status READY, has 1 handler(s) for this service...
    Service "hiteshXDB" has 2 instance(s).
    Instance "hitesh1", status READY, has 1 handler(s) for this service...
    Instance "hitesh2", status READY, has 1 handler(s) for this service...
    Service "hitesh_XPT" has 2 instance(s).
    Instance "hitesh1", status READY, has 2 handler(s) for this service...
    Instance "hitesh2", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [root@node01 oracle]# crsctl check crs
    CSS appears healthy
    CRS appears healthy
    EVM appears healthy
    [root@node01 oracle]# ps -ef | grep lmon
    oracle 5741 1 0 12:07 ? 00:00:03 ora_lmon_hitesh1
    root 22582 20805 0 13:01 pts/2 00:00:00 grep lmon
    oracle 23643 1 0 11:58 ? 00:00:01 asm_lmon_+ASM1
    Please let me know what information else is required
    Edited by: user12924280 on Apr 6, 2013 12:36 AM

    Since you didn't say "thank you", I assumed my time was of no value to you.
    However, I shall try again.
    There is no relationship between instance failure and VIP failover. How can there be? What if you are running ten instances on each node, and one fails? Would you want the VIP to relocate? And I've already told you how to test it: kill the node. Just reboot it.

  • Oracle RAC 11g R2 on AIX

    Hello All,
    I am new to RAC installations. I want to install Oracle RAC 11g R2 on an AIX server.
    Please can you provide me a link with the detailed and easy steps to follow and install Oracle 11g R2 on AIX.
    i am cheking the Oracle Installation guide, but it is not easy and it does not include the detailed steps; for ex what to add to the hosts file..
    any more simple guide/link ?
    Regards,

    Hi,
    I am new to RAC installations. I want to install Oracle RAC 11g R2 on an AIX server.
    Please can you provide me a link with the detailed and easy steps to follow and install Oracle 11g R2 on AIX.
    i am cheking the Oracle Installation guide, but it is not easy and it does not include the detailed steps; for ex what to add to the hosts file..
    any more simple guide/link ?Pl Refer MOS tech notes:
    *RAC Assurance Support Team: RAC Starter Kit and Best Practices (AIX) [ID 811293.1]*
    *Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]*
    *Master Note for Automatic Storage Management (ASM) [ID 1187723.1]*
    *Can We Install 10gr2/11gr2 on AIX 64-bit OS When Running in 32bit Kernel Mode [ID 956449.1]*
    *Master Note for Real Application Clusters (RAC) Oracle Clusterware and Oracle Grid Infrastructure [ID 1096952.1]*
    Also refer:
    http://download.oracle.com/docs/cd/E11882_01/rac.112/e16795/toc.htm
    http://download.oracle.com/docs/cd/E11882_01/install.112/e17214/toc.htm
    http://www-03.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/WP101176
    Re: 11gR2 RAC installation in AIX help urgent...!!!!
    Hope helps :)
    thanks,
    X A H E E R

  • Differance between Oracle 9i RAC and 10g RAC

    Hello,
    I am almost new to RAC. I have worked on Oracle 9i RAC since longtime back. Now I am trying to find what is difference between Oracle 9i and 10g RAC structure ? Before it was CM and now it's clusterware. But what it makes different ? Any good explanation or web link.
    thanks
    ~Keyur
    null

    The main difference is 10g RAC is almost completely platform independent, and 9i RAC isn't.
    This means it has changed tremendously.
    As 9i is desupported I wouldn't spend any time in 9i RAC if you have yet to learn it.
    Sybrand Bakker
    Senior Oracle DBA

  • Configure new database in EM

    Hi.
    May someone explain me how to use emca to register new not-RAC database in EM? I don't know how to use that emca. It's difficult to me :-|
    Jacek

    I had insert data emca needed but it failed. In log file there is a message:
    Jul 16, 2008 11:11:01 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jul 16, 2008 11:11:21 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: This is expected, as we might be calling it from a non-rac home
    Jul 16, 2008 11:11:22 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Error retrieving the local node for the cluster
    Jul 16, 2008 11:11:22 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: PRKH-1010 : Unable to communicate with CRS services.
      [OCR Error(Native: prsr_initCLSS:[21])]
    Jul 16, 2008 11:11:22 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Cluster Error Message: PRKH-1010 : Unable to communicate with CRS services.
      [OCR Error(Native: prsr_initCLSS:[21])]
    Jul 16, 2008 11:11:22 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jul 16, 2008 11:11:23 AM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: news Host: jkurzyca Node: null OH: /u01/app/oracle/product/10.2.0/db_1 isDBC: false
    ...I run emca without -cluster option.
    What could be wrong?
    Message was edited by:
    Blackhole

Maybe you are looking for

  • Is there a way to retrieve the date of a file

    I would like to know is there a way to retrieve the last modified or last created date of a file in Solaris in Java? Thanks.

  • FCPX 10.1 Chroma Key Strength Slider Crash

    Hello fellow users I will apologize in advance as I am just the IT guy and am not well versed in editing lingo, but here it goes. My chief editor came to me with a problem that he has had since the first FCPX. I will post the crash report below, but

  • I can't connect my epson xp-410 with my computer

    My computer is not connecting  with my epson xp-410 printer

  • How to get the terminal name of http user?

    Hi Gurus, I use function TH_USER_LIST to get all online users. But for http users I can only get their IP address, but no terminal name. I searched the forum and tried the function RFC_IP_TO_HOST. However, when I input IP address it didn't return the

  • Install Oracle XE on Debian problem

    I try to install XE to a debian system. During the installation I get some script error message, like bc: command not found After the installation I can't start the database. There is no control files, and database files. What's the problem? Thanks