To determine what images are associated with a given piece of media (found in the /usr/openv/netbackup/bin/admincmd directory):
To delete a specific image from a piece of media (found in the /usr/openv/netbackup/bin/admincmd directory):
To delete all images associated with a piece of media (found in the /usr/openv/netbackup/bin/admincmd directory):
To deassign the media (found in the /usr/openv/volmgr/bin directory):
To determine current pool number and status of a piece of media (found in the /usr/openv/volmgr/bin directory):
To display media associated with an image (found in the /usr/openv/netbackup/bin/admincmd directory):
Source : http://seer.entsupport.symantec.com/docs/286238.htm
bpimmedia -mediaid
Example: bpimmedia -mediaid ABC123
To delete a specific image from a piece of media (found in the /usr/openv/netbackup/bin/admincmd directory):
bpexpdate -backupid -d
Example: bpexpdate -backupid server01_1028941878 -d 0
To delete all images associated with a piece of media (found in the /usr/openv/netbackup/bin/admincmd directory):
bpexpdate -m -d
Example: bpexpdate -m ABC123 -d 0
To deassign the media (found in the /usr/openv/volmgr/bin directory):
vmquery -deassignbyid
Example: vmquery -deassignbyid ABC123 1 0
To determine current pool number and status of a piece of media (found in the /usr/openv/volmgr/bin directory):
vmquery -m
Example: vmquery -m ABC123
To display media associated with an image (found in the /usr/openv/netbackup/bin/admincmd directory):
bpimagelist -L -backupid
Example: bpimagelist -L -backupid server01_1028941878Source : http://seer.entsupport.symantec.com/docs/286238.htm