Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ASM Metadata

798549Aug 21 2012 — edited Aug 21 2012
Hi,

In Oracle 11g, When cloning ASM database to ASM database in different server, There is option of backing up and restoring the metadata of ASM instance.

md_backup, md_restore
md_backup Command -- Creates a backup of all of the mounted disk groups.
md_restore Command -- Restores disk groups from a backup.

I am trying to achieve the same (cloning ASM database to ASM database in different server) in Oracle 10g.
What strategy/procedure I need to follow to copying and recreating the similar ASM meta data in different server?

Could you give some idea in achieving the same?


Regards,
Basha S

Comments

damorgan
Upgrading to 11gR2 comes to mind immediately.

Not only does it give you what you want ... it gives you a fully supported environment which you currently do not have.
vlethakula
In oracle 10g, there is no direct command similiar to md_backup and md_restore.
1)You can rely on dd command to take backup
dd if=input file of=headerfile bs=4096 count=1
Run this command for every ASM file
2)Look at
How To Gather/Backup ASM Metadata In A Formatted Manner version 10.1, 10.2, 11.1 & 11.2? ***** Enhanced ***** [ID 470211.1]
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 18 2012
Added on Aug 21 2012
2 comments
407 views