2 Replies Latest reply on Sep 30, 2013 6:06 AM by wdfink

    How to obtain peer id in JBoss 6.1

      Where would I find the peer id of a node in a 6.1 cluster? I'm installing software that needs the peer id and I cannot find it.

        • 1. Re: How to obtain peer id in JBoss 6.1
          nazia24

          Hi,

           

              Open a terminal, and type jps -v  you will get all the pid's of the nodes running as follows.....

           

          12311 jboss-modules.jar -D[Standalone] -Xms1303m -Xmx1303m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Dorg.jboss.boot.log.file=/NotBackedUp/own-testing/tcp-modcluster/jboss-eap-6-node2/standalone/log/server.log -Dlogging.configuration=file:/NotBackedUp/own-testing/tcp-modcluster/jboss-eap-6-node2/standalone/configuration/logging.properties

          14235 jboss-modules.jar -D[Standalone] -Xms1303m -Xmx1303m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Dorg.jboss.boot.log.file=/NotBackedUp/own-testing/tcp-modcluster/jboss-eap-6.1-node1/standalone/log/server.log -Dlogging.configuration=file:/NotBackedUp/own-testing/tcp-modcluster/jboss-eap-6.1-node1/standalone/configuration/logging.properties

          • 2. Re: How to obtain peer id in JBoss 6.1
            wdfink

            Could you explain what you mean by "peer id", I'm not sure whether Naziya is correct with the assumption that you mean the pid=processId.