BinaryEntryStore issue running 1.2 example active-passive on coherence 3.6

Hi,
I tried running the latest Incubator examples with Coherence 3.6.
Running coherence-incubator-examples-1.2.0.16988 for active-passive push replication via ANT on Windows XP gave the following error:
[java] Commenced: putting 10000 entries into cache 'publishing-cache'
[java] Exception in thread "main" (Wrapped: Failed request execution for DistributedCacheWithPublishingCacheStore service on Member(Id=1, Timestamp=2010-07-26 18:50:20.587, Address=...:8090, MachineId=17028, Location=site:Site1,machine:...,process:3816, Role=CoherenceServer) (Wrapped: Failed to store key="site1Key") This method is not supported with BinaryEntryStore) java.lang.UnsupportedOperationException: This method is not supported with BinaryEntryStore
[java] Caused by: java.lang.UnsupportedOperationException: This method is not supported with BinaryEntryStore
[java] at com.oracle.coherence.common.binaryentrystore.BinaryReadWriteBackingMap$BinaryCacheStoreWrapper.store(BinaryReadWriteBackingMap.java:730)
The error above is from the publisher.
Before I take time digging into this, have the examples been verified on 3.6 yet?
Kind regards,
phil

Bob,
Even I get a similar exception while running the ActiveActivePublisher in the pushreplication.
Error:
Exception: This method is not supported with BinaryEntryStore
[java] at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
[java] at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.tagException(Grid.CDB:36)
[java] at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onPutRequest(PartitionedCache.CDB:62)
[java] at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$PutRequest.run(PartitionedCache.CDB:1)
[java] at com.tangosol.coherence.component.net.message.requestMessage.DistributedCacheKeyRequest.onReceived(DistributedCacheKeyRequest.CDB:12)
[java] at com.tangosol.coherence.component.net.message.requestMessage.distributedCacheKeyRequest.ExtendedKeyRequest.onReceived(ExtendedKeyRequest.CDB:4)
[java] at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:11)
[java] at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:33)
[java] at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedService.CDB:3)
[java] at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onNotify(PartitionedCache.CDB:3)
[java] at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
[java] at java.lang.Thread.run(Thread.java:595)
[java] Caused by: java.lang.UnsupportedOperationException: This method is not supported with BinaryEntryStore
[java] at com.oracle.coherence.common.binaryentrystore.BinaryReadWriteBackingMap$BinaryCacheStoreWrapper.store(BinaryReadWriteBackingMap.java:730)
[java] at com.tangosol.net.cache.ReadWriteBackingMap$CacheStoreWrapper.storeInternal(ReadWriteBackingMap.java:4468)
[java] at com.tangosol.net.cache.ReadWriteBackingMap.putInternal(ReadWriteBackingMap.java:1147)
[java] at com.tangosol.net.cache.ReadWriteBackingMap.put(ReadWriteBackingMap.java:853)
[java] at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage.put(PartitionedCache.CDB:98)
[java] at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onPutRequest(PartitionedCache.CDB:33)
Can you let me know if the patch is available now?

Similar Messages

  • 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

  • Can you Setup a Active Passive DFS namespace in the same site

    Hi,
    I would like to use DFS for profile replication. I know MS doesn't recommend it, but was wondering if you could setup DFS namespace in an Active/ passive contests in the same AD site. I think or what I can understand of DFS is that if the Fileserver is in
    the same site it would select it randomly and you cant specify which server is the primary.
    Basically what I want is to have users only access File server 1, but if this file server 1 goes down to be redirected to file server 2.
    Thanks,
    Shaun

    You could have a read-only Replica but that really doesn't help you in terms of the automatic redirection thing.  You could also set up a 2-node replication group and disable the referral for the folder(s) on one node like below:
    However the "failover" would be manually Enabling, which I doubt fits the bill. 
    Otherwise, I'm not aware of any configuration of DFSR that allows you to do what you're talking about (maybe someone else will correct me.)  HOWEVER, I suspect a design that fits your use case may be to create a DFS namespace that runs
    on a file server cluster.  That way if Node1 goes down, the cluster fails over,  and the data continues to be available on Node2 when accessed via DFS.
    If interested, there are a couple ways to approach DFS in combination with a cluster. 
    Configuration1:  The cluster is configured to host the namespace as well as the folder targets (where the actual data is).  CAVEAT - The cluster can only be configured as a standalone cluster.
    Configuration2:  Create a domain DFS namespace that resides on other servers. 
    \\domain\DFSRoot for example.  Then point each of the leaves/folder targets to clustered shares. So you'd create a subfolder called "Profiles" that points to the clustered share that houses the profiles.
    Just an idea.  Hope this helps.

  • 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

  • How to install oracle EM 11.2.0 at the VCS active passive node ?

    Dear all Gurus
    Anyone can help me for the installation of the Oracle EM 11.2.0 on the Veritas cluster storage with the active & passive node. we have 2 host name pscsdbhost1 & pscsdbhost2. I did try to install using :
    emca -config dbcontrol db -repos create
    at the node 1 - pscsdbhost1, after installation completed, i was able to bring up the EM, run perfectly and no issue at all, then when i fail over to the 2nd server and install at the 2nd server pscsdbhost2 using same command :
    emca -config dbcontrol db -repos create
    I was able to bring up also and run perfectly, however after this,
    everytime i failed over to any of the server's both doesnt work anymore.
    Anyone can advice me how to setup on this situation ?
    Please help,
    Thanks
    Regards
    Surya

    why you install it when EM are installed when you install database?
    did you try to recreate it?
    emca -deconfig dbcontrol db -repos drop
    DROP USER sysman CASCADE;
    DROP PUBLIC SYNONYM setemviewusercontext;
    DROP ROLE mgmt_user;
    DROP PUBLIC SYNONYM mgmt_target_blackouts;
    DROP USER mgmt_view;
    emca -config dbcontrol db -repos create -cluster
    emca -displayConfig dbcontrol -cluster

  • 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!"

  • Issue running a report from SAP Business One

    I have an issue running a particular report from SAP Business One. I am using Crystal Reports Add-On, all of the reports are working fine except one. When accessing the last page of the report or any page from inside the report the followiong error appears in the dialog box:
    Error in the File CollectionDate_Branch_wise {609BA059-89AF-41E9-9AEB-28CB16D13852}.rpt:
    The request could not be submitted for background processing.
    Edited by: Iqbal Faisal on Feb 22, 2010 6:03 AM

    Hi,
    Do you mean you have a Main report that is written based on SQL Command and there are 8 subreports linked to the main report?
    If that is the case, I assume when user select 'Document Type" eg invoice, it will pass that to the subreport and retrieve information?
    This is how I will approach it.
    1. Make sure the connection is consistent, if you are using ODBC(RDO) then make sure that is the same for main and subreport. You can check that in Set database connection. Right click on the connection, look at the Properties.  Don't assume that the name is the same, eg: SBO_DemoUS, they are all ODBC(RDO) for instannce.
    In Crystal, when you are using different connection, it will just prompts you a warning message and it will still run.
    2. Delete all and only keep one subreport, example AR invoice and see it will still give a problem.
    Replace the parameter with a set value in Record selection in subreport and see what happen.

  • How to : Active/Passive and Active/Active Enterprise manager R3 (10.2.0.3)

    Soon I will implement the above named version of EMR3 on a AIX 5.3.3 platform. I have a couple of questions about active/passive and active/active implementations. These are the questions I have:
    Basic install:
    Implementing 10.2.0.2 and upgrading to 10.2.0.3 works fine on host 1234 (already done that).
    Does anyone have experience with an implementation on host 1234', in other words, a virtual host (different IP-numbers on the same ethernet adapter)?
    Active/passive
    Lets assume that the implementation on server 1234' works fine, how can I realise a cold failover situation? On AIX you can move/transport the volume group to the failover server, activate the volume group, mount your filesystems and the application is running again. This is the theory but ....
    Active/Active
    If this 'basic' install is done, can someone briefly tell me how to migrate the OMS repository to a RAC implementation? Is this possible or do I need to setup the repository for the OMS at the start of the implementation. Has anyone experience with using virtual hostnames, RAC and EMR3.
    Can anyone tell me where I can find some good documentation instead of reading all these thousands of pages of Oracle's guides.
    Help would be appreciated.
    Message was edited by:
    Jeroen Udo

    Soon I will implement the above named version of EMR3 on a AIX 5.3.3 platform. I have a couple of questions about active/passive and active/active implementations. These are the questions I have:
    Basic install:
    Implementing 10.2.0.2 and upgrading to 10.2.0.3 works fine on host 1234 (already done that).
    Does anyone have experience with an implementation on host 1234', in other words, a virtual host (different IP-numbers on the same ethernet adapter)?
    Active/passive
    Lets assume that the implementation on server 1234' works fine, how can I realise a cold failover situation? On AIX you can move/transport the volume group to the failover server, activate the volume group, mount your filesystems and the application is running again. This is the theory but ....
    Active/Active
    If this 'basic' install is done, can someone briefly tell me how to migrate the OMS repository to a RAC implementation? Is this possible or do I need to setup the repository for the OMS at the start of the implementation. Has anyone experience with using virtual hostnames, RAC and EMR3.
    Can anyone tell me where I can find some good documentation instead of reading all these thousands of pages of Oracle's guides.
    Help would be appreciated.
    Message was edited by:
    Jeroen Udo

  • Run-time error '429':Active X component can not create an object

    Hi Folks,
    I am using some VBA code to run logic in BPC for Excel. When i try to click on VBA button, It's giving the below error.However when i am trying to execute same from server it is working fine. Accessing from BPC client only we are facing this problem.
    Code have no issues. Is there any specific thing need to mentioned in client when we use VBA programming? Basically we used the VBA program to create the id's in BPC for Excel. So that it will automatically created on fly. Testing was fine interms of working in Server.
    " Run-time error '429':Active X component can not create an object ."

    Hi,
    Are you trying to add a member into the dimension from excel? As you said that this has been already tested in the server and is working fine, I believe, you have taken care of everything.
    Now, coming to the point, when you are adding a member in the membersheet, you need to process the dimension. This requires the admin rights. So, please check the task profile of the user ID, with which you are trying from your system. This user ID should be the primary admin.
    Hope this helps.
    Additionally, can you please elaborate on the steps on what you followed for adding a member from the excel directly?

  • Planning System Center Operation Manager 2012 R2 on SQL 2012 Active/Passive Cluster

    Dears,
    I'm planning to deploy System Center Operation Manager 2012 R2 on SQL 2012 Active/Passive Cluster which have other sql instances running for other applications. And i'm planning to create a new instance for SCOM, kindly provide me recommendation
    whether i can install all sql databases for SCOM on same sql instance or does it require separate instances for opsmanger database , dw database and ACS database?
    Thanks in advance..

    Hi,
    Yes, all SCOM SQL databases can run on the same instance of SQL server.
    As well, look at some helpful posts for the topic:
    http://technet.microsoft.com/library/dn281933.aspx
    http://blogs.technet.com/b/kevinholman/archive/2013/10/18/opsmgr-2012-r2-quickstart-deployment-guide.aspx
    Natalya
    ### If my post helped you, please take a moment to Vote as Helpful and\or Mark as an Answer

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

  • BPEL url hangs on Node2 in ACTIVE/PASSIVE setup

    Hi All,
    First of all, thanks in advance for your help!!!
    Question:
    =======
    a) What are files I need to change in BPEL for ACTIVE/PASSIVE setup?
    b) What are the exact entries to be changed?
    Background:
    =========
    HOST A and HOST B connected to shared device.
    Env --> Sun Solaris 10
    Database repository --> HOST C and 10.2.0.3.0
    BPEL hosts --> HOST A and HOST B, using BIG IP for VIP
    BPEL version --> 10.1.3.1.0
    1) Created BPEL repository on 10.2.0.3.0 -- Went fine
    2) Install J2ee and Web Services on shared device @ HOST A -- Went fine
    3) Install BPEL on shared device @HOST A--> went fine
    4) Able to do opmnctl startall/stolall on HOST A
    5) Able to access EM/BPELAdmin/BPELConsole on HOST A
    6) Able to do opmnctl startall/stopall on HOST B
    Issue
    ====
    The url on HOST B hangs for EM and BPELConsole, however BPELAdmin workks fine.
    For EM and BPELConsole it asks for usernamer and password and the next screen hangs for ever.
    Question:
    =======
    a) What are files I need to change for ACTIVE/PASSIVE setup?
    Note:
    ====
    I read stuff in Metalink and google, however there are NO exact steps for ACTIVE/PASSIVE setup/
    I changed the file jgroups-protocol.xml, but in Vain
    Thanks
    Regards
    Natrajan

    Anyone is using Active-Passive in BPEL environment??

  • Active/passive policies

    My Organization want me build two node cluster Active/passive windows server 2012,sql server2012 multiple instances 
    node1=active,node2=passive
    i have created cluster ,installed sql server....but the problem is for automatic failover.
    1)do i need to select both the nodes on advances policies under resources and also preferred owners?
    2) post and pre migration steps for migrating standalone instances databases (2008) to sql cluster(2012)
    please help me

    SQL Server needs to be installed on both the nodes as cluster instance, meaning on first node you should install new SQL Server cluster instance and on second node you need to run Add node and add the second node to this SQL cluster instance, hope this was
    already done.
    In cluster manager, from SQL Server cluster resource properties, you should have both the nodes  ticked for "possible owners", but having "preferred owners" selected is optional, which basically tells, which is the preferred node
    where SQL instance should run when both nodes are online.
    There are various ways to move databases from one instance(SQL 2008) to higher version(SQl 2012) like Backup databases on SQL 2008, copy backup file to SQL 2012 server and  then restore them on SQL 2012 Or Detach databases on SQL 2008, copy the detached
    .mdf, .ndf  and .ldf files to SQL 2012 and attach them there Or to reduce the amount of downtime during the migration process, you can setup logshipping between SQL 2008 and SQL 2012 and during cutover, break logshipping and restore latest log backups
    with recovery.
    Upgrade a Database Using Detach and Attach - http://msdn.microsoft.com/en-us/library/ms189625.aspx
    Copy Databases with Backup and Restore - http://msdn.microsoft.com/en-IN/library/ms190436(v=sql.110).aspx
    Minimizing DB Migration Downtime Using Log Shipping - http://blogs.msdn.com/b/sqlgardner/archive/2011/09/16/minimizing-db-migration-downtime-using-log-shipping.aspx
    Keerthi Deep | Blog SQLServerF1 |
    Facebook

  • 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

  • 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

Maybe you are looking for