How to import deduplication disk images

Article: 100027610
Last Published: 2021-09-21
Ratings: 0 0
Product(s): NetBackup & Alta Data Protection

Problem

Deduplication disk was removed, server was rebuilt

Solution

Windows server

Phase 1:
From Media server:
C:\Program Files\Veritas\NetBackup\bin\admincmd>bpimport -create_db_info -dp <MSDP_Pool_Name> -stype PureDisk -M <Master Server> -L <directory name>\phase1.log

 

Phase 2:
From Master server:
C:\Program Files\Veritas\NetBackup\bin\admincmd>
bpimport -dp <MSDP_Pool_Name>  -stype PureDisk -M <Master Server>  -s 01/01/11 -e 09/07/12 -L <directory name>\phase2.log

Note
-s --- this is the start date for the desired import needed.
-e --- this is the end date for the desired import needed.

 

Linux / Unix

Phase 1:
From Media server:
/usr/openv/netbackup/bin/admincmd/bpimport -create_db_info -dp <MSDP_Pool_Name> -stype PureDisk -M <Master Server> -L  /tmp/phase1.log name>

Phase 2:
From Master server:
/usr/openv/netbackup/bin/admincmd/
bpimport -dp <MSDP_Pool_Name>  -stype PureDisk -M <Master Server>  -s 01/01/11 -e 09/07/12 -L /tmp/phase2.log

Note
-s --- this is the start date for the desired import needed.
-e --- this is the end date for the desired import needed.

 

Was this content helpful?