April 2024
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

Categories

April 2024
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

WAS,IHS and Plugin log Details

WAS,IHS and Plugin log Details

Kindly post your comments and likes.

IBM Http Server Logs.
=================

Default log Directory
————————–

<IHS_Install_Root>/logs

access.log –> Contains the logs of all requests process by IBM Http Server.
error.log —-> Contains the errors and diagnostics information while processing the requests.

Plugin Logs.
========

Default Log Directory.
—————————

<Plugin_Install_Root>/logs

http_plugin.log —> Contains the logs of plugin errors.

WebSphere Application Server Logs.
===========================

Default log Location.
————————–

<LOG_ROOT> = <WAS_Profile_Root>/logs/

<SERVER_LOG_ROOT> = <WAS_Profile_Root>/logs/<Server_Name>/ = <LOG_ROOT>/<Server_Name>/

for Eg: If the WAS profile location is “/usr/IBM/WebSphere/AppSever/Profiles/AppSrv01/” and the server name is “server1”, The default log location would be

<LOG_ROOT> = “/usr/IBM/WebSphere/AppSever/Profiles/AppSrv01/logs/”

<SERVER_LOG_ROOT> = “/usr/IBM/WebSphere/AppSever/Profiles/AppSrv01/logs/server1″

Trace Logs.
————-

<SERVER_LOG_ROOT>/trace.log —> Contains the trace information if the trace is enabled.

JVM Logs.
———–

These logs are created by redirecting output and error streams of JVM into independent log files. The SystemOut.log file contains the logs used to monitor the health of running application server. SystemErr.log contains the exceptions. Every application servers and all of its application will have these two sets of files.

<SERVER_LOG_ROOT>\SystemOut.log

<SERVER_LOG_ROOT>/SystemErr.log

Process Logs.
—————-

The application server writes output and error streams of native processes into these logs.This may also contain the information related to problemes in native codes.
If the Verbose GC is enabled, GC informations are written into these logs.

<SERVER_LOG_ROOT>/native_stdout.log
<SERVER_LOG_ROOT>/native_stderr.log

IBM Service Logs.
——————–

This is a binary log and it need Log Analyzer tool to analyze. There will be only one activity log for a single node ( for all JVMs and nodeagents).
IBM Service Log contains the information written to System.out by the Application Server run time as well as special messages that contain extended service information. These logs are mainly used by IBM service team for solving complex issues.

<LOG_ROOT>/activity.log

Leave a Reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>