Using JConsole
You can use any tool to view MBeans. The following is an example of using JConsole to monitor and manage ibi MDM.
Note: Before running JConsole, ensure that you start ibi MDM to view all MBeans.
- Procedure
- Navigate to
$JDK_HOME/bin
and double-click jconsole.bat.
The JConsole: New Connection window is displayed with the Local Process and Remote Process options.Local Process: If ibi MDM is running in on local Java Virtual Machine (JVM), it automatically establishes the connection and obtains information from the JVM MBeans in the connected JMX agent.Remote Process: Enter the host name and port or the JMX connection URL.Example for host name and port:
localhost:57571/Member1
. In this case,57571
is the JMX port for the ibi MDM Server on localhost.Example for JMX connection URL: Type the following URL based on the configured application server:
- For JBoss WildFly Application Server:
service:jmx:remoting-jmx://IPAddress:9999
- For WebLogic and WebSphere Application Servers:
service:jmx:rmi:///jndi/rmi://
hostname
:portnumber/node_ID
Enter user name and password and click Connect.
- For JBoss WildFly Application Server:
- In the Java Monitoring & Management Console window, click the
MBeans tab. ResultAll MBeans names are located under
com.tibco.mdm
domain.
Subtopics