Duplicates in a database to host a host b/c

Hello

I need to move a single instance of database 11.2.0.4 (no ASM) on host A to RAC 11.2.0.4 (ASM) to host b and c.

I would use the active database copy, it is the right method?

My steps are:

  • create spfile on host b
  • Add the instance to the listener on host b
  • use rman duplicate form database (the sid must be the same)
  • convert to rac with dbca

These steps are correct?

I have some doubt in duplicate of active database using the same instance and the name of db.

Then this cause problems?

Thank you

It should work

Tags: Database

Similar Questions

  • DUPLICATE TAPE BACKUP DATABASE


    Hello

    I wonder if someone can help me. My environment is Linux, and the Oracle version is 11.2.0.3.0. I'm trying to clone a database from one server to another by using a tape backup (no database). I implemented the appropriate TNS entries, so that the two systems can communicate. I created a password file and a PFILE in the destination server, and I started upward (NOMOUNT) of the instance.

    Initially, I tried the operation from the destination server; I received the error message such as: RMAN-06100: no channel to restore a backup or a copy of the data file 11

    Suspecting that the destination server have not may not be the level of appropriate access to the MLL, I tried the operation from the source server.

    But I am getting: RMAN-06101: no channel to restore a backup or a copy of the control file

    Source database: MM1

    (Cloned) database of destination: MBA

    RMAN script

    ------------------

    target connection.
    connection Assistant sys/***@MBA

    Run {}
    allocate channel 'dev_01' type 'sbt_tape '.
    parms ' ENV = (OB2BARTYPE = SAP, MM1, OB2BARLIST = WYC_CENTRICA_wycvlsapx115_SAP_MM1_ON_Weekly = OB2APPNAME), SBT_LIBRARY = / opt/omni/lib/libob2oracle8_64bit.so ';
    allocate channel 'dev_02' type 'sbt_tape '.
    parms ' ENV = (OB2BARTYPE = SAP, MM1, OB2BARLIST = WYC_CENTRICA_wycvlsapx115_SAP_MM1_ON_Weekly = OB2APPNAME), SBT_LIBRARY = / opt/omni/lib/libob2oracle8_64bit.so ';
    allocate channel 'dev_03' type 'sbt_tape '.
    parms ' ENV = (OB2BARTYPE = SAP, MM1, OB2BARLIST = WYC_CENTRICA_wycvlsapx115_SAP_MM1_ON_Weekly = OB2APPNAME), SBT_LIBRARY = / opt/omni/lib/libob2oracle8_64bit.so ';
    allocate channel 'dev_04' type 'sbt_tape '.
    parms ' ENV = (OB2BARTYPE = SAP, MM1, OB2BARLIST = WYC_CENTRICA_wycvlsapx115_SAP_MM1_ON_Weekly = OB2APPNAME), SBT_LIBRARY = / opt/omni/lib/libob2oracle8_64bit.so ';
    Disc CHANNEL AUXILIARY ALLOCATE c1 TYPE of AIRCRAFT;
    up to the time "to_date('14-aug-2013:16:20','dd-mon-YYYY:hh24:mi')";
    DUPLICATE THE MBA NOFILENAMECHECK TARGET DATABASE;
    output channel c1;
    release the string "dev_01";
    release the string "dev_02";
    release the string "dev_03";
    release the string "dev_04";
    }

    Journal:

    ------

    Recovery Manager: release 11.2.0.3.0 - Production Fri Aug 15 11:27:24 2013

    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

    RMAN >
    RMAN >
    connected to target database: MM1 (DBID = 1713891644)

    RMAN >
    connected to the auxiliary database: MBA (unassembled)

    RMAN >
    RMAN > 2 > 3 > 4 > 5 > 6 > 7 > 8 > 9 > 10 > 11 > 12 > > > > > > 18 17 16 15 14 13 >
    using the control file of the target instead of recovery catalog database
    allocated channel: dev_01
    channel dev_01: SID = 188 device type = SBT_TAPE
    channel dev_01: A.06.20/PHSS_42081/PHSS_42082/DPSOL_00448/DPLNX_ Data Protector

    allocated channel: dev_02
    channel dev_02: SID = 17 device type = SBT_TAPE
    channel dev_02: A.06.20/PHSS_42081/PHSS_42082/DPSOL_00448/DPLNX_ Data Protector

    allocated channel: dev_03
    channel dev_03: SID = 191 device type = SBT_TAPE
    channel dev_03: A.06.20/PHSS_42081/PHSS_42082/DPSOL_00448/DPLNX_ Data Protector

    allocated channel: dev_04
    channel dev_04: SID = 31 device type = SBT_TAPE
    channel dev_04: A.06.20/PHSS_42081/PHSS_42082/DPSOL_00448/DPLNX_ Data Protector

    allocated channel: c1
    channel c1: SID = 161 type device = DISK

    executing command: SET until clause

    From duplicate Db 15 August 13

    content of Script memory:
    {
    clone of SQL "create spfile from memory";
    }
    execution of Script memory

    SQL statement: create spfile memory

    content of Script memory:
    {
    clone to stop immediately;
    startup nomount clone;
    }
    execution of Script memory

    Instance Oracle to close

    connected to the auxiliary database (not started)
    Oracle instance started

    Total System Global Area 6631034880 bytes

    Bytes of size 2240744 fixed
    2315259672 variable size bytes
    Buffers data 4294967296 bytes
    Redo buffers 18567168 bytes
    allocated channel: c1
    channel c1: SID = 11 type of device = DISK

    content of Script memory:
    {
    until the SNA 208772810.
    clone of SQL 'alter system set = db_name
    "MM1" comment =
    ' Modified by RMAN duplicate "scope = spfile;
    clone of SQL 'alter system set db_unique_name =
    "MBA" comment =
    ' Modified by RMAN duplicate "scope = spfile;
    clone to stop immediately;
    Start clone force nomount
    Restore controlfile primary clone;
    change the clone database mount;
    }
    execution of Script memory

    executing command: SET until clause

    SQL statement: change the system db_name set = comment "MM1" = "modified by RMAN duplicate" scope = spfile

    SQL statement: alter system set db_unique_name = comment "MBA" = "modified by RMAN duplicate" scope = spfile

    Instance Oracle to close

    Oracle instance started

    Total System Global Area 6631034880 bytes

    Bytes of size 2240744 fixed
    2315259672 variable size bytes
    Buffers data 4294967296 bytes
    Redo buffers 18567168 bytes
    allocated channel: c1
    channel c1: SID = 160 type device = DISK

    From restoration to August 15, 13

    output channel: dev_01
    output channel: dev_02
    output channel: dev_03
    output channel: dev_04
    output channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Db in dual at 15/08/2013 11:28:44
    RMAN-05501: abandonment of duplicate target database
    RMAN-03015: an error has occurred in the script stored memory Script
    RMAN-06026: some targets not found - abandonment of restoration
    RMAN-06101: no channel to restore a backup or a copy of the control file

    RMAN >
    RMAN >

    Complete recovery manager.

    I finally understood what was wrong with my approach. I had missed a bit in the literature: the definition of AUXILIARY channel should be the same as that used for the backup. Of course, RMAN normally does you not clear in its mystical error messages.

    In addition, according to the document, it's a good idea to create a SPFILE in the auxiliary instance. I did it.

    Therefore, in my case, the same channels as those used for backups on tape. So is the syntax I used successfully:

    target connection.
    connection Assistant sys/***@MBA

    Run {}
    allocate channel 'dev_01' type 'sbt_tape '.
    parms ' ENV = (OB2BARTYPE = SAP, MM1, OB2BARLIST = WYC_CENTRICA_wycvlsapx115_SAP_MM1_ON_Weekly = OB2APPNAME), SBT_LIBRARY = / opt/omni/lib/libob2oracle8_64bit.so ';
    allocate channel 'dev_02' type 'sbt_tape '.
    parms ' ENV = (OB2BARTYPE = SAP, MM1, OB2BARLIST = WYC_CENTRICA_wycvlsapx115_SAP_MM1_ON_Weekly = OB2APPNAME), SBT_LIBRARY = / opt/omni/lib/libob2oracle8_64bit.so ';
    allocate channel 'dev_03' type 'sbt_tape '.
    parms ' ENV = (OB2BARTYPE = SAP, MM1, OB2BARLIST = WYC_CENTRICA_wycvlsapx115_SAP_MM1_ON_Weekly = OB2APPNAME), SBT_LIBRARY = / opt/omni/lib/libob2oracle8_64bit.so ';
    allocate channel 'dev_04' type 'sbt_tape '.
    parms ' ENV = (OB2BARTYPE = SAP, MM1, OB2BARLIST = WYC_CENTRICA_wycvlsapx115_SAP_MM1_ON_Weekly = OB2APPNAME), SBT_LIBRARY = / opt/omni/lib/libob2oracle8_64bit.so ';
    ALLOCATE AUXILIARY CHANNEL aux1 DEVICE TYPE 'sbt_tape '.
    parms ' ENV = (OB2BARTYPE = SAP, MM1, OB2BARLIST = WYC_CENTRICA_wycvlsapx115_SAP_MM1_ON_Weekly = OB2APPNAME), SBT_LIBRARY = / opt/omni/lib/libob2oracle8_64bit.so ';
    up to the time "to_date('15-aug-2013:12:30:46','dd-mon-YYYY:hh24:mi:ss')";
    DUPLICATE THE MBA NOFILENAMECHECK TARGET DATABASE;
    output aux1 channel;
    release the string "dev_01";
    release the string "dev_02";
    release the string "dev_03";
    release the string "dev_04";
    }

    To improve the programming of schedules, the next time I can increase the number of auxiliary channels. I need to know how many tape drives, I have at my disposal.

  • RAC duplicate because of database no CARS

    Hi gurus,

    Database version: Oracle 11.2.0.3
    OS: Redhat 5.3

    Im trying to cloning of a RAC (2 nodes with asm) to stand-alone database non-RAC as a result:
    http://vsavenkov.oradba.ru/RAC2nonRAC.htm

    I created the stand-alone database and edit the spfile, and I can connect without problems. To the CARS, we do daily backups so I don't have to create a new

    My doubst are:
    (1) the backup copy (they are in + FRA) to the other server? I imagine that the backup has in places, (stand-alone server and RAC server).

    (2) I use this script to clone, but do not know how to check the RCS from a backup. I need the backup of 3 days there are today backup.

    duplicate target database at 'Oasis' db_file_name_convert =('+FRA/grid/datafile/','/var/oracle/oradata/Oasis/')
    logfile
    Group 1 ('/ var/oracle/oradata/Oasis/REDO01.) Log ') size 200 M,
    Group 2 ('/ var/oracle/oradata/Oasis/REDO02.) Log ') size 200 M,
    Group 3 ('/ var/oracle/oradata/Oasis/REDO03.) Log ') size 200 M
    until the SNA = XXXXXX.

    Thanks in advance

    Sorry it is smon_scn_time

  • RMAN duplicate for standby database failed

    Hello
    I have try several times and for one reason, the auxialiary database finished just as it goes up the auxiliary instance.
    Target database in double check to stanby with the following error. Primary and auxiliary bodies
    Run 11.2.0.2 and are on the same platform of Solaris/patches. Everyone ran in that issue and solve it?

    RMAN target / catalog user@catalog
    startup nomount
    Run {}
    allocate auxiliary channel tp1 type sbt_tape;
    allocate auxiliary channel tp2 type sbt_tape;
    target database double standby nofilenamecheck;
    }
    :
    :
    :
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-00601: fatal error in the Recovery Manager
    RMAN-03004: fatal error when executing command
    RMAN-04006: auxiliary database error: ORA-01092: ORACLE terminated instance. Disconnection forced
    RMAN-03002: failure of the command duplicate Db at the 15:28:52 01/02/2012
    RMAN-05501: abandonment of duplicate target database
    RMAN-03015: an error has occurred in the script stored memory Script
    RMAN-03009: failure of switch control on channel clone_default at the 15:28:52 01/02/2012
    ORA-03113: end of file on communication channel

    You have error ORA-7445. I would ask allows you to check the MOS document that said Mseberg.

    Also, do not have the DATA01 on the standby database if your wait is a database not ASM. But you must give the path in the db_file_name_convert and log_file_name_convert on the eve pfile/spfile database

    1 question: is your watch set up database to be on ASM or not?

    See document MOS * no not guide to create physical standby on Normal file system for ASM primary with RMAN [838828.1 ID] * If your principal is on ASM and intelligence on the file system

    See document MOS * Step By Step Guide on creating physical standby with RMAN duplicate in ASM Filesystem for primary ASM [837102.1 ID] * If your primary and the day before are on ASM

    Published by: srp on February 3, 2012 03:49

  • Doubts to duplicate a RMAN database on another test server

    Hello

    DB: 10.2.0.4
    Operating system: Aix 5.3 L

    I have the single server database and I want to duplicate other test server (AIX 5.3) database (10.2.0.4).

    My questions are,

    1) I'll have to take backup RMAN in Production , and then a move to the Test Server?.

    2) in the Test Server , I duplicate RMAN connection and database creation reason as follows.

    RMAN TARGET SYS/xxx@test SYS/xxx@PROD ASSISTANT

    RUN
    {
    allocate channel c1 DEVICE TYPE disk;
    DUPLICATE TARGET DATABASE to test nofilenamecheck. # test is my database to the TEST Server
    }

    The steps above from RMAN will work without RMAN backup in the TEST Server? If not, then how can create the database test without backup RMAN duplicate?



    My main problem is that I have enough disk space in my production server is saved and my database size is 3TO. My database is on ASM.


    I really like, if I have no response.

    Thank you
    Therese

    Yes, database of target duplicate of the active database is available 11 g.

    For 10g, you will need to take backup of primary education and take it all to the test and database duplicated just run.

    Hope that helped u :)

    Mark it as answered and close the question if answered :)

  • Another issue duplicate RMAN - RAC database to single instance

    Hello

    I have a problem with RMAN duplicate procedure and hoped that someone can help you.

    I would like to create a duplicate of our data base RAC production on a separate and autonomous, database on another site server. This duplicate will be used to execute queries to another business unit that I don't want to have access to our database of intensive production.

    My procedure goes like this:

    1. create a (not ASM) disk based backup data files and recovery logs archived:

    'run {} '.
    allocate channel d1 type disk;
    backup format ' / u02/stage/df_t%t_s%s_p%p' database more entered archivelog delete;
    output channel d1;
    }"

    2 tar and scp those files to the same location on the standalone database server.

    3. in the meantime, work that's happened on the basis of data production and other archived redo logs have been generated. I don't really care about these papers for the purposes of the duplicate however, I just want to replicate to the point of the last backup. I have to do this, run the following SQL to determine the sequence number should I be duplicating up to:

    "Select max(sequence#) thread # v $ archived_log, whereas the deleted = 'YES' group by thread #;"

    4 duplicate the production to the stand-alone database database (SQL Net work orders).

    'run {} '.
    until the sequence (the value returned by the SQL statement above);
    duplicate target database xxx;
    }"

    However, my problem because I don't know how to handle the fact that he has two sons. I understand that each thread relates to one of the CARS, I don't know which one to specify the copy. We have a service of data that the client application connects through, and that the service runs on any of the bodies. I should just care about newspapers in the instance where the service is running?

    AM I even approach that this is the right way?

    I look forward to any help that people may be able to offer.

    Kind regards

    Phil

    1 9746 569095777 28 OCTOBER 09 569150229 28 OCTOBER 09
    1 9747 569150229 28 OCTOBER 09 569187892 28 OCTOBER 09
    1 9748 569187892 28 OCTOBER 09 569231956 28 OCTOBER 09
    1 9749 569231956 28 OCTOBER 09 569259816 28 OCTOBER 09
    2 7931 569095774 28 OCTOBER 09 569187902 28 OCTOBER 09
    2 7932 569187902 28 OCTOBER 09 569259814 28 OCTOBER 09

    You must use the VALUE until and specify the sequence with the next lowest change, or RMAN will search for the next log in this thread.

    for example, if you specify until the thread in the sequence 9750 1; RMAN will search journal 7933 on thread2 to catch the 1 wire SNA 569259816.
    Specify the set as a thread in 7933 2 sequence; and two copies must go ok!

    Published by: MrShh on October 29, 2009 14:35

  • Issue duplicate of active database

    Can I reproduce an Oracle 10 by mode of a database?

    N ° it is a feature of Oracle 11.

    Best regards

    mseberg

  • RMAN duplicate a 10g database

    I need to update or copy the data from prod database of production to database development. It must be a process automated to run each week. The size of the prod database that you want to copy is 110 GB. RMAN will resume work for it rather than the export/transom for refresh data with data from prod dev.
    Please notify.

    Yes, rman is the best way to do replication or cloning. by process of data duplicated

  • Duplicate RMAN cloning using the database using the current database

    Hi all

    I am new bie, I want to clone my target database using the rman command 'DUPLICATE database OF ACTIVE DATABASE"new host.

    steps on google, I searched, but I got confused, I doubt if you need to install oracle rdbms softare on new host or not? and also should I copy all files (redo, control, datafiles) to the new host? kind LY help and tell me the steps to clone the database using rman.your help will be appreciated.

    Thank you.

    Kind regards.

    OS: RHEL 5.4

    DB: 11.2.0.3

    Hello

    Have you not through document link to Gavin at least. It's very simple steps. If you wait until other measures, then won't them.

    He had provided the demonstration, at least get in 'google' (you'll have so many links)

    The Oracle Dba Italian Blogger: how to clone an Oracle 11 g 2 home

    http://balaoracledba.com/2013/12/16/cloning-an-existing-Oracle11g-release-2-RDBMS-installation/

    Note: If you feel always complex, better skip the task itself.

    -Thank you

    Pavan Kumar N

  • duplicate/clone database recovery failed, but backup total available (ORA-19505, ORA-17503)

    Hello

    I'm 11 GR 2. I ran a duplicate of RMAN database ABCD01P with the simple script:

    DUPLICATE THE TARGET DATABASE TO "TESTBKP' OF THE ACTIVE DATABASE.

    It ran fine for about 3 hours and ended in failure, after all my 175 data files

    have been copied to the destination host, when you start to recover. The log shows:

    ...

    content of Script memory:

    {

    until the SNA 607608188039.

    retrieve the archivelog deletion of database clone;

    }

    ...

    destination for the restoration of the data file 00009: +DATAF/testbkp/datafile/ab11_lob.435.847475901

    aux1 channel: reading of the element of backup +FRA/abcd01p/backupset/2014_05_13/nnndn1_abcd01p_daily_0.669.847476021

    aux2 channel: from additional data file from the restore backup set

    aux2 channel: specifying datafile (s) to restore from backup set

    ...

    and then failed with:

    ORA-19870: error while restoring the backup +FRA/abcd01p/backupset/2014_05_13/nnndn1_abcd01p_daily_0.669.847476021 piece

    ORA-19505: impossible to identify the file "+ FRA/abcd01p/backupset/2014_05_13/nnndn1_abcd01p_daily_0.669.847476021".

    ORA-17503: ksfdopn:2 could not open the file +FRA/abcd01p/backupset/2014_05_13/nnndn1_abcd01p_daily_0.669.847476021

    I do not understand because this file it says it could not identify or open exists and is present in my FRA...

    (this backup from an incremental backup, updated full and the first one I did on the source DB one hour before

    -INCREMENTAL LEVEL BACKUP 1 TO RETRIEVE THE COPY WITH THE TAG... DATABASE PLUS ARCHIVELOG...-)

    Any idea?

    Thank you very much...

    SEB

    Hi Seb,

    I've seen similar error reported when there is simultaneous backup running operation.

    Make sure to run twice at a time when there is no alternative transaction.

    Thank you

    Renu

  • Recovery after disaster - new host names, locations of different files. -noob

    Hello

    I am a "junior dba' best, pardon the beginner questions.

    I'm learning works recovery after disaster before that I never do. My scenario is that I'm assuming the worse where I actually take backups RMAN backupsets and auto, copy them to a new computer, and all rise again.

    In the documentation, I read that it says that you should copy tnsnames.ora and listener.ora. My first question is my hostname dead.franklyn.bignose.ca machine "works, but pretending is dead" and the NEW machine has live.franklyn.bignose.ca. tnsnames and listener.ora both of course refers to old.franklyn.bignose.ca, so I do not know how to approach this problem.

    Second, the new machine is that a new installation of 11.2.0.3 and the db home in/u01/app/oracle/product/11.2.0/dbhome_1/ old one was an update of 11.2.0.1 11.2.0.3 so he lives at u01/app/oracle/product/11.2.0.3/dbhome_1/. I don't know how cranky that will make Oracle.

    Any comments or advice?

    My first question is my hostname dead.franklyn.bignose.ca machine "works, but pretending is dead" and the NEW machine has live.franklyn.bignose.ca. tnsnames and listener.ora both of course refers to old.franklyn.bignose.ca, so I do not know how to approach this problem.

    You must set your file listener.ora accordingly with respective host names. Say about the live host name, the listener.ora should have the hostname as living and dead server, the listener.ora must have the hostname as dead

    Second, the new machine is that a new installation of 11.2.0.3 and the db home in/u01/app/oracle/product/11.2.0/dbhome_1/ old one was an update of 11.2.0.1 11.2.0.3 so he lives at u01/app/oracle/product/11.2.0.3/dbhome_1/. I don't know how cranky that will make Oracle.

    It wouldn't matter. Only thing is, you must make the appropriate changes in the required files (say listener.ora).

    Refer to this

    http://learnwithme11g.WordPress.com/2011/12/20/creating-physical-standby-database-with-RMAN-duplicate/
    http://learnwithme11g.WordPress.com/2011/12/07/creating-a-physical-standby-database-11gr2-3/
    http://www.Oracle-base.com/articles/11g/DataGuardSetup_11gR2.php
    http://gavinsoorma.com/2010/03/17/create-standby-database-using-11g-duplicate-from-active-database/

  • RMAN duplicate database RAC w/ASM to stand alone without ASM fails

    Trying to duplicate database in order to upgrade to 11.2 and migrate from Windows to Solaris with minimal downtime, using GoldenGate. The source database is 11.1.0.7 on Windows 2003 x 64 a 2 RAC node. The auxiliary database is 11.1.0.7 on a single Windows 2003 x 64 server. The steps to reach where the error has occurred are:

    1 created auxiliary instance on remote node. creating oradim and the listener.

    2 copied password for the remote node target file and put it in the directory %ORACLE_HOME%\database and % ORACLE_HOME%\dbs.

    3 created PFILE in %ORACLE_HOME%\database and copied to %ORACLE_HOME%\dbs just in case.

    db_name = "UTILAX".
    instance_name = UTILAX
    diagnostic_dest = a: \oracle\admin\utilax'
    db_file_name_convert =('+Data/util','D:\oracle\oradata\utilax')
    log_file_name_convert =('+Data/util','D:\oracle\log\utilax')
    SGA_TARGET = 5g
    control_files=D:\oracle\oradata\utilax\control01.dbf
    compatible = '11.1.0'

    4 Startup nomount performed.

    5. backup Ran full on the head node to the D drive and outside the DSO.

    rman target % = / catalog=rman/password@RMAN

    RMAN > run {}
    allocate channel d1 type disk;
    database backup in format "D:\backups\df_t%t_s%s_p%p".
    SQL 'alter system archive log current';
    backup format 'D:\backups\al_t%t_s%s_p%p' archivelog all;
    output channel d1;
    }

    6 copied only the manual backup (22 GB) to the remote host files in the same directory on the D drive. D:\backups same folder on both servers.

    7. connected with rman, target, catalog and auxiliary databases. A run the rman command to duplicate the database on the target instance.

    DUPLICATE THE TARGET DATABASE TO 'UTILAX' IN THE CURRENT DATABASE.

    Errors received
    RMAN-03009: failure of the backup on the channel ORA_DISK_1 command
    ORA-17628: error Oracle 19505 returned by remote Oracle Server

    8. looked in the auxiliary database alerts log. Errors found:
    ORA-19505: impossible to identify the file 'D:\ORACLE\ORADATA\UTILAX\DATAFILE\SYSTEM.327.716381457 '.
    ORA-27040: create file error, cannot create the file
    04002 - OSD: could not open the file
    S/O-error: (OS 3) the system cannot find the path specified

    9 creates all directories to the path and try again. Same mistakes.


    Must miss one or two steps but document metalink 382269.1 followed as closely as possible. Sorry for the lack of screenshots but databases are private networks. Someone who did that regularly offer any help?

    Thank you

    Since you have already made the backup and copied to the auxiliary server, why use again 'data base active'

    DUPLICATE THE TARGET DATABASE TO 'UTILAX' IN THE CURRENT DATABASE.

    Just try to DUPLICATE the DATABASE to 'UTILAX' TARGET nofilenamecheck;

    This would work out.

    or if you want to continue to make use of the active database functionality, then

    DUPLICATE TARGETS DATABASE to the 'UTILAX' of the active database nofilenamecheck.

    Published by: srp on December 28, 2011 12:24 AM

  • DUPLICATE DATABASE to the < newserversid > TARGETS

    I want to just delete my concepts, when we duplicate db on the remote host.

    1-backup should be moved to remote host is needed?
    2. we run rman TARGET sys/manager@source sys/manager@Newsid AUXILIARY while we are on the auxiliary db Server?

    The docs explain the process (How Recovery Manager duplicates data). As indicated in the posted link above Re: RMAN-04005: target database error: ORA-01031: insufficient privileges, the process can be run from nodes.

  • The host name of the DB update

    Hello

    There is a migration of recent database to host a domain to a different domain controller controller, thanks to which we must update the DB hostname for the database and database processes.

    Update of the database of process has been pretty straight forward using the Tidal.Automation.Server.DatabaseUserConfigurationUtility.

    But we had problems with the update of the Reporting database. As mentioned in the installation document, we have removed the existing database from the console and attempted to create a new. However, we get an error and the server logs, we noted that there is no such thing as a particular table. The data are copied from the former host of the database to the new host of the database.

    Everyone updated the DB hostname for the database?

    Receive your answer.

    Thank you
    Greg

    Which table is the one showing missing?

  • Advice on appropriate hosts of ESXi and NAS network configuration

    I am looking for tips or best practices on the implementation of my ESXi 4.0 hosts with my NAS... Here is some basic information:

    -Certified VMware AberNAS with matrix RAID 5 SAS (2 x Gig NIC) drives

    -2 x HP Proliant welcomes each with 6-8 Gig NIC

    Currently, NAS NIC are associated to balance the load connected to two different switches.  HP hosts are also associated to balance the load connected to 2 different switches.

    Here is a glance at the basic configuration in vcenter:

    vmnetwork.JPG

    Because I have a lot of NETWORK interface card on the server (4 used... but 8 in total), I would like to configure this to improve performance.  So my questions:

    1 can I create a new vswitch sin and dedicate the traffic between the hosts and NAS?  How?  Place them on a physical switch dedicated between the hosts, NAS and LAN?

    2. create a dedicated NIC for VM vmotion of hosts?

    3. any other configuration benefiting NFS and VMware?

    Am open to any idea. Thank you

    -There are currently of 2 guests (am licensed for 3 and can install later). In addition, I have 2 physical switches gigabit dedicated to SAR/VM host nic and are resources shared LAN... so when the facility management/vmotion Teddy bear design, do I imitate the same configuration on the two hosts?  Do stay even these teddy bears, connected to one of the switches of concert?

    Yes you would duplicate the installation on both hosts-

    -With a device SIN the NIC on the NAS is associated with unique IP address and is dedicated to the virtual machine infrastructure.  Then I'd have 2 bears from each host AND the 2 bears from the NAS connected to the dedicated physical switch isoltaed and ip static'd just like different subnet?

    Yes - as I said with a single IP address on a NAS for the natachasery on the hosts would be in a configuration of active / standby - it is more about the fact that ESXi does not really load balancing between the two network cards but selects a teddy bear based on the source and destination IP addresses - so if any of these changes the traffic's not on a unique Teddy

    If you find this or any other answer useful please consider awarding points

Maybe you are looking for