Forum Discussion

nikhilg17's avatar
nikhilg17
Level 2
10 years ago

need to fetch report for all images on a Data domain with size details

Hi All, We have Solaris master server and using netbackup 7.6.2 version. backups are writing to Data domain which later getting duplicated to Tape drives. one of our Data domain exceeded threshhol...
  • RiaanBadenhorst's avatar
    10 years ago

    Give this a try

     

    bpimmedia -dp DiskPoolName -stype DataDomain -l -legacy | awk '{ if ( $1 == "IMAGE" ) print "bpimagelist -backupid "$4" -l" }'|sh | awk '{ if ( $1 == "IMAGE" ) print $6,$19 }'

     

    I hope you have linux/unix :p