Forum Discussion

Chris_W's avatar
Chris_W
Level 4
12 years ago
Solved

Get deduplication ratio per DiskPool

I am looking for an OCA report that shows the dedup ratio that you find in the "Deduplication Ratio" field using the method below:

NetBackup Administration Console, expand Media and Device Management > Credentials > Storage Server

 

Do I need to code something in SQL to achieve this? There are a couple reports templates like dedup space savings, but I just need the ratio like 9.8, no fancy stuff.

 

Second prize would be a command that I can just cronjob. Like an nbdevquery, I've come up with nothing so far.

 

Thanks

  • I happen to have found the answer to my second question, see below, would still like some idea on an OCA report though.

     

    # nbdevconfig -getconfig -storage_server server1 -stype PureDisk  |grep Deduplication
    V7.5 "Deduplication Ratio" "6.9" string

3 Replies

  • I happen to have found the answer to my second question, see below, would still like some idea on an OCA report though.

     

    # nbdevconfig -getconfig -storage_server server1 -stype PureDisk  |grep Deduplication
    V7.5 "Deduplication Ratio" "6.9" string
      • Systems_Team's avatar
        Systems_Team
        Level 6

        Hi Fawad55,

        I don't think you noticed, but this thread is nearly 3 years old and has already been solved.  Solved posts used to be locked but since the VOX upgrade this is no longer the case, and old posts get tagged onto.

        As for you question - that is not a value that can be changed.  It is a value that is reported from your dedupe pool showing what ratio of dedupe is being achieved.

        Steve