DX Unified Infrastructure Management

  • 1.  File Server Resource Manager monitoring

    Posted Oct 08, 2018 04:20 PM

    Hello everybody,

     

    I have a customer that needs to monitor it's file server user quotas.
    We need to apply monitoring and alarm rules for each of the directories managed by Window's File Server Resource Manager.

    Has anyone done this before ?

    CDM + Dirscan was our first path, but they do not bring any informations about quotas or thresholds. 

    I know that I can get the informations by the powershell command "get-fsrmquota", but I have no clue in how to put the informations into UIM.
    I was think in use logmon for it, but how do I store each entry in a QoS ?

    The output from "get-fsrmquota" is like this:

    ======================

    Description :
    Disabled : False
    MatchesTemplate : True
    Path : C:\FileServer\teste-cotas004
    PeakUsage : 1024
    Size : 20971520
    SoftLimit : False
    Template : teste
    Threshold :
    Usage : 1024
    PSComputerName :

     

    Description :
    Disabled : False
    MatchesTemplate : True
    Path : C:\FileServer\teste-cotas005
    PeakUsage : 1024
    Size : 20971520
    SoftLimit : False
    Template : teste
    Threshold :
    Usage : 1024
    PSComputerName :

     

    Description :
    Disabled : False
    MatchesTemplate : True
    Path : C:\FileServer\teste-cotas006
    PeakUsage : 1024
    Size : 20971520
    SoftLimit : False
    Template : teste
    Threshold :
    Usage : 1024
    PSComputerName :

    ======================

    I need the informations about: Path, Size and Usage from each directory.
    Can someone give a light ?


    Thanks in advance,
    Bruno



  • 2.  Re: File Server Resource Manager monitoring
    Best Answer

    Posted Oct 09, 2018 09:59 AM

    The creation of new qos puts this on the level of a custom probe, check out:

    Probe Development Tools - CA Unified Infrastructure Management Probes - CA Technologies Documentation 



  • 3.  Re: File Server Resource Manager monitoring

    Broadcom Employee