Troubleshooting
If any of the WebSphere tests is not reporting measures, then try to connect to the URL of the following format:
http://<WebSphereIP>:<WebSpherePort>/ egurkha/egurkha/EgWebSphere.jsp?module=<moduleName> &summary=true&hostname=<nodeName>&server=<servername>&user=<userName>&password=<password>&ndmanager=<nodemanagerhost>&connectorport=<connectorport>
Here, specify
hostIP = IP of the machine in which the WebSphere Server is running.
hostPort = The port on which the server is running.
moduleName = The name of the module for which measures are required. This will vary from one test to another.
nodeName= The name of the node for every server
servername = The value of the SERVERNAME parameter of the test
user and password = If security is enabled for the WebSphere server being monitored, then provide a valid user name and password
ndmanager and connectorport = If the WebSphere server being monitored belongs to a WebSphere cluster, then provide the values of the ndmanager and connectorport parameters.
Examples:
Note:
All the examples provided below pertain to non-clustered WebSphere environments, where security is not enabled.
-
If the WebSphere JDBC test is not reporting measures, then use the following URL:
http://192.168.10.77:9080/egurkha/egurkha/EgWebSphere.jsp?module=connectionPoolModule&summary=true&hostname=egitlab04&server=server1
-
If the WebSphereGlobalTransactions test is not reporting measures, then connect to the following URL:
http://192.168.10.77:9080/egurkha/egurkha/EgWebSphere.jsp?module=transactionModule&summary=true&hostname=egitlab04&transaction=global&server= server1
-
If the WebSphere Local Transactions test is not reporting measures, then connect to the following URL:
http://192.168.10.77:9080/egurkha/egurkha/EgWebSphere.jsp?module=transactionModule&summary=true&hostname=egitlab04&transaction=local&server= server1
-
If the WebSphere Servlet Sessions test is not reporting measures, then connect to the following URL:
http://192.168.10.77:9080/egurkha/egurkha/EgWebSphere.jsp?module=servletSessionsModule&summary=true&hostname=egitlab04&server= server1
-
If the WebSphere Web Applications test is not reporting measures, then connect to the following URL:
http://192.168.10.77:9080/egurkha/egurkha/EgWebSphere.jsp?module=webAppModule&summary=true&hostname=egitlab04&webapps=true&servlets=false&server= server1
-
If the WebSphere Thread Pools test is not reporting measures, then connect to the following URL:
http://192.168.10.77:9080/egurkha/egurkha/EgWebSphere.jsp?module=threadPoolModule&summary=true&hostname=egitlab04&server= server1
-
If the WebSphere JVM test is not reporting measures, then connect to the following URL:
http://192.168.10.77:9080/egurkha/egurkha/EgWebSphere.jsp?module=jvmRuntimeModule&summary=true&hostname=egitlab04&server= server1
-
If the Ws Beans test is not reporting measures, then connect to the following URL:
http://192.168.10.77:9080/egurkha/egurkha/EgWebSphere.jsp?module=OraclenModule&summary=true&hostname=egitlab04&server= server1
-
If the WebSphere ORB Summary test is not reporting measures, then connect to the following URL:
http://192.168.10.77:9080/egurkha/egurkha/EgWebSphere.jsp?module=orbPerfModule&summary=false&hostname=egitlab04&server= server1
-
If the WebSphere ORB test is not reporting measures, then connect to the following URL:
http://192.168.10.77:9080/egurkha/egurkha/EgWebSphere.jsp?module=orbPerfModule&summary=false&hostname=egitlab04&server= server1
-
If the WebSphere Web Applications Summary test is not reporting measures, then connect to the following URL:
http://192.168.10.77:9080/egurkha/egurkha/EgWebSphere.jsp?module=webAppModule&summary=true&hostname=egitlab04&webapps=true&servlets=false&server= server1
-
If the WsWebSrvSum test is not reporting measures, then connect to the following URL:
http://192.168.10.77:9080/egurkha/egurkha/EgWebSphere.jsp?module=webAppModule&summary=true&hostname=egitlab04&webapps=true&servlets=falseserver= server1
-
If the WsWebSrv test is not reporting measures, then connect to the following URL:
http://192.168.10.77:9080/egurkha/egurkha/EgWebSphere.jsp?module=webAppModule&summary=true&hostname=egitlab04&webapps=true&servlets=falseserver= server1
-
If the WebSphere test is not reporting measures, then connect to the following URL:
http://192.168.10.77:9080/egurkha/egurkha/EgWebSphere.jsp?module=jvmRuntimeModule&summary=true&hostname=egitlab04&server= server1
If the desired output is not available in the above-mentioned URLs, then you can troubleshoot further using the URL:
http://<WebSphereIP>:<WebSpherePort>/<moduleName>&summary=true&hostname=<nodeName>&server=<servername>&debug=true
For example, if the URL for WebSphere test does not display the performance metrics, then use the following URL to look for corresponding error information:
http://192.168.10.77:9080/egurkha/egurkha/EgWebSphere.jsp?module=jvmRuntimeModule&summary=true&hostname=egitlab04&server= server1&debug=true
If these URLs do not display the required statistics, then it could indicate either/all of the following:
- The ear file has not been deployed properly. To verify this, follow the procedure discussed in Verifying the Deployment of the 'egurkha' Application.
- The WebSphere server has not been started. In which case, you will have to start the WebSphere application server.
Enabling Additional Debugs for WAS Threads Test and WAS JVM Test
If the desired output is not available in the above-mentioned URLs, then you can troubleshoot further using the URL:
http://<WebSphereIP>:<WebSpherePort>/<moduleName>&hostname=<nodeName>&server=<servername>&debug=true&serverdebug=true
For example, if the URL for WAS JVM test does not display the performance metrics, then use the following URL to look for corresponding error information:
http://192.168.10.77:9080/egurkha/egurkha/EgWebSphere.jsp?module=jvmRuntimeModule&hostname=egitlab04&server= server1&debug=true&serverdebug=true
For example, if the URL for WAS Threads test does not display the performance metrics, then use the following URL to look for corresponding error information:
http://192.168.10.77:9080/egurkha/egurkha/EgWebSphere.jsp?module=threadPoolModule&hostname=egitlab04&server= server1&debug=true&serverdebug=true