Data Protection Software

 View Only
  • 1.  how to get backup failure of a specific node from select

    Posted Tue January 08, 2019 10:05 PM
    Hi,

    how we can get the specific node failure result on specific time  from TSM via select query.

    node name- abcd

    ------------------------------
    Prem Singh

    ------------------------------


  • 2.  RE: how to get backup failure of a specific node from select

    Posted Wed January 09, 2019 07:15 AM
    Any suggestion guys.

    Thanks & regards
    Prem Singh Bathyal
    Mobile - 8527337214





  • 3.  RE: how to get backup failure of a specific node from select

    Posted Thu January 10, 2019 03:39 AM
    Hi,
    This may get you started.

    select * from actlog where ORIGINATOR='CLIENT' and SEVERITY='E' and DATE_TIME>'2019-01-08' and DATE_TIME<'2019-01-09' and NODENAME='NODE1'

    ------------------------------
    Håkon Phillip Tønder-Keul
    ------------------------------



  • 4.  RE: how to get backup failure of a specific node from select

    Posted Thu January 10, 2019 08:43 AM
    Thanks Hakon you are always helpful,but I am looking for a query to setup on operation center as soon as backup fails on that client immediately I should get alert on real time.

    Thanks & regards
    Prem Singh Bathyal
    Mobile - 8527337214