UNSOLVED

snuniyar

updated

13 years ago

S

snuniyar

1 Message

0

557

February 13th, 2014 12:00

Is there a Way to Setup Notification on Networker 7.6.5

I was wondering if there is a way to setup a email notification when the number remaining backup tapes reaches certain counts.

Any input is highly appreciated.

  • bingo.1

    1 Rookie

    2430 Posts

    324

    1

    Posted February 13th, 2014 13:00

    With NetWorker indirectly ...

    It is not based on the number of tapes but on the remaining capacity level (based on the volume default capacity of the tape drive type). The attribute is named 'minimum space'. When reached, a notification is triggered.

    Otherwise, you can script the following utility ...

      - query mminfo appropriately to get the list of appendable (and recyclable ?) volumes in the jukebox, based on your pool settings

      - count the lines

      - if lower than your trigger level, issue a notification by sending an email or similar

  • o17Uu33DCF12520

    6 Operator

    1058 Posts

    324

    1

    Posted February 13th, 2014 18:00

    Please check Pg448:

    https://support.emc.com/docu9292_NetWorker-7.6-Administration-Guide.pdf?language=en_US

    Please mark my answer as correct/helpful answer if it helps.

  • crazyrov

    6 Operator

    1319 Posts

    324

    1

    Posted February 14th, 2014 02:00

    There is no inbuilt mechanism to do this. you might have to create a script to get this done.