Compare and Display difference between 2 Files

Posted by Sagar Patil

Comparing Files is one of very common task as a DBA, System Administrator. There are tonnes of Oracle,Websphere,linux configuration files. Often I have to compare one server to another and locate changes between environments.

Read more…

WebSphere : Synchronize Cluster Configuration with Dmgr & Nodes

Posted by Sagar Patil

In a Network Deployment environment, the deployment manager maintains the master repository for all of the WebSphere Application Server nodes and servers that it manages in the cell. Copies of the files that each node needs are replicated to that node by a process known as synchronization.

Read more…

Websphere JVM hang issue : How to create heap or thread dump

Posted by Sagar Patil

You should check if application server process is running to determine a crash. To do this, you need to know process ID of application server. You can find process ID at server name.pid file in:

Read more…

Websphere First Failure Data Capture (FFDC) Logs

Posted by Sagar Patil

Often the websphere default systmout,systemerror logs doesn’t provide detailed information on error. In such cases have a look at directory logs under /opt/IBM/WebSphere/AppServer/profiles/Profile01/dmgr/logs/ffdc & /opt/IBM/WebSphere/AppServer/profiles/Profile01/Node/logs/ffdc

Read more…

Websphere FAQ : Clustering, Deployment Manager & Node Agent

Posted by Sagar Patil

How does Deployment Manager and node Agent work together? Does deployment manager send message to node agent actively or node agent sends message to deployment manage?

Read more…

Websphere Basics

Posted by Sagar Patil

Basic Definitions:

WebSphere architectures contain one or more computer systems, which are referred to in WebSphere terminology as nodes. Nodes exist within a WebSphere cell. A WebSphere cell can contain one node on which all software components are installed or multiple nodes on which the software components are distributed.

Read more…

Tuning Java virtual Machines

Posted by Sagar Patil

Webspehere java 100% CPU usage : MustGather Information

Posted by Sagar Patil

Perform the following setup instructions:
1.    Follow instructions to enable verbosegc in WebSphere Application Server

Read more…

Http Error Codes

Posted by Sagar Patil

Have you ever wondered what the codes listed at Apache acces_log mean

172.21.90.160 – - [05/Jan/2010:08:15:42 +0000] “GET HTTP/1.1″ 200 554
172.21.90.160 – - [05/Jan/2010:08:15:42 +0000] “GET  HTTP/1.1″ 304 -
172.21.90.160 – - [05/Jan/2010:08:15:42 +0000] “GET HTTP/1.1″ 304 Read more…

Top of Page