Forum Discussion

V4's avatar
V4
Level 6
14 years ago

Use of Scratch pool

We have 3-tier NBU in our organization with 115 client server, 8 drive HP robotic library and 20hrs busy schedule. NBU 7.0.1 (Master Server) NBU 7.0 (Media Server)   We have 90 polices for al...
  • watsons's avatar
    14 years ago

    Sorry Vaibhav, I can't share with you the entire script, but I can provide you what commands we used in it:

    # bpimagelist -media -idonly -hoursago 144 -st full    ==> Retrieve all full backup mediaID used in last 144 hours (6 days).

    For daily report, you can use -hoursago 24 and exclude -st, that would give you all full/incr/cinc. Depend on your requirement.

    In my script, as we want to offiste the full backup media, we use:

    # vmquery  -l -m <mediaID>    

    for those mediaID we found in first command output, that would give us the slot number in the library and what volume pool they belong.

    Hope this helps.