Cleaning up the images that are migrated from the MSDP server using command-line
To clean up the images that are migrated from the MSDP server using command-line
- List the migrated but uncleaned images.
/usr/openv/pdde/pdcr/bin/mvgapiutil evac --mvg-volume <mvg-volume> --msdp-server <msdp-server> get-migrated-images-uncleaned --no-verify
- Expire the images using NetBackup command:
bpexpdate -backupid <backup_id> -copy <copy_number> -force -d 0 -force_not_complete -do_not_follow_dependee [-nodelete] [-try_expire_worm_copy]
If multiperson authorization (MPA) is enabled, approve the image cleanup requests.
- Check for remaining uncleaned images with verification:
/usr/openv/pdde/pdcr/bin/mvgapiutil evac --mvg-volume <mvg-volume> --msdp-server <msdp-server> get-migrated-images-uncleaned
- Repeat steps 2 and 4 until no images are listed.