0 Replies Latest reply on Apr 3, 2012 10:44 PM by tabmow

    Specify a jmxrmi port

    tabmow

      Hi,

       

      I am currently using JBoss 5.1 EAP and am currently using JMX like so:

       

      JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.port=18080"

      JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.authenticate=true"

      JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.ssl=false"

      JAVA_OPTS="${JAVA_OPTS} -Djboss.platform.mbeanserver"

      JAVA_OPTS="${JAVA_OPTS} -Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerBuilderImpl"

      JAVA_OPTS="${JAVA_OPTS} -Djava.rmi.server.hostname=ip.address.here"

       

      This has been working fine with our Zenoss monitoring cluster, however we are now monitoring a remote site with the inability to deploy a zenoss collector there.

      We are facing issues with out firewall rules which allow port 18080, but doesn't allow anything else, this provides a problem as tcpdump shows this port is offloading comms to another port which is dynamically bound at runtime?

      Is there a way for us to specify what port number this other port communicates on?

       

      Regards,

       

      Terry