How To Gather/Backup ASM Metadata In A Formatted Manner? Note:470211.1

From note :

Note: On release 11g and onwards you can use the ASMCMD to backup the ASM metadata.

From Oracle documentation itself:

Syntax and Description

md_backup [-b location_of_backup] [-g dgname [-g dgname]]

location_of_backup is the location in which you want to store the backup file

dgname is the name of the disk group that you want to back up

Let’s try:

ASMCMD [+] > md_backup -b /tmp/backupdg -g md_data -g md_logs

Disk group to be backed up: MD_LOGS

When open backupd file there are only entries for this disk groups.

It will generate report only on last group!!  Not a big deal but ASM is full of bugs..

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

Gravatar
WordPress.com Logo

Please log in to WordPress.com to post a comment to your blog.

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s