DATA GUARD IN ACTIVE PASSIVE OS CLUSTER WINDOWS

Hello Gurus
I am setting up data guard in sap on windows with active passive OS clustering.
Please clear below 3 confusions.
1)I have same database name and sid of standby database as primary.Now to have different service i am just using it in setting parameters and tns_alias like
Listener file for primary and standby same as sid same
SID_LIST_LISTENER=
(SID_LIST=
(SID_DESC=
(GLOBAL_DBNAME=PROD)
(ORACLE_HOME=/oracle/product/11.2.0)
(SID_NAME=PROD)
tNSNAMES adding entry on primary as
PROD2
(DESCRIPTION=
(ADDRESS_LIST=
(ADDRESS=(PROTOCOL=TCP)(HOST=dev-db2)
(port=1521)
(connect_data=
(service_name=prod2
server=dedicated)))
tnsnames added entry on standby of primary
PROD
(DESCRIPTION=
(ADDRESS_LIST=
(ADDRESS=(PROTOCOL=TCP)(HOST=dev-db2)
(port=1521)
(connect_data=
(service_name=prod
server=dedicated)))
---->in parameter i am using service for standby as
alter system set log_archive_dest_2='service=PROD2 async valid_for=(online_logfile,primary_role) db_unique_name=prod2;
**But i have am not creating any service as such.Will THIS WORK and alright.
as i am having confusion that my SID is same so how service be differentiated.am i doing right way.
2)as my primary database having 2 node in OS cluster so like node1 having ip 192.68.2.22  node 2 ip  192.68.2.23..They are in active passive clusten.the datafiles and other oracle files can be shifted to any node as per requirement.So they are using a virtual ip 192.68.2.20.. Now i need to create standby for this primary....standby ip is 192.68.2.40
So in tnsnames i am giving all ips  the virtual ip 192.68.2.20 and host ips of both nodes on standby tnsnames and on primary adding entry of standby ip 192.68.2.40.Means i am doing entries of virtual ip and host of node1 and node2.
So i am able to ping the virtual ip from standby but not able to ping 192.68.2.22 and 192.68.2.23.
So is it fine .Would i be able to create standby database as only virtual will be needed or i am going on wrong path.
3)Can i just create the standby database by using duplicate command without taking backup in 11g.(means without physical copy of data files etc from primary to standby)
likewise
On the primary server, connect to Primary database(ORCL) as target and standby database(ORCL_DTGD) as auxiliary.
$ rman target sys/sys@ORCL auxiliary sys/sys@ORCL_DTGD
RMAN>DUPLICATE TARGET DATABASE FOR STANDBY FROM ACTIVE DATABASE DORECOVER
SPFILE SET DB_UNIQUE_NAME='ORCL_DTGD' SET LOG_ARCHIVE_DEST_2='service=ORCL LGWR SYNC REGISTER VALID_FOR=(online_logfile,primary_role)' Set STANDBY_FILE_MANAGEMENT='AUTO' SET FAL_SERVER='ORCL' SET FAL_CLIENT='ORCL_DTGD' SET CONTROL_FILES='/data/oracle/app/oracle/oradata/ORCL/control01.ctl’,'/data/oracle/app/oracle/fast_recovery_area/ORCL/control02.ctl’ NOFILENAMECHECK;
after configuring tns,listener etc
Regards
thanks for ur time..please reply as i am really looking for ur great ideas and need them.

For Question 1:
The SERVICE attribute, which is a mandatory attribute for a redo transport
destination, must be the first attribute specified in the attribute list. The SERVICE
attribute is used to specify the Oracle Net service name used to connect to the redo
transport destination. The service name must be resolvable through an Oracle Net
naming method to an Oracle Net connect descriptor that matches the Oracle Net
listener(s) at the redo transport destination.
Source - 6.2.2 Configuring an Oracle Database to Send Redo Data
Concepts and Administration 11g Release 2 (11.2) E10700-02
For Question 2:
I would DNS if possible. If you cannot see IP's you can add them the the HOSTs file on most OS's as a work around.
Not sure what you are trying to do exactly.
For Question 3:
Yes.
Duplicate for Standby using active duplicate.
Example
http://www.visi.com/~mseberg/data_guard/standby_creation_from_active_database_using_rman.html
Best Regards
mseberg

Similar Messages

  • 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.

  • Active passive UTM cluster

    Hi all,
    I got myself a nice problem
    I have two ESXi 5.5 host, each server runs a guest Sophos UTM9, these are used as gateway/firewall in active/passive mode. Each server has one physical NIC for this LAN traffic. Connected on a dvSwitch.
    They active/passive is working fine, when one goes down the other takes over and vice versa. But, I noticed that one of my ESXi servers had some problems. It has DNS issues and couldn't ping the Gateway. I did check all settings and all turns out to be fine. Strange thing was that after a reboot I can ping the gateway for a minute or two and after these minutes the gateway becomes unavailable on one ESXi server. On the other ESXi server there are no problems and the gateway is responding. Checking for differences between the two ESXi server gave no result, checking the UTM gateway and again nothing to detect.
    Then it struck me , after the reboot the second (passive) UTM Gateway comes online in 1 or 2 minutes and on that moment problems start. The problems are on the ESXi server with the passive UTM.
    I suspect that the ESXi servers sees the (passive) UTM gateway on the servers internal network card and instead of sending the traffic over the switch to the ESXi server with the active UTM it keeps the traffic local resulting in PING and DNS failures.
    It seems to me that this is a active/passive problem and I have to tell the ESXi host with the passive gateway to forward the traffic to the other server, for incoming and outgoing traffic. I been thinking of LACP configuration, getting the dvSwitch ports of the two physical server seen as one. But, untill now I'm not getting the desired result. Can anyone help me on getting this active/passive gateway cluster working?

    Hi,
    You talk about windows cluster, is this the correct structure that you want.
    If you are looking to a Oracle Database active - passive structure. Lets say Oracle Dataguard than the primary database is operational on server 1 and de standby is in recover mode (passive) on server 2. For more info on Dataguard "http://docs.oracle.com/cd/E11882_01/server.112/e25608/toc.htm"
    Cheers,
    Jos van den Oord
    Blog : http://joordsblog.vandenoord.eu/
    Company : http://www.transfer-solutions.com/
    "Don't believe it, test it!"

  • Active-Passive Failover cluster in Windows Server 2008 R2

    Hi,
    As per the client requirements, I build an active-passive Oracle 11g R2 database cluster in Windows Server 2008 R2.
    (Used Microsoft cluster as Client don't have Fail Safe licence)
    As per the configuration, I follow the below mentioned steps:
    a)OS vendor configured Active-Passive Windows Cluster
    b)Installed Oracle 11g R2 on both the nodes with same ORACLE_HOME name
    c)Create Listener and configured it with cluster IP in Node1
    d)Create Database from Node1. Physical files location are all in Storage
    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
    f)Configure Listener with the same Oracle SID.
    g)Test database failover from Node2 with Listener registration
    h)Open the Windows Failover Manager to configure the Oracle Database and Listener Service in the Cluster Group
    Now I am facing problem by moving Cluster Group movement. Whenever trying to moving the group, Listerner service is not getting up by Cluster Manager as quorum is not included in the group and that quorum disk is not moving in the failover node with the Oracle Cluster Group. As per my understanding Quorum having information of Cluster IP which has been configured with Listener.
    But when I am shutdown one node, then in the other node all the resources successfully moving and cluster able to online all the resources. I guess at that time Quorum is also moving and thus cluster can able to make Listener online.
    Please suggest how to resolve this issue. Means how can I make Listener up instead having any dependencies with Quorum in the fail over node?
    Thanks a lot for your help.

    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.

  • 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?

  • Difference between data guard and active data guard

    As in subject. Can we paid for both products?

    >
    Is this only one difference between this Data Guards?
    >
    The one (active DG) is an additional feature of the other (DG)
    >
    BTW, is that mean that Data Guard in each version (9-11) is free on EE?
    >
    Yes - but you need to license the Standby Database. So it is not really "free" - but you better ask that our sales people :-)
    Kind regards
    Uwe Hesse
    http://uhesse.wordpress.com

  • MSSQL2012 active/passive cluster convert to active/active cluster

    Good day.
    We have 2-node active/passive MSSQL2012 cluster (on Win 2008 R2). One "default" instance.
    We want convert  to active-active, (multi-instance).
    As I understand, one SQL instance (existing) will run on 1 cluster node and the second (new) instance on the 2 cluster node. 
    I have some questions:
    - we have cluster virtual name and ip address for existing MSSQL instance, for the second MSSQL instance we need to create another name and ip ?
    - for second MSSQL instance we can create 2 separate cluster disks (for DB and LOGS) ?
    - for second MSSQL instance we can create another DTC instance and bind it to the second MSSQL instance ?
    - we can use existing physical LAN connectors on our servers (data and heartbeat) or we need to add new LAN adaptors ?
    - quorum disk is the same for all instances ?
    Sorry for my bad English.

    I have some questions:
    - we have cluster virtual name and ip address for existing MSSQL instance, for the second MSSQL instance we need to create another name and ip ?
    Yes that would be required.
    - for second MSSQL instance we can create 2 separate cluster disks (for DB and LOGS) ?
    Yes it will be in different resource group and you can have different disk for them.
    - for second MSSQL instance we can create another DTC instance and bind it to the second MSSQL instance ?
    Same MSDTC can be used for multiple instance.
    http://blogs.technet.com/b/askcore/archive/2009/02/18/how-to-configure-multiple-instances-of-distributed-transaction-coordinator-dtc-on-a-windows-server-failover-cluster-2008.aspx
    - we can use existing physical LAN connectors on our servers (data and heartbeat) or we need to add new LAN adaptors ?
    Best to ask network team
    - quorum disk is the same for all instances ?
    Quorum is for windows cluster not for SQL server  so Yes its same for all instances
    Sorry for my bad English.
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • SQL server 2012 active\passive or active\active cluster

    Hi all,
    I will two SQL 2012 servers in a cluster, what will be the best mode: active\passive or active\active knowing that will have one clustered instance. When we use active\passive and when to use active\active? Do we use active\active if we have multiple clustered
    sql instances only?
    Note: the two-node sql cluster will be installed on Hyper-V 2012 R2 cluster

    Download this Microsoft whitepaper about Windows 2008 R2 Failover cluster. Here's an excerpt:
    Active/Active failover cluster model. All nodes in the failover cluster are functioning and serving clients. If a node fails, the
    resource will move to another node and continue to function normally, assuming that the new server has enough capacity to handle the additional workload.
    Active/Passive failover cluster model. One node in the failover cluster typically sits idle until a failover occurs. After a failover,
    this passive node becomes active and provides services to clients.  Because it was passive, it presumably has enough capacity to serve the failed-over application without performance degradation. 
    https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CB4QFjAA&url=http%3A%2F%2Fdownload.microsoft.com%2Fdownload%2FF%2F2%2F1%2FF2146213-4AC0-4C50-B69A-12428FF0B077%2FWS08%2520R2%2520Failover%2520Clustering%2520White%2520Paper.doc&ei=9OzIVL-IMcPjoASv9oDICQ&usg=AFQjCNG7uT9nBQhX2P7wOJiIfzajXKttzg&bvm=bv.84607526,d.cGU
    Satish Kartan www.sqlfood.com

  • How to know the Cluster is active active or Active Passive

    Friends 
    A quick and easy Question. I am pretty new to Clustering. How do I know the cluster is whether active active or active passive?

    Hi Prasant,
    Simple two-node,  for Active-Passive cluster, only a single SQL Server instance is running. For Active-Active cluster, both SQL Server instances are running on each physical node of the cluster.
    Generally, we can use one of the following options to identify the active node in a SQL Active-Passive Failover Cluster. For more details, please review this
    blog.
    1. In “Failover Cluster Management” console, you can see the current active node under the label “Current Owner” from summary screen.
    2. Run the following T-SQL in SQL Server Management studio.
    SELECT SERVERPROPERTY('ComputerNamePhysicalNetBIOS')
    There is also a similar thread for your reference.
    https://social.technet.microsoft.com/Forums/en-US/be030e90-f41e-4d42-89e0-ae2a740fbb54/how-to-determine-a-node-is-active-or-passive?forum=sqldisasterrecovery
    Thanks,
    Lydia Zhang

  • Hyperion Essbase 11.1.2 active/passive Clustering

    Hello,
    Has anyone successfully clustered Essbase 11.1.2 in an active/passive configuration? If yes, I have a few questions as I do not believe that the documentation is very clear on a few critical areas. I have already installed and configured Essbase on the first server and set the cluster name to EssbaseCluster-1 (I also shared out the essbaseserver1 directory so the second essbase server can access it). I also went and installed and configured Essbase on the second server (during the configuration, I configured to be a member of EssbaseCluster-1. I am not sure if I am supposed to put the share location in the full arborpath location (I did not)). When configuring the opmn.xml file the documentation states the following (from http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_install.pdf pg 172):
    Setting Up Active-Passive Essbase Clusters
    If you set up an active-passive Essbase cluster using EPM System Configurator, you must perform
    additional steps to set up Essbase failover on both nodes of the cluster.
    ä To complete the setup of the Essbase active-passive cluster:
    1 Update MIDDLEWARE_HOME/user_projects/epmsystem1/config/OPMN/opmn/
    opmn.xml to specify the OPMN service failover network topology. In the <notificationserver
    interface> section, add the <topology> section. For example:
    <notification-server interface="any">
    <ipaddr remote="*hostName*" />
    <port local="*portNumber*" remote="*portNumber*" />
    <ssl enabled="true" wallet-file="\Oracle\Middleware\user_projects
    \epmsystem1\config\OPMN\opmn\wallet"/>
    <topology>
    <nodes list="*nodeName1:nodePort1,nodeName2:nodePort2*"/>
    </topology>
    </notification-server>
    2 In the same section of the file, update hostName to match the nodeName for this machine.
    Oracle recommends using a fully qualified name. "
    So, with these instructions, I put the following into my own opmn.xml file on both of the essbase servers. (epmapp1 and epmdata1 are my two essbase servers, they are running on the default port 1423)
    <notification-server interface="any">
    <ipaddr remote="epmapp1"/>
    <port local="*1423*" remote="*1423*"/>
    <ssl enabled="false" wallet-file="E:\Oracle\Middleware\user_projects\epmsystem1\config\OPMN\opmn\wallet"/>
         <topology>
         <nodes list="*epmapp1:1423,epmdata1:1423*"/>
         </topology>
    </notification-server>
    When I go to start the essbase cluster through the opmnctl startproc command, I recieve the following. Anyone know what I am missing?
    C:\Users\Administrator>echo %ORACLE_INSTANCE%
    E:\Oracle\Middleware\user_projects\epmsystem1
    C:\Users\Administrator>opmnctl startproc ias-component=EssbaseCluster-1
    opmnctl startproc: starting opmn managed processes...
    ===============================================================================
    opmn id=epmapp1:1423
    no processes or applications matched this request
    C:\Users\Administrator>
    Edited by: 789316 on Nov 4, 2010 12:00 PM

    Have you been able to resolve this issue?.. I am also facing the same problem..
    Thanks
    Bala

  • Help for configuring Data Guard Broker

    Hi All,
    Can any body help me in configuring data guard broker for oracle 9i on windows.
    What are all requirements needed. I already configured physical standby database.
    I did this is on my laptop using vm-ware. One node is having Primary database and
    second node is having standby database. Now I am planning to use DG broker on primary node.
    Regards
    Kiran

    Here's the help you need:
    http://tahiti.oracle.com.
    Without version information (what does 9i mean?) no further help is possible.
    Please also be advised that VMware is unsupported so if you run into issues you are on your own.

  • Data Guard setup with Clustered primary ?

    Hi,
    I am sure I am not in this unique requirement of setting up a Data Guard configuration where my primary database is clustered (for local server failure) and I am setting up the Data Guard (for the site level failure).
    I could do the Data Guard setup without any problem where my primary and standby are on single individual servers (not clustered) but when I do the set up with primary database as clustered and do a local failover (not using Data Guard but using the veritas cluster) the DB Broker just stops recognizing the configuration.
    I did come across a metalink note (BUG 4404952 ) which says DG Broker does not support Cold Failover Cluster.
    Has anyone found any work around to it?
    Has anyone tried using the above configuration in 10.2.0.4? Does it work in 10.2.0.4?
    The Bug is dated 2007 so I am sure I am not the first one to encounter this issue.
    Would really appreciate if someone can tell me what the workaround would be or guide me to any good link which would tell me the same.
    Thanks a lot in anticipation.
    Manoj Datar

    I read somewhere that cold failover support in 11g is also ONLY for the oracle clusterware configuration.
    Its really so hard to believe that there is NO ONE who wants to have a clustered primary (for local server failures) and a Data Guard (for the Site level failure or DR) as a combination in their HA environment.
    I am still in the testing phase, What else could I be looking for in the solution if I need to achieve both these objectives (ie Local Server failures and Site level failures or DR)? I already have the Local server failure taken care by using the Veritas cluster so what do I need to include in the mix to achieve the site level failure?

  • 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 Data Guard Licensing

    I have no idea where to ask this question and if I'm asking in the wrong forum I'd appreciate it if someone can direct me to the right one.
    I have a physical standby server and I'd like add the Active Data Guard option to it to offload ETL processing. If I want to use named user plus licensing, how many named users to I need to pay for? There is only 1 server, 1 process, and 1 user that will be pulling data from this standby server into a SQL Server landing store database. Eventually the data will make it into a data warehouse (also SQL Server), SQL Server Reporting Services, and SQL Server Analysis Services. Between SSAS and SSRS there might be 100 distinct users on the front end, but they are all several levels removed from the standby server.
    So the question is how many named users do I need to buy? The definition of "named user plus" in the licensing definitions is about as clear mud. I think I only need 1. But it could be 25 based on minimum # of users for EE. And it could be 100 if every user of SSRS and SSAS is counted individually.
    I'm trying to avoid doing processor based licensing which is equally unclear but on initial impression seems to be much more expensive. The standby server in question has 2 dual core intel xeon processors, running on Windows 2008 R2. The version of Oracle is 11GR2 Enterprise Edition. If I've done the math right, processor licensing comes out to 23k.

    Hello;
    Active Data Guard does need a license and you are in the correct forum. But only your Oracle salesperson can answer this question.
    Was at Cloud Control class last month and several DBA's there thought everyone has a similar license agreement. Not true. So somebody here might guess at your answer, but in the end only Oracle's answer will count.
    Best Regards
    mseberg

  • Active Data Guard

    Hello,
    I want to configure active data guard on Oracle EBS 11.5.10.2 i need Metalink document to configure active data guard.I'll appreciate for this act of kindness.
    OS=Windows 2003 (SP2) 32-bit
    DB=11.2
    Regards,
    Merri

    I want to configure active data guard on Oracle EBS 11.5.10.2 i need Metalink document to configure active data guard.I'll appreciate for this act of kindness.
    OS=Windows 2003 (SP2) 32-bit
    DB=11.2Please refer to these docs.
    Business Continuity for Oracle E-Business Release 11i Using Oracle 11g Physical Standby Database - Single Instance and Oracle RAC [ID 1068913.1]
    Business Continuity for Oracle Applications Release 11i, Database Releases 9i and 10g [ID 216212.1]
    Thanks,
    Hussein

Maybe you are looking for

  • Using external time base on PCI-MIO-16XE-50

    What is frequency of the internal time base of PCI-MIO-16XE-50? How can I replace it with my external timebase ( a pulse signal from an atom clock)? Also after replacing the internal timebase with external one, the scan rate and channel convert rate

  • Inbound IDOC Posting

    I am developing a function module in ECC that will be used to post inbound IDOC for customer creation DEBMAS07 The logic is as follows - The function receives an IDOC structure It then invokes function module 'IDOC_INPUT_DEBITOR' IDOC_INPUT_DEBITOR t

  • Mac Mail do not read/show emails prior Lion update

    Hi! I have faced the same problems as many others with Mac Mail (on my iMac), ie. could not launch Mail after update. Solved that problem with deleting some plist-files and everything looked good. However, Mail can not read/show/find emails prior the

  • Remote Podcast Sort Order a Hot Mess

    I haven't applied the latest in cryptographic logic to the problem, but my unplayed podcast list appears in no comprehensible order and I can not find a way to change the sort order. Starting to see a lot of this type of QA issue with the Apple produ

  • Report Painter Select Screen Character Issue

    I have a report make from report painter. In the select screen, it supposed to show in ficical year, accounting periond, controllong area, for selection, but the character could not be shown correctly, it show as "#####". Question: How can I fix the