PowerProtect:如何驗證 Oracle RMAN 備份

Summary: 如何使用 RMAN 驗證 PowerProtect Data Manager 建立的 RMAN 備份

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions

如需驗證,請在 RMAN 中使用如下命令:
run { allocate channel c1 type SBT_TAPE parms 'SBT_LIBRARY=/home/oracle/opt/dpsapps/rmanagent/lib/libddobk.so, ENV=(RMAN_AGENT_HOME=/home/oracle/opt/dpsapps/rmanagent, STORAGE_UNIT=DDStorageUnitFromPolicy,BACKUP_HOST=DD_IP_ADDRESS)'; validate backupset BACKUP_SET_ID; release channel c1;}
範例:
run { allocate channel c1 type SBT_TAPE parms 'SBT_LIBRARY=/home/oracle/opt/dpsapps/rmanagent/lib/libddobk.so, ENV=(RMAN_AGENT_HOME=/home/oracle/opt/dpsapps/rmanagent, STORAGE_UNIT=OracleDBAuth-ppdm199-99c64,BACKUP_HOST=10.10.0.50)'; validate backupset 24935; release channel c1;}
 
要提供的參數包括:
SBT_LIBRARY - if not using default path
RMAN_AGENT_HOME  - if not using default install path
STORAGE_UNIT - DD storage unit name - it's listed in the output from 'list backupset;' for each set
BACKUP_HOST -  DD IP Address
BACKUP_SET_ID -  the numeric id of the backup set of interest. (24935 from the example)

TAG 對應于 PowerProtect Data Manager 備份建立時間 YYYY:MM:DD:HH:MM
查看 PowerProtect Data Manager 中「資產」底下的「副本」以尋找建立時間:
在 PowerProtect Data Manager 的「資產」下的複製

以下是 RMAN 命令的範例輸出:

list backupset;

 

Affected Products

PowerProtect Data Manager
Article Properties
Article Number: 000223678
Article Type: How To
Last Modified: 11 Jul 2024
Version:  1
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.