Client Management Suite

 View Only
Expand all | Collapse all

dbo.Evt_NS_Client_Config_Request - Keep Longer Than 1 Month

  • 1.  dbo.Evt_NS_Client_Config_Request - Keep Longer Than 1 Month

    Posted Apr 08, 2013 08:40 AM

    We use the dbo.Evt_NS_Client_Config_Request table as the source of when the last time the computer was active in our environment. This seems to work well in our case, except for the fact that this table only holds 1 month of data.

    I looked in the Resource History section on the NS (Settings\Notification Server\Purging Maintenance) but I dont see a way to alter how long this data is kept without being purged.

    Does anyone know of way to keep this data longer, or are you using a better dataclass/table for information on when the last time your device was active?

    I appreciate your time.



  • 2.  RE: dbo.Evt_NS_Client_Config_Request - Keep Longer Than 1 Month
    Best Answer

    Posted Apr 08, 2013 09:24 AM

    Hi J Henderson,

    On Purging Maintenance is posible to configure the period to purge specific information. As Evt_NS_Client_Config_Request is an event you need to go to Purging Maintenance\Resource Event Data Purge Settings.

    On Custom, add the event dataclass Evt_NS_Client_Config_Request and configure the event data retension period or/and a limit of rows.

    Remember that events can consume a lot of space on your Symantec_CMDB and impact your performance, so is recommended to monitor this table space after changes.

    Regards,



  • 3.  RE: dbo.Evt_NS_Client_Config_Request - Keep Longer Than 1 Month

    Posted Apr 08, 2013 10:38 AM

    Thanks Fabio.