WebLogic Monitoring
Iotellect Network Manager moves up your server-level and application-level troubleshooting of Oracle WebLogic Server to a much higher level. The Manager provides 24-hour monitoring of your servers presenting all information in a single console. It provides comprehensive monitoring keeping track of current data as well as collecting statistical information while you get a chance to plan your resource extension in advance. The Manager cuts your software license & hardware upgrade costs by advising you which exact resources must be replaced or upgraded.
Configure Remote JMX Access on Oracle WebLogic Server
If you use JMX authentication follow the steps:
- Navigate to the %JAVA_HOME%jrelibmanagement folder.
- Rename the jmxremote.password.templatefile to jmxremote.password. Edit jmxremote.passwordby replacing/adding its content with the following:
user password
Where user is the JVM user will monitor and password is the user password.
Next edit the following file:
%MIDDLEWARE_HOME%\user_projectsdomains<your_domain>binstartWebLogic.cmd
where %MIDDLEWARE_HOME%
is the path to your WebLogic installation and your_domain
is the your WebLogic domain, by adding the lines after call "%DOMAIN_HOME%binsetDomainEnv.cmd" %*
.
For Windows:
set "JAVA_OPTIONS=%JAVA_OPTIONS% -Djavax.management.builder.initial=weblogic.management.jmx.mbeanserver.WLSMBeanServerBuilder"
set "JAVA_OPTIONS=%JAVA_OPTIONS% -Dcom.sun.management.jmxremote"
set "JAVA_OPTIONS=%JAVA_OPTIONS% -Dcom.sun.management.jmxremote.port=8686"
set "JAVA_OPTIONS=%JAVA_OPTIONS% -Dcom.sun.management.jmxremote.ssl=false"
set "JAVA_OPTIONS=%JAVA_OPTIONS% -Dcom.sun.management.jmxremote.authenticate=true"
set "JAVA_OPTIONS=%JAVA_OPTIONS% -Dcom.sun.management.jmxremote.password.file=" c:jmxremotejmxremote.password""
set "JAVA_OPTIONS=%JAVA_OPTIONS% -Dcom.sun.management.jmxremote.access.file=" c:jmxremotejmxremote.access""
For Linux:
JAVA_OPTIONS="$JAVA_OPTIONS-Djavax.mSanagement.builder.initial=weblogic.management.jmx.mbeanserver.WLSMBeanServerBuilder"
JAVA_OPTIONS="$JAVA_OPTIONS-Dcom.sun.management.jmxremote"
JAVA_OPTIONS="$JAVA_OPTIONS-Dcom.sun.management.jmxremote.port=8686"
JAVA_OPTIONS="$JAVA_OPTIONS-Dcom.sun.management.jmxremote.ssl=false"
JAVA_OPTIONS="$JAVA_OPTIONS-Dcom.sun.management.jmxremote.authenticate=true"
JAVA_OPTIONS="$JAVA_OPTIONS-Dcom.sun.management.jmxremote.password.file="/jmxremote/jmxremote.password""
JAVA_OPTIONS="$JAVA_OPTIONS-Dcom.sun.management.jmxremote.access.file="/jmxremote/jmxremote.access""
Save changes and reboot the WebLogic Server.
Add the JMX device without using of Custom Service URL
Available Metrics
The Manager makes it easy to monitor the following Oracle WebLogic Server performance metrics:
- General information on server and operating system
- Memory utilization
- Active sessions
- Class Loading
- Threads
- Channels
- Detailed statistics of Transactions, JMS, SAF, WLS, Security, Connector subsystems
- And more
Was this page helpful?