Security

last person joined: 20 hours ago 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

clearpass high memory in solarwinds

This thread has been viewed 5 times
  • 1.  clearpass high memory in solarwinds

    Posted Aug 06, 2020 07:47 AM

    Hi.

     

    Anyone of you using both clearpass and solarwinds, and have a good mib to use? right now solarwinds think clearpass are using 99% memory, it might have something to do with the swap memory, and solarwinds see the swap memory and think its the main memory.

     

     



  • 2.  RE: clearpass high memory in solarwinds

    EMPLOYEE
    Posted Aug 06, 2020 08:28 AM

    Below are the OIDs which provide memory info, are you seeing high memory usage in clearpass itself under monitoring tab?

     

    cppmSystemMemoryTotal OBJECT-TYPE
    SYNTAX Counter64
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
    "Total amount of memory available (bytes) in the ClearPass server"
    ::= { cppmSystemTableEntry 12 }

     

     

    cppmSystemMemoryFree OBJECT-TYPE
    SYNTAX Counter64
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
    "Amount of free memory (bytes) in the ClearPass server"
    ::= { cppmSystemTableEntry 13 }



  • 3.  RE: clearpass high memory in solarwinds

    Posted Aug 06, 2020 08:38 AM

    Hi.

     

    No the memory is at 22% so no problem there, do you got the oid number? then we can prob make our own with the memory



  • 4.  RE: clearpass high memory in solarwinds

    EMPLOYEE
    Posted Aug 09, 2020 05:19 AM

    Memory monitoring:

    cppmSystemMemoryTotal: .1.3.6.1.4.1.14823.1.6.1.1.1.1.1.12

    cppmSystemMemoryFree: .1.3.6.1.4.1.14823.1.6.1.1.1.1.1.13



  • 5.  RE: clearpass high memory in solarwinds
    Best Answer

    EMPLOYEE
    Posted Aug 09, 2020 06:47 AM

    If my previous post OID does not work, try this OIDs to get memory of Clearpass.

    memTotalSwap .1.3.6.1.4.1.2021.4.3
    DESCRIPTION "The total amount of swap space configured for this host."

     

    memAvailSwap .1.3.6.1.4.1.2021.4.4
    DESCRIPTION "The amount of swap space currently unused or available."

     

    memTotalReal .1.3.6.1.4.1.2021.4.5
    DESCRIPTION "The total amount of real/physical memory installed
    on this host."

     

    memAvailReal .1.3.6.1.4.1.2021.4.6
    DESCRIPTION "The amount of real/physical memory currently unused
    or available."

     

    memBuffer .1.3.6.1.4.1.2021.4.14
    DESCRIPTION "The total amount of real or virtual memory currently
    allocated for use as memory buffers.

     

    memCached .1.3.6.1.4.1.2021.4.15
    DESCRIPTION "The total amount of real or virtual memory currently
    allocated for use as cached memory.