Posts

Showing posts with the label real time websphere

Trouble shooting in Websphere

Generally in trouble shooting mainly we concentrate on 1)Log files 2)Hung threads 3)OOM(OutOfMemory) 4)CPU starvation 5)Disk space issues 6)Web container issues Log Files Application Server ----> jvm logs -----------> SystemOut.log (Start,Stop,Application processes)                                                       -----------> SystemErr.log (server related errors)                                                               -----> ProcessLogs ------> NativeStdOut.log (Sun jdk related memory,GC,etc.,)                                               ...

IMPORTANT FILES AND COMMANDS IN WEBSPHERE

1)Finding out the java version java.exe -version ...................................................................................................................................... 2)Find out version       For WAS:                          AIX                     /bin/versionInfo.sh                    Solaries/Linux            /bin/versionInfo.sh                        Windows               /bin/versionInfo.bat         For IHS:                         AIX                        /bin/httpd -v            ...