Page 2 of 41234

Websphere : Jython script to return performance matrix details of Node

Posted by Sagar Patil

Here is a Jython script to return performance matrix detail of a node for following details :
Free and used JVM heap size,
Free and used Thread pools,
Free and used JDBC connection pools
Free and used Live sessions

Read more…

Time Travel & Websphere Node/Deployment manager synchronisation

Posted by Sagar Patil

I have websphere 6.x ND servers which time travel in future i.e 2011/2012.  One of machine time traveled to 2011, I then had to revert it back to current date i.e 2010. I can now see that configuration under following directories is not updated properly.

DMGR : Aug 5 2010 is the latest.
Read more…

Creating Users /Groups at Websphere

Posted by Sagar Patil

We have to create WAS groups before creating & assigning users.

Read more…

Websphere : How to Create Self Signed SSL Certificate for HTTPServer

Posted by Sagar Patil

What is SSL ?

  • SSL (Secure Sockets Layer) is an encryption system used on servers to ensure privacy when transmitting data across internet.
  • Server needs a public-private key pair and a certificate. The server uses its private key to sign messages to clients.
  • To send its public key to clients, the server needs a certificate issued by a certification authority (CA). A certification authority (CA) is a trusted third party that issues certificates.

Read more…

Clone a WebShere installation on another server

Posted by Sagar Patil

Method 1:

1) Install exact websphere version including fixpack on a new machine
Note you have to make sure to use same install path for example

Read more…

Websphere : Jython stop & start server scripts

Posted by Sagar Patil

Stop Script:

Let’s check if there are any java (server) process running ?

[was61@ scripts]$ ps -ef | grep java |  awk ‘{print  $2 ” “  $8}’
18343 /opt/IBM/WebSphere/AppServer/java/bin/java
18521 /opt/IBM/WebSphere/AppServer/java/bin/java
18639 /opt/IBM/WebSphere/AppServer/java/bin/java
18819 /opt/IBM/WebSphere/AppServer/java/bin/java

Read more…

Jython Script : Get websphere Server Details

Posted by Sagar Patil

This jython script will produce output  as below :

$/opt/IBM/WebSphere/AppServer/bin/wsadmin.sh -lang jython -profile serverStatus.py -c “serverStatus()”

Read more…

JACL Script : Get server status & OS details before deployment

Posted by Sagar Patil

This script is designed to get complete server status details and OS details just before deployemnt. Its designed to help in debugging and simulating the same environment.
Note:No arguments required for this script to run

Read more…

Websphere ND Install under Windows :Create DMGR, AppServer profile

Posted by Sagar Patil

Let’s start network deployment install, Click on the launchpad.exe

Read more…

Websphere ND Install: Install IBM HTTP Server

Posted by Sagar Patil

Go to application server profile and start the server. Start the deployment manager. Go to the administrative console and login.

Read more…

IBM Support Assistant: using Thread & Monitor dump analyzer

Posted by Sagar Patil

Read more…

IBM Support Assistant: using Thread Analyzer

Posted by Sagar Patil

Start IBM Support Assistant &  choose ThreadAnalyzer

Read more…

Websphere Diagnostics: Create & Analyze Trace Files

Posted by Sagar Patil

Read this as well

Read more…

Is my websphere configured in Development Mode?

Posted by Sagar Patil

WebSphere Portal has concept of Development mode for some time, basic idea is to improve the startup time of portal by delaying the startup of application. The application should be started when it is accessed for first time instead of starting it at the server startup time.

Read more…

Websphere: Using PerformanceMonitor Servlet to Monitor Performance Metric

Posted by Sagar Patil

The PerfServlet provides the performance data output as an XML document, The servlet provides a way to use an HTTP request to query the performance metrics for an entire WebSphere Application Server administrative domain.

Read more…

Monitoring Application Performance using Websphere Request Metrics

Posted by Sagar Patil

Version 6.x of WebSphere introduced Request Metrics (PMRM), which unlike Performance Monitoring Infrastructure (PMI) metrics, are transaction based.

Read more…

Monitor SSL Certificate Expiration/Replace Expired SSL Certificates Automatically

Posted by Sagar Patil

Problem : I have websphere systems which are roll forwarded in future and then rolled back to current date. Certain times I get SSL errors in my log despite setting option to replace expired certificates at deployment manager.

Read more…

How to Locate Connection Leak in Websphere

Posted by Sagar Patil

Websphere connection manager generally will timeout orphaned connections and send it back to connection pool for reuse. If threads do timeout waiting for connection, connection manager will raise Connectionwaittimeoutexception at websphere logs.

Read more…

Websphere Dmgr- Node Synchronization : WSX509TrustMa E CWPKI0311E

Posted by Sagar Patil

Environment :   Websphere 6.1 Vertical Cluster, 2 JVMS

I have websphere servers which time travel in the future. Normally we don’t go forward over an year which is what SSL is valid for but when we cross that date we have problems. The application state changes to “unknown” as nodeagent fails to communicate with dmgr.

Read more…

Configuring Websphere Plugin with NAGIOS Monitoring System

Posted by Sagar Patil

1. Download WAS plugin for Nagios from here.

Read more…

Websphere Administrative Security ON/OFF

Posted by Sagar Patil

How to Create and Install websphere Self Signed Certificates

Posted by Sagar Patil

How to use Log Analyzer at IBM Support Assistant Workbench

Posted by Sagar Patil

Websphere : Node Synchronise problem

Posted by Sagar Patil

I had a strange problem this morning. The clustered JVMs were up but Nodeagent was failing to synchronise with DMGR leaving applications in partial start state.

Read more…

Where to download Websphere Fix Pack

Posted by Sagar Patil
Top of Page

Top menu