I have many websphere 6.x ND clustered servers and growing every single week. Lots of them are upgraded from previous websphere installations to ND 6.x now. Read more…
I have many websphere 6.x ND clustered servers and growing every single week. Lots of them are upgraded from previous websphere installations to ND 6.x now. Read more…
I fixed a failed 11g dbconsole installation using http://oracledbasupport.co.uk/standalone-11g-dbconsole-configuration But Dbconsole picked up port 5500 instead of our usual EM port 1159. Read more…
I installed Oracle 11g today on RHEL 5.4 but dbconsole failed to startup. Here is a process to fix this issue. Read more…
I need to remind myself on what machine & directory I am working on constantly. The easiest way to do so would be setting PS1 prompt under bash shell. Read more…
I have set of JVM ports (9080,9081) accessible thru firewall. This week when I built new websphere clustered ND environment something went wrong and it picked up ports 9081,9082 instead of usual 9080,9081. Here is a process I used to alter them from 9081->9080 & 9082->9081 Read more…
This morning my websphere decided to stop responding. Websphere services restart didn’t help. The Httpd log was not helpful except throwing these errors so I turned to http_plugin.log
Read more…
To administer the WebSphere Application Server environment, wsadmin includes some specialized administrative objects. Read more…
Today I have a new_server which I need to build to my websphere old_server. The first thing to do is rename Hostname from old_server to new_server. Here is a script I used to just do that. Read more…
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…
I have websphere 6.x ND servers which time travel in future i.e 2011/2012. One of the machine time traveled to 2011. Then I had to revert it back to current date i.e 2010. Now I see that the configuration under following directories is not updated properly.
DMGR : Aug 5 2010 is the latest. Read more…
Here, I wish to list all files with name “web.xml” in directory “prweb”
[was61@Server1]$ du -a | grep /web.xml | grep prweb | tee “ls -lrt” Read more…
Set the java environment
There is a script for setting the CLASSPATH and PATH so that this tool can work. Read more…
We have to create WAS groups before creating & assigning users.
Read more…
The following represents the Oracle recommended method for automating database startup and shutdown of Oracle 10g instances. Read more…
What is SSL ?
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…
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…
This jython script will produce output as below :
$/opt/IBM/WebSphere/AppServer/bin/wsadmin.sh -lang jython -profile serverStatus.py -c “serverStatus()” Read more…
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…
Let’s start network deployment install, Click on the launchpad.exe
Go to application server profile and start the server. Start the deployment manager. Go to the administrative console and login. Read more…
Start IBM Support Assistant & choose ThreadAnalyzer
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…