RAC clone

Hi,
Does anybody have steps of cloning RAC instnce with oracle apps either 11i or R12.
1. Single node
2. multinode
Appreciate your help.
Regards
H

Hi,
Refer to:
Note: 783188.1 - Certified RAC Scenarios for E-Business Suite Cloning
Note: 799735.1 - Rapid Clone Documentation Resources, Release 11i and 12
Regards,
Hussein

Similar Messages

  • RAC to RAC CLONE FROM RMAN Cold Backup

    Hi All,
    I need your kind assistance in Cloning my Oracle RAC 11.2.0.2 Environment to remote host. Following is Disk layout
    DGVOT (ASM Disk group holding OCR and Voting Disk)
    DGDATA (ASM Disk Group Holding Data FIles)
    DGFRA (ASM Disk Group Holding Fast Recovery FIles)
    Remote Host is on different location so cannot use RMAN duplicate with auxiliary channel.
    Have luxury of downtime so I want to take RMAN Consistent( Cold Backup)
    SAME Disk layout is available to remote hosts.
    11.2.0.2 CLusterware (GI) Plus the oracle binaries are already installed.
    Can any body tell me the steps to
    1) How to take cold backup to disk so that I can tar and copy to remote host
    2) clone the database on remote host
    3) How i will add the database listener and other resources of this databasee to clusterware.
    actually this is my first RAC clone so i am not much aware of detail steps.
    I have gone though many metalink notes but no one is matching with my requirements. your expert advice will help me a lot
    Regards,

    Hi
    1) How to take cold backup to disk so that I can tar and copy to remote host.
    Use Rman for cold backupIn mount stage execute
    RMAN>backup database plus archivelog format '<disk_path>/dbp%U';
    RMAN> backup current controlfile format '<disk_path>/ctl%U';
    Copy thse backup sets to remote host
    2) clone the database on remote host
    Create Similar ASM Disk groups as on source
    create pfile/spifile, startup instance in nomount mode
    catalog backup set
    RMAN> catalog start with '<backup_set location>';
    Restore controlfile
    RMAN>restore controlfile;
    RMAN> restore database;
    RMAN> recover database;
    On successfull recovery
    RMAN>sql 'alter database open';
    3) How i will add the database listener and other resources of this databasee to clusterware.
    User srvctl to add resources
    Usage: srvctl <command> <object> [<options>]
    commands: enable|disable|start|stop|relocate|status|add|remove|modify|getenv|setenv|unsetenv|config|convert|upgrade
    objects: database|instance|service|nodeapps|vip|network|asm|diskgroup|listener|srvpool|server|scan|scan_listener|oc4j|home|filesystem|gns|cvu
    For detailed help on each command and object and its options use:
    srvctl <command> -h or
    srvctl <command> <object> -h
    Thanks,
    Ajay More

  • Non RAC to RAC clonning

    Hi all.
    I have installed EBS in OEL5 OS, and database 10g R2 pachset 3.I have database and apps server in the same machine.
    Is it possible using rapid clone to go to RAC?
    Is there any doc or a road map for doing this?
    Thanks in advance
    Soni

    Soni,
    Use Rapid Clone. For more details, please refer to the following document.
    Note: 799735.1 - Rapid Clone Documentation Resources, Release 11i and 12
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=799735.1
    Note: 783188.1 - Certified RAC Scenarios for E-Business Suite Cloning
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=783188.1
    Regards,
    Hussein

  • RAC clone from PROD to DEV

    HI,
    I wanted to know what would be the steps to clone a RAC database instance to another RAC database instance, in this case PROD RAC to DEV RAC? Are there any docs out there?
    Thanks in advance

    The steps are no different to clone a single instance db.
    With Oracle 11g there are 2 nice new feature in Enterprise Edition which makes creation and maintaining of a development system faster and easier:
    => Use RMAN Duplicate to clone a DB without the need of a backup location
    => Use DataGuard Snapshot Standby. This allows you to open the Standby DB for development (e.g. over the day) and resync it with production (e.g. at night). This reduces the need to do the cloning every time again.
    See: http://www.oracle.com/technology/deploy/availability/pdf/twp_dataguard_11gr1.pdf
    Regarding Pre Oracle 11:
    Cloning of the DB can also be done via. RMAN duplicate (see documentation), but you will need additional space to store the backup.
    See Oracle® Database Backup and Recovery Advanced User's Guide 10g Release 2 (10.2) under RMAN Duplicate.
    Furthermore in GridControl there is a nice GUI to do this.
    Hope thats helps a little
    Regards
    Sebastian

  • Standby,RAC,Clone DB

    Hiiii All,
    Can any body tell me what's the difference between Standby DB,Real Application Clusters and Clone DB???????????

    Hi.
    Standby DB is a HA solution where one database can have up to nine standby databases. The master database shuffles redo to the standby database where data is applied and the standby database is kept up to date. In case of a problem with the master, the standby can take over. The most importent issue here, regarding your question is that we have to physical databases.
    RAC is simply two or more instances that shares a physical database. The database is accessible throug two or more instances which has it own set og SGA/PGA and backgroundprocesses. Using services with RAC, enables you to implement active-active or active-passive. Independent of what you choose, the physical storage is the hotspot, and off course a single point of failure.
    Clone DB is simply to take all datafiles from one database, move them to another server or another location and open the database. I think RMAN can clone the database for you or you can clone any database yourself with copy command.
    Hopes this clarifies some.
    Anyone else??
    rgds
    Kjell

  • Finding the order of archive logs in RAC to NON-RAC manual cloning

    Hi,
    I am in the process of automating a RAC to NON-RAC clone using traditional method [ not using RMAN ].
    Here are the steps:
    On Source:
    Record the sequence number and thread of the instance
    put the database in begin backup mode
    copy the files
    disable the backup mode
    record the sequence number and thread of the instance
    prepare the order of the archive logs which will be needed for recovery ==> Here is where I need help
    On Target:
    Restore the backup
    Issue recovery using the order of archive logs identified ==> Failing as order is not correct.
    I am finding the archive logs based on FIRST_TIME# and preparing the order which is not correct. I think i should be using SCN but not sure what should be the criteria.
    Could you please let me know on what basis we can find the order of the archive logs which will be asked during the recovery ?
    Your quick response is appreciated. Thanks in advance for your help.
    Thanks
    Suneel

    Yes, When we execute recover database using backup controlfile until cancel, will prompt for the redo log sequences.
    But as i mentioned before, I am trying script everything and cannot manually enter the sequence numbers required. I need to know the archives and thread it is going to ask [ in what order as well ] so that recovery command can be scripted in shell.
    Please let me know if there is a away to find the order of archive logs which needs to be applied to recover [ if this is a NON-RAC, we can simply go with the sequence numbers but since it is a RAC, i should know the thread number as well ].
    Thanks

  • Oracle EBS Cloning - RAC to Non-RAC on windows 2008

    Kindly note that my Client is currently running Oracle E-Business Suit R12.1.1 + 11.2.0.2 on Windows
    Server 2008R2 on RAC + ASM.
    I have been requested to perform the Clonning of the Production to Test Enviroment from RAC to non
    RAC?
    I have gone through the note id Certified RAC Scenarios for E-Business Suite Cloning [ID 783188.1] which
    says that Oracle E-Business Suit R12.1.1 is not supported for RAC to RAC or RAC to non RAC Clonning?
    Please advise whether the Clonning is possible from RAC to non RAC enviroment on Windows 2008 R2 for
    R12.1.1 + 11.2.0.2?
    What is the possible risk if I go ahead with the same Oracle non supported Enviroment ?

    R12 clone with RMAN auxiliary db.

  • Multi-Node RAC-EBS R12 document

    Hi All,
    I am looking for high level steps for a clone of a multi-node RAC-EBS install along with expected times.
    Could someone please share such a document for R12?
    Thanks for your time!
    Regards,

    Hi
    It is mandatory to be certified for RAC clones.
    Note: 783188.1 - Certified RAC Scenarios for E-Business Suite Cloning
    You have not mentioned what kind of clone do you looking for whether it's Multi-Multi or Multi -Single,please see the below thread for multi to single instance
    Please see this docs
    Clone multi-node RAC and ASM to single node
    Thanks
    yakub

  • Migrate to RAC from Standalone DB

    Hi ALL,
    We need to migrate from NON RAC to RAC , we have EBS R12 (12.1.2) and Database is 11gR2.
    kindly suggest.
    Thanks,

    Hi;
    In addition to Hussein Sawwan great post,please see our previous topic
    Non RAC to RAC clonning
    Cloning non-RAC to RAC ?
    Non RAC to RAC clonning
    Regard
    Helios

  • RAC R12

    Hi,
    Production Application is ruuning on Two nodes as
    in Node 1 all the database services and on the node 2 all the application services and concurrent Manager. I want migrate to RAC. Deail is as
    RHEL AS 4 update 6
    Database 10g R2
    application R12.0.4
    I do not want upgrade or apply any pacth. Simply I ahve to convert it in RAC Please give threads and documents for this.
    Regards,

    Hi;
    Its a good way to follow clone process. Please check our previous discussion about Nonrac to Rac clonning
    Cloning non-RAC to RAC ?
    Also see similar topic:
    Non RAC to RAC clonning
    RAC Implementation
    SINGLE instance to RAC conversion ebs r12
    Clone multi-node RAC and ASM to single node
    EBS R12 with RAC and non-RAC
    ebs and RAC
    RAC -> NON RAC ebiz clone
    RAC for EBS
    Regard
    Helios

  • Oracle Clusterware clone

    Hi,
    I want to know, if during oracle clusterware clone, do we need to copy OCR and voting disk also to target node along with the CRS & Oracle binaries? I checked the oracle documentation and they have not mentioned it anywhere. If we should not copy the OCR and voting disks then how these files will get created on target node.
    Thanks,
    Prasad

    Hi Prasad
    I want to know, if during oracle clusterware clone, do we need to copy OCR and voting disk also to target node along with the CRS & Oracle binaries? I checked the oracle documentation and they have not mentioned it anywhere. If we should not copy the OCR and voting disks then how these files will get created on target node.We are talking here RAC to RAC clone? What is OS and EBS version?
    If version R12 please check note:Cloning Oracle E-Business Suite Release 12 RAC-Enabled Systems with Rapid Clone [ID 559518.1] Appendix A: Configuring Oracle Clusterware on the Target System Database Nodes
    Regard
    Helios
    Edited by: helios on Jan 18, 2010 4:40 PM

  • R12 rconfig

    hi,
    I want to convert my R12 to RAC
    I already installed CRS and wotking fine, but encountered running the rconfig
    can anyone share edited convertrac.xml using the OCFS for database file
    thanks

    Hi user;
    I belive you are doing this process wiht clone. Please check below thread which is answered Hussein Sawwan
    Cloning non-RAC to RAC ?
    Cloning non-RAC to RAC ?
    RAC clone
    Re: RAC clone
    Problem while cloning From RAC to Non RAC
    Re: Problem while cloning From RAC to Non RAC
    you can also check this search:
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Non-Rac+to+rac&objID=f475&dateRange=all&userID=&numResults=15
    Please check upper thread,check notes advice etc..
    Regard
    Helios

  • RAC - NON RAC ebiz clone

    The title says it all... We are running eBusiness Suite 11.5.10.2 in Production on RAC 10gR2 (red hat linux, split application and database tiers). Is there a tried, tested and reliable way to clone from the Production RAC environment to a development environment which is non RAC?
    Thanks in advance
    IH

    That scenario is covered in the rapid clone doc:
    Cloning Oracle Applications Release 11i with Rapid Clone
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=230672.1
    Note: To clone from RAC to non-RAC, follow the same above steps but copy the master ORACLE_HOME to one target node only, and answer "No" to the question "Target instance is a Real Application Cluster (RAC) instance (y/n)", when prompted by adcfgclone.pl.

  • How do we clone a database from RAC/ASM to RAC/ASM?

    Is there a best practice or recommended recipe for cloning from a RAC/ASM instance to another RAC/ASM instance? We've done single instance cloning in the past with RMAN and it looks like grid control does something similar -- until we try to clone from one Exadata cluster to another. Surely this is now a common procedure...?
    much thanks,
    Gary

    Hi,
    I would not use cloning with 11.2. anymore.
    Though this will work (you have to take care of copying some more stuff though, like the gpnp profile), simply using the "addnode.sh" which works in silent mode in 11.2. is a lot easier.
    Re: Any issues to add 3rd node to 11gr2 grid with 11.2.0.2 and 10.2.0.4 homes?
    Regards
    Sebastian

  • How to clone a 2-node ASM RAC db to a 3-node ASM RAC db by RMAN?

    We need to clone a 2-node ASM RAC db to a 3-node ASM RAC db by RMAN. I would think this will be about the same as a regular single db procedure by RMAN mostly. However, in 3 node RAC, there will be additional instance thread in redo (thread 1,2, and 3). Questions will be
    1. Should I use CRSCTL to add new instance (3rd)? -- I guess yes
    2. Should I create additional online redo group for thread 3? -- I guess yes
    3. Should I create addition undo tablespace? -- I guess yes
    Can any body provide a procedure of cloning the DB?
    Thanks!

    Not just easy as next, next, next
    version depenedencies and etc.
    [from Oracle DOC|http://download.oracle.com/docs/cd/B19306_01/rac.102/b14197/adddelunix.htm#BEICADHD]
    AND
    [Doc ID:      270512.1: Adding a Node to a 10g RAC Cluster|https://metalink.oracle.com/CSP/ui/flash.html#tab=KBHome%28page=KBHome&id=%28%29%29,%28page=KBNavigator&id=%28bmDocID=270512.1&from=BOOKMARK&bmDocType=BULLETIN&bmDocDsrc=KB&bmDocTitle=%3Cb%3EAdding%3C/b%3E%20a%20%3Cb%3ENode%3C/b%3E%20to%20a%2010g%20%3Cb%3ERAC%3C/b%3E%20Cluster&viewingMode=1143%29%29]

Maybe you are looking for

  • Run BI Publisher report from an application directly to  a printer.

    Dear All, I have an HTML page (with JavaScripts), I want to Run BI Publisher report from this page directly to a printer. (and send parameters). Can anyone help me, and send me Demo URL or Demo code to do this? Regards, Tovit

  • Adding work order short text to KSBB report

    Presently, our budget administrator runs various KSBB reports for showing budget/actuals. For instance, you run the report <i>Plan/Actual Comparisons -> Additional Ratios -> Cost Centers: Act./Plan/Commitments</i>.  Then you drill down into the actua

  • Auto printing transfer order issue

    hi, TO is automatically generated upon the MIGO GR MvT 101 based on the material doc#, TO supposes to print automatically at this point, but it just not happening! i have to manually print out through SP02, TO is in spool. the status is 'error" doesn

  • SOA Suite Installation on Linux 64 bit machine

    Hi, I have to install Oracle SOA Suite 11.1.1.5 on a Linux 64 bit machine. I want to install Oracle SOA Suite 11.1.1.5 version on the machine because any version above will not be supported on my machine. Here is the list of components I want to inst

  • Best compatible smartphone

    I'm looking for a smartphone that will VERY easily sync with my macbook, hopefully through iSync. My main issue would be syncing my iCal appointments. The phone has to sync those, the other stuff would be nice. I currently have cingular/at&t as my ca