Active passive RAC configuration

hi,
how can I change the active-active RAC database to active-passive RAC database?
1) Is it enough to change active_instance_count=1?
2) Is there any change required in client side tnsnames.ora file?
I want to install two databases, db1 is active in node1 and passive in node2.
And db2 is active in node2 and passive in node1.
3) For configuration of this, which method is best?
current client side tnsnames.ora file as follows:
DBRAC =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = gcappdev-vip)(PORT = 1523))
(ADDRESS = (PROTOCOL = TCP)(HOST = gcwebdev-vip)(PORT = 1523))
(LOAD_BALANCE = yes)
(FAILOVER=ON)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = DBRAC)
(FAILOVER_MODE = (TYPE=SELECT)(METHOD=BASIC))
)

When you mean passive.. do you want the database to be down or not usable?
If you are on 10g.. then the best method to do this is to use Services. Have services enabled on both instances. however it will be preferred on one instance /node and available on the other.
With this, when instance one where to crash, the service will failover to instance 2 and will be immediately available.

Similar Messages

  • RAC Active/Active VS Active/Passive 11g Configuration

    Thanks in advance.
    I appreciate your experience with implementing RAC in an Active/Active VS Active/Passive Configuration of 11g RAC.
    Much of my experience has been with Active/Active to take full advantage of performance capability of both nodes (2 node cluster). As such, I don't see the advantages of Active/Passive RAC configuration.

    The benefit is that you can save on licensing costs while gaining availability
    Bjoern

  • Active/Passive RAC setup in 11.2 Standard Edition?

    For the ACTIVE/PASSIVE setup in 10g RAC, the ACTIVE_INSTANCE_COUNT parameter works very well. However, in 11.2 version this parameter is obsolete. I'm testing this on our Test RAC server with Oracle Standard Edition 11.2.0.1. What are the other ways possible for an ACTIVE/PASSIVE cluster in Oracle 11.2? Has anybody gone through this before? I know that Oracle Enterprise Edition supports RAC One Node, but I've Standard Edition & moreover, I'm planning to have 2 databases on this cluster with 1 database being Active/Passive & the other being Passive/Active on the 2 nodes.
    Appreciate any quick help!! Thanks.
    Satish...

    Hi user1701261,
    One option to divert traffic to specific node could be setting 11g Services in active , passive mode.
    srvctl add service -d DB01 -s DB01_SRV -r "db011" -a "db012, db013"
    Where
    -d <db_unique_name> Unique name for the database
    -s <service> Service name
    -r "<preferred_list>" Comma separated list of preferred instances
    -a "<available_list>" Comma separated list of available instances
    Session will switch to incase db011 instance goes down.
    active_instance_count parameter is effective only for Two node cluster, whereas using this method you could get more flexibility.
    Regards
    Krishan Jaglan

  • Sequence Co-ordination in Active/Passive RAC

    Hello folks,
    if we are creating 2 node RAC in Oracle 11g... Sequence coordination will happen between the nodes when the next sequence number is requested; The question is if I create the 2 node RAC in Active/Passive mode(I m thinking to do this either using ACTIVE_INSTANCE_COUNT parameter as I have only 2 nodes or to use srvctl to set preferred and available instances), will the sequence co-ordination will still happen if I request a sequence number?
    Can you also please point me to the details on what all co-ordination happens between the nodes (2-active) at run-time?
    I'm talking about Sequence coordination as the upstream app is dependent on Ordering of the Sequence.
    Thanks in advance.
    Edited by: ~RK on Mar 12, 2012 11:39 PM

    Hi user1701261,
    One option to divert traffic to specific node could be setting 11g Services in active , passive mode.
    srvctl add service -d DB01 -s DB01_SRV -r "db011" -a "db012, db013"
    Where
    -d <db_unique_name> Unique name for the database
    -s <service> Service name
    -r "<preferred_list>" Comma separated list of preferred instances
    -a "<available_list>" Comma separated list of available instances
    Session will switch to incase db011 instance goes down.
    active_instance_count parameter is effective only for Two node cluster, whereas using this method you could get more flexibility.
    Regards
    Krishan Jaglan

  • Step for Active/Passive RAC Patching (CPU Patch )

    Hi
    I know how to patch active /active configuration patching done in RAC.
    I need to patch (CPU) for acitve/passive , how to i proceed ,is it the same ? i.e i can open passive node any how and the patch one by one .
    Please suggest the step

    Hi,
    1) Will the 9.2.0.8 upgrade patching modified the SYSTEM tablespace and corresponding SYSTEM datafilesYes it will modify the SYSTEM tablespace and corresponding datafiles.
    If I upgrade my active primary database first, will I be still able to upgrade the passive primary database without error laterYes u can upgrade passive primary database without error later
    I shall be patching the database after failover the passive DB to become activecan u elaborate this further.
    I suggest u to create a formal service request at MyoracoleSupport
    Regards,
    X A H E E R

  • RMAN for active passive 10g R2 RAC

    Hi,
    I am having 10g R2 Active-Passive RAC setup.
    in this environment,If I am taking the backup using RMAN,
    how can I handle the failover?
    In active-active instance, if channel allocated to one node is failed, backup will be completed from channel allocated to other node.
    how can i handle the failover in active-passive RMAN backup??/

    What was the reason you went for active/passive RAC setup ?
    --> this is requirement.
    I thought cluster could achieve the same thing.
    1) How can we achive active/passive setup by using cluster?
    2) In RAC active/passive configuration and Cluster setup, which one is good option?
    3) Any URLs on this topic
    Thanks in Advance....
    Regards:
    Abdul Rajak

  • Active Passive Vs Active Active

    Hi All,
    How much more effort it requires to failover or get up and ready with passive node, if Active Passive strategy is followed rather than Active Active just for saving on licenses.
    Note : High availability is not a concern.
    thanks,

    Be clear what the policy means. RAC is normally considered an ACTIVE/ACTIVE solution since all nodes in RAC are actively processing. In an ACTIVE/PASSIVE setup by contrast one or more nodes are actively processing whilst others are standing by ready to take over the workload in the event of failure of the primary. Physical Standby, Failsafe and non-oracle clusters are often Active/Passive. You may also check if the policy comes from a sqlserver centric view of the world where you split the sqlserver databases between different nodes, so that although for any given sql database the solution is active passive, you don't 'waste' the resources of some nodes just waiting to take over, but rather run other databases on them.
    Your description of ACTIVE/ACTIVE seems to rather correspond to a Stretch Cluster http://www.oracle.com/technology/deploy/availability/pdf/1126_Ray_WP.pdf has a good overview of what this means. I'd be surprised if the policy was really to put all databases on just about the most expensive hardware and software solution available, but I'm used to surprises in the world of corporate policies.
    Niall
    user526463 wrote:
    My company was recently purchased. The new company has a "policy" about any High Availability database be an Active\Active configuration. We have in the past used active\passive RAC installs with each site have multiple active RAC nodes. I am interested in see what the cases are for a true Active\Active environment where there will be multiple RAC nodes in each "cluster" and multiple databases (disk) which are actively written to, then synchronized. (As apposed to a couple mutinode RAC setups with a primary\standby database)
    Any white papers or best practice document references would be great. I'd hate to do this just case of some policy.
    Thanks

  • Active\Active vs Active\Passive

    My company was recently purchased. The new company has a "policy" about any High Availability database be an Active\Active configuration. We have in the past used active\passive RAC installs with each site have multiple active RAC nodes. I am interested in see what the cases are for a true Active\Active environment where there will be multiple RAC nodes in each "cluster" and multiple databases (disk) which are actively written to, then synchronized. (As apposed to a couple mutinode RAC setups with a primary\standby database)
    Any white papers or best practice document references would be great. I'd hate to do this just case of some policy.
    Thanks

    Be clear what the policy means. RAC is normally considered an ACTIVE/ACTIVE solution since all nodes in RAC are actively processing. In an ACTIVE/PASSIVE setup by contrast one or more nodes are actively processing whilst others are standing by ready to take over the workload in the event of failure of the primary. Physical Standby, Failsafe and non-oracle clusters are often Active/Passive. You may also check if the policy comes from a sqlserver centric view of the world where you split the sqlserver databases between different nodes, so that although for any given sql database the solution is active passive, you don't 'waste' the resources of some nodes just waiting to take over, but rather run other databases on them.
    Your description of ACTIVE/ACTIVE seems to rather correspond to a Stretch Cluster http://www.oracle.com/technology/deploy/availability/pdf/1126_Ray_WP.pdf has a good overview of what this means. I'd be surprised if the policy was really to put all databases on just about the most expensive hardware and software solution available, but I'm used to surprises in the world of corporate policies.
    Niall
    user526463 wrote:
    My company was recently purchased. The new company has a "policy" about any High Availability database be an Active\Active configuration. We have in the past used active\passive RAC installs with each site have multiple active RAC nodes. I am interested in see what the cases are for a true Active\Active environment where there will be multiple RAC nodes in each "cluster" and multiple databases (disk) which are actively written to, then synchronized. (As apposed to a couple mutinode RAC setups with a primary\standby database)
    Any white papers or best practice document references would be great. I'd hate to do this just case of some policy.
    Thanks

  • How to Configure Active-Passive oracle cluster in Windows 2008 R2 64bit Server.

    How to Configure Active-Passive oracle cluster in Windows 2008 R2 64bit Server With Oracle 11g R2.
    How many database will play in this role.
    Best,

    hello
    I was going through your post and i am also doing the same thing here at our organisation for Oracle 10g R2
    Can you pls send me any docs u r having for configuration of Oracle in windows clusters .
    And, can you pls elaborate on this point
    e)Create Oracle Service with the same name in the 2nd node and copy all the files like spfile,tnsnames.ora,listener.ora,password file to Node2.
    Pls send me the details at [email protected] or you can contact me at 08054641476.
    Thanks in advance.

  • Can we configure BPM10gR3 in Active Passive topology.

    Hi,
    Can we configure/install BPM10gR3 on WLS in Active Passive topology at Primary & DR site respectively. Any links/References for BPM10gR3 DR topology recommendations?.
    Thanks & Regards,
    NL

    you may be able to do that by setting up a primary & Secondary setup.
    In the secondary setup just deploy the BPM engine/portal to weblogic but point to the same engine/fdi database. Keep secondary down for most part and only bring it up when primary is down.
    HTH

  • Weblogic HA for Active-Passive Admin Server configuration

    Hi,
    We are trying to install Admin servers in Active passive mode in a single domain to manage single set of managed servers (for OAM component). The scenerio is that I have Admin Server + Managed Server on OAMHOST1 and OAMHOST2 both. I can start Admin server on OAMHOST1 and then manage both the managed servers on OAMHOST1 and OAMHOST2. Now in case my Admin Server on OAMHOST1 goes down, the requirement is that secondary Admin Server on OAMHOST2 should be started and use to manage the managed servers on OAMHOST1 and OAMHOST2. So i have stopped the admin server on OAMHOST1 and then tried to start the Admin Server on OAMHOST2 but its not starting up. It is simply throwing the error that port 7001 on OAMHOST1 is in use but i can clearly see that there is no service running on 7001 port on OAMHOST1 and ALSO why its trying to connect OAMHOST1:7001. As per oracle documentation this is feasible (this is mentioned in their HA guide) but they haven't mentioned any step to configure this or test this.
    Please advise if anyone has any idea to implement this. Since OAM admin is deployed on Admin server, the HA is crucial for Admin Server unavailability.

    Hi,
    From your note, I think OAMHOST1 and OAMHOST2 are physical hostnames of the server. You need to create one virtual ip which will be listened from both the physical servers and change the listen address for admin server to this VIP. Please see below mentioned link. Also there is requirement of shared directory, for that you can refer to the enterprise deployment guide for identity management.
    http://docs.oracle.com/cd/E15586_01/fusionapps.1111/e21032/create_domain_im.htm#CFHBIAIC
    Regards,
    Kishore

  • How to Uninstall SQL instance on active-passive SQL server , which failed during Cluster Setup (Error-Failed at Validate Active Directory Configuration)

    How to Uninstall SQL instance on active-passive SQL server , which failed during Cluster Setup (Error-Failed at Validate Active Directory Configuration)
    active-passive SQL server cluster setup failed due to some steps missed in initial cluster setup,
    now i have unistall sql instance from nodes,
    Your help will higly appriciated.
    Regards,
    Anish
    Asandeen

    Hello,
    Please refer to the following link about remove a node of  SQL Server Failover Cluster Instance:
    http://msdn.microsoft.com/en-us/library/ms191545.aspx#Remove
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Configuring Active-Passive cluster for Oracle Database on Red hat

    Can I configure the red hat cluster suite to implement an Active-Passive Oracle Service without configuring GFS Volume manager?
    In other words, I want to install Oracle Standard Edition for Red hat on 2 node separately. Subsequently I am creating an Oracle Instance on the firsth node whith Oracle datafile, redologfile, controlfile,initfile on a SAN Storage. Subsequently I want to configure red hat cluster suite to start the Oracle Instance on the second node when the the firsth node fail. Only one node at time have the Oracle Instance up. Does this configuration works correctly or I have to install and configure any software to manage shared storage file system(like GFS Volume Manager or OCFS, ASM ecc.)?
    Thanks

    This scenario is usually done through custom scripts.
    To get an idea of what is required, I recommend you look through Oracle's DataGuard documentation, as Data Guard is a free utility included in the Enterprise Edition to do exactly what you want.
    (Having spent a lot less money to buy the less expensive product, you now have the opportunity to spend more in programmer and maintenance costs to create your own solution.)

  • Active - Passive Cluster

    Hey, I have to manage an active passive cluster on SLES10 SP4. Oracle 10.2.0.4
    All oracle binaries are on a DRBD Device on mountpoint /oradata.
    This mountpoint includes the binaries and all datafiles.
    I havent installed these systems. At one stage on node died and got reinstalled by a systemadministrator.
    After a switch from the running node to the standby node, the cluster is not starting.
    Jan 3 14:36:01 a logger: Cluster Ready Services waiting on dependencies. Diagnostics in /tmp/crsctl.6114.
    Jan 3 14:36:14 a logger: Waiting for Oracle CSS service to be available before starting
    Jan 3 14:36:14 a logger: ASM instance +ASM. Wait 2.
    After issung $ORACLE_HOME/bin/localconfig add the cluster is starting, the asm instance is coming up, and also the database instance is starting.
    Shortly after that the db instance dies. Alertlog is showing something like recursive sql error.
    Looks like writing to the datafiles is not working.
    In asmcmd the diskgroups are showing DISMOUNTED (show MOUNTED before)
    so what to do ?
    a) Why is it necessary to issue "localconfig add" to make the cluster starting ?
    b) What could be a reason for not being able to write to the database ?
    c) How would you guys install an active/passive cluster ?
    c1) Install OS on both nodes
    c2) Install oracle binaries
    c2.1) on both nodes in the local files system and do the mapping to the drbd afterwards?
    c2.2) only on one node and just switch the mountpoint ?
    Chris

    Hi,
    first of all please clarify, if you have Oracle clusterware installed, or just the local configuration for local ASM.
    There is a big difference between the 2, and also using DRBD has nothing to do with Oracle clusterware (and is not supported by Oracle).
    a.) Localconfig may be necessary for a local ASM installation in 10.2. Main reason is, that the CSS service configuraton includes the hostname (which changed if you switched nodes). Hence may not be able to start ASM. With localconfig you are fixing this issue.
    Very important: It is not a good idea to run this is a cluster configuration, since it will break things (a lot of things).
    b.) If the ASM diskgroup got dismouned, then the database cannot write. Hence your problem. Why the diskgroup dismounted, you should find in the ASM alert.log
    c.) I would go for RAC One Node. Which has this all preconfigured. So it makes life easier. Search for "RAC One Node" on OTN for more information. At least I would take a manual cluster, and do mirroring by ASM, and not DRBD....
    c1.) Yes install Oracle cluster (or Grid infrastucture in 11.2) on both nodes. Like a RAC.
    c2) Install database software on both nodes locally.
    c2.1) No. No DRDB.
    c2.2) Both nodes. Same installation.
    Regards
    Sebastian

  • Install of Data Services as active/passive behind F5 load balancers

    I currently have two RedHat 5.5 x86_64 hosts, SAP_DS1 and SAP_DS2, and 1 database, Oracle RAC 11g and 1 F5 LTM load balancer sitting in front of the two hosts. The F5 load balancer VIP is set up as active/passive (fail-over) for the two hosts.
    Will I need 2 local databases 1 central database or can I accomplish this with one local database?
    Please advise on the recommended method for installing BOBJ DATA SERVICES XI 3.2 on two Linux hosts in an active/passive design.
    Thanks

    You might have better luck asking this question in the (somewhat misnamed) [Data Integration and Data Quality Management|Data Services and Data Quality; forum:
    This forum is dedicated to topics related to SAP BusinessObjects Data Services (Data Integrator, Data Quality Management, Text Data Processing), SAP BusinessObjects Information Steward (Metadata Management, Data Insight), SAP BusinessObjects Rapid Marts and SAP BusinessObjects Data Federator.
    (emphasis added)
    Regards,
    Sean
    P.S. to moderators: can you create a sticky post to this effect?

Maybe you are looking for

  • Pages 08 help appears in Pages 09

    I just upgraded from Pages 08 to Pages 09 via the Mac App Store. But when I choose Pages Help from the Help Menu i get the help for Pages 08 not the new Pages 09.  How can I fix that? Thx. Jeff

  • DVI to VGA is working, DVI to Video is not

    After a recent logic board replacement under the NVIDIA recall I noticed that my DVI to video was no longer working. I was using an Apple branded DVI to Video adapter. This worked fine before the repair although it was quite awhile ago (2011) that I

  • R12 - GL - Accounts ?

    Hello Members, To create Ledger in R12 in Accounting Setup there is a Requirement for -> Retained Earning Account . From where do I get this Account Value ? I am guessing accounts needs to Generated. Where/How do we Generate accounts in R12 ? Thanks

  • Specific set of XDCam EX720p50 footage won't play in Premiere (or After Effects)

    Hi There I've been given a media drive full of past projects and media by a client, which contains (among other things) .mov files which Quicktime Player Movie Inspector tells me are XDCam EX720p50 35Mb/s VBR 1280x720, 16 bit integer (little-endian),

  • Shipping point , route and GR

    Hello Gurus, Consider the following sentence : "Shipping point and route are determined with the GR." My understanding is shipping point is determined by shipping condition, delivery plant, loading group. and route is departure zone, transportation r