difference
Media Contents Report
The Media Contents report shows the contents of a volume as read directly from the media header and backup headers. This report lists the backup IDs (not each individual file) that are on a single volume. If a tape has to be mounted, there will be a longer delay before the report appears.
# cd /usr/openv/netbackup/bin/admincmd
# ./bpmedialist -U -mcontents [-m <media_id>]
Images on Media Report
The Images on Media report lists the contents of the media as recorded in the NetBackup image catalog. You can generate this report for any type of media (including disk) and filter it according to client, media ID, or path.
# cd /usr/openv/netbackup/bin/admincmd
# ./bpimmedia -U [-client <client_name>] [-mediaid <media_id>]
What is the difference between these two commands?Both are fetching from NBU catalog(emm)
- The media contentes reads the info directly from the media header and the backup header. Where do you the think the media /backup headers are. The clue MEDIA header - written on the tape perhaps ? If you actually read the manuales/ man pages or even read the details about the media contents report, or even tested it like I suggested, you would find that NBU actually loads the tape and reads it in the tape drive. The images on media looks at the details in the Image catalog - it says this exactly in the description you posted above . Martin