Forum Discussion

Pinku's avatar
Pinku
Level 5
9 years ago

Migration of clients from Solaris master server to new linux master server with backup images

Hi Team,

I have an activity to perform for my client and need your suggestions. The activity is:

Existing setup:

Master - solaris 11 [standalone, means non-clustered], NB  Version - 7.7 

Another site:

Master: Linx 6 [VCS clustered], NB Version - 7.7

 

I have to migrate certain clients from Existing setup to another site, i.e. move clients which are currently being backed up by Solaris master server, to new master server i.e. Linux

- We want to move the old backups as well

-The old backups includes, windows, linux, solaris clients with Vmware, Oracle, MS-SQL, Filesystem backups 

 

Here is my plan:

1) Isolate the clients and policy list
2) Determine all backup images with backup and expiry date
3) Determine the list of medias used in the backups of all these clients
4) Move the tapes to new tape library and placed them in SAFE volume pool
5) Run phase 1 on all these tapes and run phase 2 import for images determined in Step 2
6) Run bpimagelist -recalculate against all these images with the date as expiry date we find in Step 2
7) Modify the bp.conf or registry for SERVER entries and populate the new servers
8) Modify the scripts for oracle & SQL DB backups
9) RUn some test restores to test if everything is ok
10) Disable the policies in Solaris master server

My concerns are with the DB backups and vmware backups. With the phase 1 and phase 2 imports are enough for DB backups? 

Because, I beleive RMAN also keeps the information about backup media server or backup server, which will change now. Any extra steps required?

 

Thanks for your assistance and time.
 

  • Hi

     

    I"m no Oracle expert but as far as I can see it should not matter. Oracle will ask RMAN catalog for the backup image name/tag, as shown below. There is no reference to the Master in RMAN catalog. 

     

    List of Backup Sets
    ===================
    
    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    7       136M       DISK        00:00:20     04-NOV-06      
            BP Key: 7   Status: AVAILABLE  Compressed: NO  Tag: TAG20071104T200759
            Piece Name: /d2/RDBMS/backupset/2007_11_04/o1_mf_annnn_TAG20071104T200759_ztjxx3k8_.bkp
    
      List of Archived Logs in backup set 7
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    1       173832     21-OCT-06 174750     21-OCT-06
      1    2       174750     21-OCT-06 174755     21-OCT-06
      1    3       174755     21-OCT-06 174758     21-OCT-06
    
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    ------- ---- -- ---------- ----------- ------------ ---------------
    8       Full    2M         DISK        00:00:01     04-NOV-06      
            BP Key: 8   Status: AVAILABLE  Compressed: NO  Tag: TAG20071104T200829
            Piece Name: /disk1/oracle/dbs/c-774627068-20071104-01
      Controlfile Included: Ckp SCN: 631510       Ckp time: 04-NOV-06
      SPFILE Included: Modification time: 21-OCT-06
    
    List of Datafile Copies
    =======================
     
    Key     File S Completion Time Ckp SCN    Ckp Time
    ------- ---- - --------------- ---------- ---------------
    1       7    A 11-OCT-06       360072     11-OCT-06
            Name: /work/orcva/RDBMS/datafile/o1_mf_tbs_2_2lv7bf82_.dbf
            Tag: DF7COPY
     
    2       8    A 11-OCT-06       360244     11-OCT-06
            Name: /work/orcva/RDBMS/datafile/o1_mf_tbs_2_2lv7qmcj_.dbf
            Tag: TAG20071011T184835
     
    List of Control File Copies
    ===========================
     
    Key     S Completion Time Ckp SCN    Ckp Time
    ------- - --------------- ---------- ---------------
    3       A 11-OCT-06       360380     11-OCT-06
            Name: /d2/RDBMS/controlfile/o1_mf_TAG20071011T185335_2lv80zqd_.ctl
            Tag: TAG20071011T185335
     
    List of Archived Log Copies for database with db_unique_name RDBMS
    =====================================================================
     
    Key     Thrd Seq     S Low Time
    ------- ---- ------- - ---------
    1       1    1       A 11-OCT-06
            Name: /work/arc_dest/arcr_1_1_603561743.arc
     
    2       1    2       A 11-OCT-06
            Name: /work/arc_dest/arcr_1_2_603561743.arc
     
    3       1    3       A 11-OCT-06
            Name: /work/arc_dest/arcr_1_3_603561743.arc

19 Replies