Monitor JRockit via SNMP

I would like to monitor my Java application (running in JRockit) via SNMP protocol. I only need some basic informations. Is there any startup parameter that I can add to my app to enable SNMP?

I noticed that Staffan gave a good answer over at Stackoverflow. I'm making a copy of it here if somebody else is searching the forum and would like to know.
"The details are on [this webpage|http://java.sun.com/j2se/1.5.0/docs/guide/management/SNMP.html]. In short, what you have to do is:
* Start with -Dcom.sun.management.snmp.port=portNum
* Copy the ACL template file in JRE_HOME/lib/management/snmp.acl.template to JRE_HOME/lib/management/snmp.acl, and make it readable and writeable by only the owner."

Similar Messages

  • Monitor SA520 via SNMP

    Hi
    I have a SA520 configured in load balancing. It is possible to monitor the WAN status via SNMP?
    Thanks
    Marco

    I noticed that Staffan gave a good answer over at Stackoverflow. I'm making a copy of it here if somebody else is searching the forum and would like to know.
    "The details are on [this webpage|http://java.sun.com/j2se/1.5.0/docs/guide/management/SNMP.html]. In short, what you have to do is:
    * Start with -Dcom.sun.management.snmp.port=portNum
    * Copy the ACL template file in JRE_HOME/lib/management/snmp.acl.template to JRE_HOME/lib/management/snmp.acl, and make it readable and writeable by only the owner."

  • Monitor OSPFv3 via SNMP not working - Is OSPFv3 MIB supported?

    I need to be able to query the OSPFv3-MIB via SNMP to track the status of OSPFv3.
    I have setup a 3945 router in a test lab network and I have configured it in an Ipv6 network with OSPFv3.  The router has an active OSPFv3 neighbor and I can use that neighbor to send/receive data (the routing is working fine).  However, when I walk the SNMP MIBs I don't get a response for the OSPFv3-MIB.  According to the Cisco SNMP Object Navigator this MIB should be located at 1.3.6.1.3.102.*.  Below is an example trying to query a particular OID from the OSPFv3 MIB.
    C:\>snmpwalk -v 2c -c public 197.16.18.1 1.3.6.1.3.102.1.5.1.8
    SNMPv2-SMI::experimental.102.1.5.1.8 = No Such Object available on this agent at  this OID
    I can walk other parts of the MIB (For example the OSPFv2 MIB) and get responses, so I know the router has SNMP turned on.
    Looking at the Cisco IOS Mib Locator tool (http://tools.cisco.com/ITDIT/MIBS/MainServlet?IMAGE_NAME=c3900-universalk9-mz.SPA.152-4.M3.bin) for the current software version I am running (c3900-universalk9-mz.SPA.152-4.M3.bin) on a 3945 router it claims that the OSPFv3 MIB is supported in this image.  
    Maybe I need to configure something else?  Maybe my SW doesn't really support this MIB?  Could it be that I have to query the router over Ipv6 to get the OSPFv3-MIB (I have only been trying Ipv4)?

    Hi ,
    As Vinod suggested , you need to configure the "SNMP CONTEXT"
    Configure:
    ==========
    Basic configuration consists of 4 steps:
    Configure mapping between VRF name and SNMP context :
    snmp-server vrf <vrf_1> context <context_1>
    Create community string corresponding to the VRF :
    snmp-server community <vrf_1> RW
    Define context string
    snmp-server context <context_1>
    Configure mapping between context and community:
    snmp-server community-map <vrf_1> context <context_1>
    (optional) Configure snmp server traps for this VRF community
    snmp-server host <IP> traps version 2c <vrf_1>
    For e.g:
    snmp-server vrf miki
    context miki_bgp
    snmp-server community miki RW
    snmp-server context miki_bgp
    snmp-server community-map miki context miki_bgp
    Hope it will help
    Thanks-
    Afroz
    ***Ratings Encourages Contributors ***

  • Monitor the # of registered AP's on a 2504 via SNMP?

    Does anyone know the OID to determine the number of registered AP's on a WLC (specifically the AIR-CT2504).
    I've got both of the Airespace MIBs and have browsed through them but I can't seem to find the correct location.  I can find a list of all of the AP's registered but our monitoring software doesn't have the ability to 'count' that index.  As such, I'm looking for a count/summation of the total number of registered AP's via SNMP.
    Thanks!
    Brian

    It's an old post, but I had the same question. After some research I found a simple answer...
    Use this OID: .1.3.6.1.4.1.9.9.618.1.8.4.0
    If you want to also get the total number of Clients, use: .1.3.6.1.4.1.9.9.618.1.8.12.0
    It does not work on 7.0 - it does on 7.6 and 8.0.
    Best regards
    Christoph

  • MIBS to Monitor Etherchannel and trunks via SNMP

    I would like to monitor the status of etherchannel and trunk configurations in 6500 Catalyst switches running both CATOS and IOS. I would like to understand the specific mibs/OIDS that should be monitored for etherchannels and trunks. I am trying to get a better handle on tracking the etherchannels and trunk dynamically and then understanding when the ports are having issues (up/down and errors). I need to understand how to differentiate these type of ports from regular access ports.
    Thanks,
    Tim

    Hi Tim,
    what exactly do you want to query via SNMP?
    For an (PAgP) Etherchannel, the member-interfaces might be interesting:
    https://supportforums.cisco.com/message/3957914#3957914
    For a trunk, you could start with the operational mode, depending on the platform you can use:
    vlanTrunkPortDynamicStatus (CISCO-VTP-MIB):
    vlanTrunkPortDynamicStatus.49 = notTrunking
    vlanTrunkPortDynamicStatus.50 = trunking
    vlanPortIslOperStatus (CISCO-STACK-MIB):
    vlanPortIslOperStatus.13.43 = notTrunking
    vlanPortIslOperStatus.13.44 = trunking
    Hope that helps
    Rolf

  • Monitor pki certificate status via snmp

    I recently discovered that a number of our remote sites could not connect to each other via dmvpn due to various certificate problems.
    They could all connect to our hubs due to pre shared keys, so the problem was never discovered before a colleague discovered MM_KEY_EXCH states on some of the routers.
    I therefore want to monitor the state of the certificates, preferably via snmp.
    I found a nice looking mib,CISCO-PKI-PARTICIPATION-MIB, on http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=Translate&objectInput=1.3.6.1.4.1.9.9.505
    but none of our routers seem to support it, and when you click on "view supporting images", it also specifies: "There is no supporting images available for
    CISCO-PKI-PARTICIPATION-MIB"
    Do you have any experience on how to monitor certificate status on your Cisco routers?

    No real solution. I found that they all needed to connect to one specific router, so I fire off "show crypto isakmp sa | inc MM_KEY_EXCH" on that specific router via our management platform, and receive a mail with the output on a daily basis.

  • N5K - monitor vPC status via SNMP

    Can I monitor a vPC via SNMP?
    I'm interested in "Peer status", "vPC keep-alive status", "Configuration consistency status" and "vPC role".
    N5K1(config-if)# show vpc
    Legend:
    (*) - local vPC is down, forwarding via vPC peer-link
    vPC domain id                   : 1
    Peer status                     : peer adjacency formed ok
    vPC keep-alive status           : peer is alive
    Configuration consistency status: success
    vPC role                        : primary

    Good question, I also want to know how we can do that.
    Sent from Cisco Technical Support iPad App

  • Monitor the OSPF neighbors via snmp

    Hello,
    I monitor the OSPF neighbors via snmp. On the 3750 it works correctly.
    http://www.cisco.com/en/US/tech/tk869/tk769/technologies_white_paper09186a00801177ff.shtml
    On 3750X via snmp I do not see that OSPF neighbors in the VRF. How to see through snmp??
    I use the IOS C3750E-UNIVERSALK9-M 15.0(2)SE on 3750X
    best regard

    The solution is to update to 12.2(55)SE5

  • GSS monitor via snmp

    Hello,
    Is it possible to get the dns stat's of the GSS via snmp?
    On this moment we have found OID's of same basic stuf like memory; cpu load; interface stats
    memAvailReal 1.3.6.1.4.1.2021.4.6
    ssCpuRawIdle 1.3.6.1.4.1.2021.11.53
    ifInOctets 1.3.6.1.2.1.2.2.1.10
    Kind Regards,
    Gerrit Frans van pelt

    Good question. I would like this info too.

  • How do I get the Username of an AnyConnect VPN session via SNMP?

    I would like to monitor the usernames of my AnyConnect sessions via SNMP.  This will allow me to monitor, graph, report, and alert using Solarwinds Orion (or any other SNMP software).
    I would like to monitor this on my ASA 5520. I have run the show snmp-server oidlist command and I can see all of the OID's that I can poll. However, the OID I would like to poll crasUsername (1.3.6.1.4.1.9.9.392.1.3.21.1.1) is not working.
    Does anyone know how I can monitor the username of a AnyConnect session via SNMP?
    Below is a link to a great MIB reference for ASA Remote Access Monitor OID list.
    http://www.mibdepot.com/cgi-bin/getmib3.cgi?i=1&n=CISCO-REMOTE-ACCESS-MONITOR-MIB&r=cisco&f=CISCO-REMOTE-ACCESS-MONITOR-MIB.my&v=v2&t=tree

    Hello PDX,
    Welcome to the HP Support Forums!
    To get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial product. You can do this at Commercial Forums.
    Regards,
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • How to check current input/output rate on router subintenterface via SNMP?

    How to check current input/output rate on router (2821, etc..) subintenterface via SNMP, like cacti monitoring system.
    I cant find OID to make this with snmpwalk.
    Or there is no way to check current load by this way? Only polling?
    P.S. Ethernet subinterface, of course.
    With great respect, S.A.

    Hi,
    Try to use:
    1.3.6.1.4.1.9.2.2.1.1.6 - InBitRate
    1.3.6.1.4.1.9.2.2.1.1.8 - OutBitRate
    1.3.6.1.4.1.9.2.2.1.1.28 - ifDescription

  • TCL or EEM scripts to do TDR testing via SNMP?

    Does anyone know of any EEM or TCL scripts to do TDR testing via SNMP?  Is it even possible?

    I do not, and I didn't see anything obvious on Cisco Beyond.  There is a CISCO-CABLE-DIAG-MIB which could be used to start tests, and get their results.  This MIB is supported on a few different device types, and could be used in conjunction with EEM to start and monitor TDR tests.

  • Monitor RSSI with SNMP

    I have project where I have 24 Cisco 2602 AP as a wireless bridge. (12 pcs root bridge and 12 pcs of non-root)
    I would like to use "whatsup Gold" to monitor the RSSI on my wireless links.
    I have been told that if information is availeble through SNMP, it is possible to monitor in "Whatsup Gold"
    I'm a little "green" when we're talking snmp.
    Are there someone  that can tell me what information I need from my Cisco access points to monitor the RSSI via SNMP
    Hope there is a friendly auxiliary will help :-) I have project where I have 24 Cisco 2602 AP as a wireless bridge. (12 pcs root bridge and 12 units of non-root)
    I would like to take "whatsup Gold" to overgåge RSSI on my wireless links.
    I have been told that if information is tilgångelige via SNMP, it is possible to monitor in "whatsup"
    I'm a little "green" when we're talking snmp.
    Are there some that can tell me what information I need from my Cisco access points to monitor the RSSI via SNMP
    Hope there is a friendly soul that will help :-)
    /Lars

    Originally Posted by markcasey
    Hi
    I had a problem with my GMS services
    The GroupWise Sync Agent had stopped
    Is it possible to monitor the status of this service using SNMP ??
    Thanks in advance
    Mark
    We use snmp with zenoss and it can for example monitor the status of the ports gms uses.
    Thomas

  • MDS9216 & MDS9124 Fabric Switches interface stats. via SNMP

    Dear All,
    I am interested in monitoring the interface statistics (In/Out bytes) of MDS9216 & MDS9124 Fabric Switches via SNMP and have been researching on what OID (MIB) values shall i poll? Would anyone be able to help me please? I have looked at many places but the closest I could get is the IF-MIB MIB Interface which has ifTable giving ifInOctets and ifOutOctest per port !  I am not sure if this is what i am suppose to poll as the ifInOctets gives 'the total number of octets recieved on the interface' and not the traffic ? What i am interested in is knowing the traffic (rx / tx) on the port at the time of polling so i can poll them say every 5 min. and plot them via something like cacti.
    Please let me know if any one has got any suggestion as I am not getting anywhere on this.
    Thanks in advance.

    ifSpeed I see listed here :-
    http://www.cisco.com/en/US/docs/storage/san_switches/mds9000/sw/rel_2_x/fabricware/mibs/reference/guide/mibiiobj.html#wp1044690
    not sure if that will give you what you need.  We use solarwinds to monitor our MDS's.

  • Polling port-profile max-ports via snmp

    Team,
    We have been caught out by the default setting of max-ports=32 in our cloud environment. Our processes dictate that we cannot simply go and change this setting across all customers so instead we need to monitor the setting for any customers geting clsoe to 32.
    Can someone tell me if there's an oid to query port-profile information via snmp for a Nexus 1000V?
    I've done some simple searching and couldn't find it.
    Failing that, do we have to execute a script to login and do a show run?
    Ryan

    BRIDGE-MIB has the OIDs to monitor RSTP. 
      topologyChange NOTIFICATION-TYPE
           -- OBJECTS     { }
           STATUS      current
           DESCRIPTION
               "A topologyChange trap is sent by a bridge when any of
               its configured ports transitions from the Learning state
               to the Forwarding state, or from the Forwarding state to
               the Blocking state.  The trap is not sent if a newRoot
               trap is sent for the same transition.  Implementation of
               this trap is optional."
           ::= { dot1dNotifications 2 }
    dot1dStpPortState OBJECT-TYPE
           SYNTAX      INTEGER {
                           disabled(1),
                           blocking(2),
                           listening(3),
                           learning(4),
                           forwarding(5),
                           broken(6)
           MAX-ACCESS  read-only
           STATUS      current
           DESCRIPTION
               "The port's current state, as defined by application of
               the Spanning Tree Protocol.  This state controls what
               action a port takes on reception of a frame.  If the
               bridge has detected a port that is malfunctioning, it
               will place that port into the broken(6) state.  For
               ports that are disabled (see dot1dStpPortEnable), this
               object will have a value of disabled(1)."
           REFERENCE
               "IEEE 802.1D-1998: clause 8.5.5.2"
           ::= { dot1dStpPortEntry 3 }

Maybe you are looking for

  • External HD projector DVI / Thunderbolt / HDMI ?

    Hi I have two MBPs , one vs10.5 and a recently bought one with vs 10.9 installed. I do Video movies in HD 1920 x 1080, which I project on a large screen using an HD 1920 x 1080 projector. With my 10.5, I connect it to the projector using a DVI to HDM

  • Calling Workflow background process' explicitly in pl/sql code

    Hi All, We have a requirement where we have to call the 'Workflow background process' explicitly in pl/sql code. What we want is that we are having some request that runs via a concurrent program, but before that request completes we want to put that

  • Exporting WMV using AME

    Could anyone tell me how to create a preset that allows me to export a .wmv file from AME? I have Flip4Mac Studio Pro HD installed, but can't seem to figure out how to get it to work with my CC suite. Please advise.

  • CSS rights to allow user to only suspend/activate servers

    Is there a right combo that can do this, but not make config changes? The user that I created was not superuser, but had read/write "dir-access" to the release root directory. When I log in as the user I do not get a "Submit" button to activate/suspe

  • Apple TV not working on KDL-46W5500 but works fine on KDL-40EX403

    I have an Apple TV which works fine on my Sony KDL 40EX403 but will not display on my KDL 46W5500. The Apple TV display settings are set to auto & I have previously had it working fine on the 46W5500. Ruled out the HDMI cable as works fine on Sony 40