Linux set up for Oracle RAC (real application cluster)

Hi Guys,
I m wrkig as Oracle DBA.
Very curious to know the initials for RAC set up at OS level.
Can anyone provide his/her usefull guidelines for the same.
Although I know all steps at OS level also, but didn't did the set up of before Oracle RAC installation.
Want to increase knowlegde on like:
--how we sahre storage.
--how we set up network (private & virtual IP) and how can check working of NIC's.
--and other required things.
Will appreciate ur help and if someone want to share his/her personal experience.
Thx in advance.

[email protected] wrote:
Want to increase knowlegde on like:Here are very basic answers to very complex questions - from a pure Linux perspective running an Open Source stack and untainted kernel.
--how we sahre storage.Using multipath - this should ship with most 2.6 kernels. The kernel sees the shared storage LUNs as scsi devices - multipath does the rest. (and ASM can directly use a multipath device).
On a physical layer. Typical setup (on a RAC node) is using a HBA PCI card that runs fibre connections into a SAN switch. You can also use Infiniband (IB) as the I/O layer (as Oracle's Exadata database machine does). In this case the servers will use HCA PCI cards, run IB cables into the switch, and so will the storage array run an IB cable into the switch.
--how we set up network (private & virtual IP) and how can check working of NIC's.Depends on the achitecture choses as Interconnect. Typical choices are GigE or Infiniband (IB). Oracle's Exadata database machine (RAC) uses IB as already mentioned. (and is also our preferred Interconnect technology)
With IB you would use the OFED driver stack and have a range of ib.. commands available. These can be used to configure IP over IB (IPoIB) for use as an IP-based Interconnect, bonding of NICs, check a port's status, and so on.
--and other required things.As both Daniel and Hans indicated.. you are asking quite complex questions that require a manual (if not several) to be written in response. So best to refer to the manuals and OTN material available.
Also, if you and your company are serious about using RAC, then you should make use of Oracle's RAC Assurance group to assist you. They will provide you with starter kit information for the o/s selected. They will check every single configuration parameter afterwards and deliver a comprehensive report on what's wrong, what works and what doesn't. With recommended changes that need to be done.

Similar Messages

  • How to configure SAP 4.7 to Oracle 9i Real Application Cluster ?

    We are using SAP 4.7 running on Oracle 9i with HP-UNIX clustering.
    If we change our existing SAP 4.7 for Oracle 9i Real Application Cluster, is it very complicated ?
    Do we need to re-install SAP and Oracle ?

    Both 4.7 and Oracle 9 are already out of support.
    If you plan to use RAC then I'd first upgrade the application and the database and then implement RAC. You won't have support for your environment without additional costs.
    Markus

  • Oracle 9i Real Application Cluster Hardware Recommandation?

    Is there any recommandation for hardware setup for Oracle 9i?
    I am looking for a hardware setup to support Oracle 9i Real
    Application Cluster.
    Thanks in advances
    Laurence

    In this weekend I will begin that odessy...
    I will give some feedback by monday!
    FS

  • Veritas required for Oracle RAC on Sun Cluster v3?

    Hi,
    We are planning a 2 node Oracle 9i RAC cluster on Sun Cluster 3.
    Can you please explain these 2 questions?
    1)
    If we have a hardware disk array RAID controller with LUNs etc, then why do we need to have Veritas Volume Manager (VxVM) if all the LUNS are configured at a hardware level?
    2)
    Do we need to have VxFS? All our Oracle database files will be on raw partitions.
    Thanks,
    Steve

    > We are planning a 2 node Oracle 9i RAC cluster on Sun
    Cluster 3.Good. This is a popular configuration.
    Can you please explain these 2 questions?
    1)
    If we have a hardware disk array RAID controller with
    LUNs etc, then why do we need to have Veritas Volume
    Manager (VxVM) if all the LUNS are configured at a
    hardware level?VxVM is not required to run RAC. VxVM has an option (separately
    licensable) which is specifically designed for OPS/RAC. But if
    you have a highly reliable, multi-pathed, hardware RAID platform,
    you are not required to have VxVM.
    2)
    Do we need to have VxFS? All our Oracle database
    files will be on raw partitions.No.
    IMHO, simplify is a good philosophy. Adding more software
    and layers into a highly available design will tend to reduce
    the availability. So, if you are going for maximum availabiliity,
    you will want to avoid over-complicating the design. KISS.
    In the case of RAC, or Oracle in general, many people do use
    raw and Oracle has the ability to manage data in raw devices
    pretty well. Oracle 10g further improves along these lines.
    A tenet in the design of highly available systems is to keep
    the data management as close to the application as possible.
    Oracle, and especially 10g, are following this tenet. The only
    danger here is that they could try to get too clever, and end up
    following policies which are suboptimal as the underlying
    technologies change. But even in this case, the policy is
    coming from the application rather than the supporting platform.
    -- richard

  • Oracle 9i Real Application Cluster

    Hi all,
    In grid control, we receive an alert as global cache current block request time is 1.03 cs. and global cache current gets time is 0.44 cs..Please clarify whether it is alarming and can any remedial steps be taken.
    Thanks.
    Kind regards,
    Raj

    Dear Raj,
    Yeah, this statistics is alarming.
    --> Which is your cluster interconnect ?
    --> Are you using switch ?
    --> Using oradebug ipc check, cluster inteconnect is using which network,public or private ?
    --> Check the port speed settings.
    --> Which os you are using ?
    Thanks,
    Adinath

  • Oracle 9i Real Application Clusters Failover

    I am running CFMX 6.1 with the 3.5 JDBC drivers and
    connecting to a 2 node Oracle 9i Real Application Cluster. The
    problem I am having is when one of the 2 nodes becomes unavailable;
    CFMX does not seem to be failing over seamlessly to the second
    node. Its almost as if the database connections need to first reach
    the timeout limit setup in the datasource setting in CF Admin
    before the will start to failover. I’m not 100% sure that
    they are always even failing over after that has expired. I usually
    end up having to restart CFMX service to renew the DB connections.
    This is a pest when doing DB maintenance since it causes errors on
    our site.
    I do have Maintain Connections checked, with a 5 minute
    timeout. I have my datasources setup as "Other" and am using the
    following connection string:
    jdbc:macromedia:oracle://Node1:1521;SERVICENAME=heartdrp;AlternateServers=(Node2:1521);Loa dBalancing=true
    Does anyone have an experience of had similar problems with
    CFMX not failover DB connections on an Oracle RAC system? Ideally,
    the connections would immediately go to the other node in the RAC
    if one node went down, but CF seems to keep trying to connect to
    the original node, thus not allowing for a true "failover" setup.
    I can provide more info if needed......THANKS!!

    In this weekend I will begin that odessy...
    I will give some feedback by monday!
    FS

  • Steps Installing Oracle Database 10g R2 with Real Application Cluster (RAC)

    Hi,
    We are using Baan ERP and back end Oracle 10g R2.Now we want to use the
    Real Application Cluster technology so that if one server fail ; all of the application data remains available via another server.But i do not know how to implement RAC.
    Pl guide me.
    Regards,
    sanjeev

    stop. BAAN and Oracle will have an "implementation guide" or best practices. There is also the Oracle MAA Maximum Availability Architecture. Go Read those first.

  • SYSTEM HARDWARE REQUIREMENT FOR ORACLE RAC +ORACLE GRID INFRASTRUCTURE

    Hi Guru's,
    Can anyone of you explain me what exactly the system H/W requirement for Installing Oracle 11gR2 Grid Infrastructure along with Oracle RAC.
    I already have 8GB RAM,i3 Processor.

    If you like to install RAC on vmware, this 8gb memory enough. you can allocate 2gb for one node and also other. So total 4GB enough for RAC installation.
    Refer
    Oracle 11gR2 two node Real application cluster installation step by step guide on linux using VMware Server | DBA

  • What is Oracle 10g Release 2 Real Application Cluster?

    Hello Guys,
    I have been working in Oracle database 9i for last 2 years. Just using the simple features of oracle. Now our data have grown and company wants to enhance the database version and also want to perform load balancing at oracle's end.
    Have heard a lot about Oracle RAC, but i am not sure what actually is oracle rac and its installation.
    What is the difference between Oracle 10g Release 2 Enterprise Installation and Oracle 10g Release 2 Real Application Cluster installation. Are these 2 different softwares available on different CDs or RAC is only a different way to install oracle 10g database in RAC mode.
    Please clerify and explain. Sorry this is a very beginner level question but i want to learn it and implement it.
    Regards,
    Imran Baig

    What is the difference between Oracle 10g Release 2
    Enterprise Installation and Oracle 10g Release 2 Real
    Application Cluster installation. Are these 2Enterprise Edition is the database management software provided byu Oracle.
    RAC is an extension to the Standard and Enterprise Edition to permit the same database to be managed from two or more computers. (Withe Enterprise Edition, it is an extra cost option. With Standard Edition, it is included in the price, since SE has other limitations.)
    Conceptually, RAC is simple - IF you understand the difference between Instance and Database. RAC = 1 database managed by many instances
    Physically, RAC requires a healthy investment in infrastructure - the infrastructure and the RAC software addresses the question: how do you get several computers able to read and write to the same disk and the same block without data corruption?
    If you are serious about RAC, take a course. If you are in the US, consider http://www.psoug.org as an 'Intro to RAC' course provider.

  • Configuring Oracle Real Application Cluster

    Hi,
    Is it possible to configure Real Application Cluster (RAC) Oracle 9i with Windows 2000 Server / Advanced Server ?
    If yes, what component and Oracle Software should I prepare to build this system ?
    Can anybody explain this step by step.
    Thanks in advance
    ESB

    Hi;
    For your issue i suggest close your thread here as changing thread status to answere and move it to Forum Home » System Management and Integration » Data Integrator which you can get more quick response
    Regard
    Helios

  • Any Oracle best practice/standards for inter-DataCente links for Oracle RAC

    Hello Oracle Experts,
    Am working for a customer to set up Oracle RAC architecture hosting SAP/Non-SAP applications per SLA levels(MC/BC/Standard) specs. Currently my network team needs calculation to arrive at whether we will go for a (1), (2) or (3) 10Gig links for inter DC (Data-Center) for Oracle RAC.. below is additional background:
    •     Porting all client SAP/Non-SAP Oracle databases to new 2 data-centers.
    •     There will be 10 blades (4x BL680s and 6x BL460s) in each DC (can scale-up/out later on).
    •     Clusters architecture to support Extended/Stretched RAC cluster feature
    •     Clusters 2-node each(1-datacenter1, 1-datacenter2) and nodes distributed across 2 x c7000 such that no cluster has more than one node in an enclosure.
    •     Each node will have - 4 NIC ports ( 2 x public and 2 x private) , 2 dual-port HBA
    •     Oracle ASM/ACFS (ASM Cluster File System), Voting Disk, OCR and Database files
    •     the versions are Oracle 11g RAC, Oracle 10g RAC and Oracle 9i (for DataGuard/Standby) on RHEL 6 on Proliant Blades (x86) + BladeMatrix
    My network colleagues considering using DWDM across the 2 DCs(given the lesser cost?). Am still looking around if there are any Oracle/industry-best practices around this and having a calculation to support that..
    Many Thanks in advance..
    Regards,
    Abhijit

    Hi ,
    There are no specific set of steps / practices for batch loading contents to ucm . It would be very much dependent on how many contents does the user have to load to UCM and how well the server is configured in terms of performance .
    You can get more details from the following documentation link : http://docs.oracle.com/cd/E21043_01/doc.1111/e10792/c02_settings009.htm
    Thanks,
    Srinath

  • Configure JDBC to Real Application Cluster (RAC)

    I'm searching for some documentation on how to setup a JDBC connection to RAC. Can anyone point me in the right direction? Specifically, we're using Weblogic 7 on a Sun Solaris box and using RAC for load balancing and failover protection. I need to know which type of driver to use (Type 2 or 4) and the specific connection information such as naming (or IP) in order to connect to the cluster.
    Thanks.

    Hi buddy,
    Let's clarify some points:
    Redhat Cluster Suite can create n-node server clusters, load balances incoming IP network requests and supports up to 16 nodes. So, do I need to configure RAC if I'm going to use Redhat Custer Suite?RAC- Real applications clusters, a clustered database so that many instances can accessing only one database, many features available like cache fusion.
    CRS- Cluster Solution from Oracle needed to run RAC databases with or without a vendor cluster solution.
    with the information above I'd say:
    1) If You want to use a cold fail over cluster, You can use a vendor cluster solution or just CRS.
    2) If You want to use RAC databases, You must use CRS, with or without a vendor cluster solution. ( since release 10G no more needed to use a vendor cluster solution)
    Hope it helps,
    Cerreia

  • Hardware Architecture of Real Application Cluster (RAC)

    I'll implement Oracle 9i with Real Application Cluster (RAC). I now have two Sun SF280R servers.
    Can I use ONE common storage to build RAC?
    SF280R - Storage - SF280R
    OR is it necessary to have TWO storages?
    SF280R SF280R
    |..........\/..........|
    StorageStorage
    Thanks

    The whole idea behind RAC is that there is shared storage for 2 or more database instances. If one instance goes down, the other(s) seemlessly take over. RAC provides insurance against instance failures. Stand by databases (also known as data guard) provide insurance against database (the actual data files) failure.
    HTH.
    -Raj Suchak
    [email protected]

  • Cat 6K configuration settings for Oracle RAC

    Does anyone have experience with Cat6K design and configuration best practices for Oracle RAC?
    TIA
    Bill

    Bill, personally I have not supported oracle real app clustering, however,I think you may find very good architecture information on this pdf link, is this more or less what you are looking for?
    http://www.cisco.com/application/pdf/en/us/guest/netsol/ns50/c649/ccmigration_09186a00807688ce.pdf
    you may find other docs here as well.
    http://www.cisco.com/en/US/netsol/ns656/networking_solutions_program_home.html
    Rgds
    Jorge

  • Considering shared storage for Oracle RAC 10g

    Hi, guys!
    My Oracle RAC will be run on VMware ESXI 5.5. So, both 2 nodes and shared storage are on VM. Don't blame for this, I dont have another choice.
    I am choosing shared storage for Oracle RAC. I am choosing between NFS and ISCSI server, both can be done in RedHat linux or FreeNAS.
    Can u, guys, help me to do the choise?
    RedHat or FreeNAS
    ISCSI or NFS
    Any help will be appreciated.

    JohnWatson написал(а):
    NFS is really easy. Create your zero-filled files, set the ownership and access modes, and point your asm_diskstring at them. Much simpler than configuring an iSCSI target and initiators, and then messing about with ASMlib or udev.
    I recorded a public lecture that (if I remember correctly) describes it here, Oracle ASM Free Tutorial
    I will be using OCFS2 as cluster FS. Does it make any difference for NFS vs ISCSI?

Maybe you are looking for

  • Cached Queries and Memory

    I recently learned about the cachedWithin attribute of the cfquery tag. I have found a few places I wish to use this attribute. I am looking at the Caching page of the ColdFusion Administrator and see the "Maximum number of cached queries" is set at

  • Iphoto 6 library uses roll numbers and dates when viewing in photoshop

    Hi, Hoping someone can help me. I'm a fairly inexperienced Mac user but have been using iphoto and photoshop fairly extensively but not for anything too complicated. Before I upgraded to iLife 06 I could browse from within photoshop by going into iph

  • Surround 5.1 problem

    Hi there, a year ago I created a stereo session to make a multisession mix in Audition 5.5. But now I want to use this mix to create a surround 5.1 mix. But I just cant do it. I changed the output from every track to Default Surround Output, used the

  • Pasting table again--not enough cells

    Hi, I am trying to paste a complicated table from one page into the cell of a table on another, but I get the error message: "Cannot complete the paste. The table does not have enough cells to paste the clipboard." Stranger yet, I tried cutting the c

  • Can I convert a children's picture book to an ebook?

    We have a few children's picture books that we want to make into ebooks. The books contain a front jacket, a Page 1 which is a single page, pages 2-31 (spreads), page 32 and a single back. Is there any way to faithfully reproduce these books into an