Wednesday, July 15, 2009

How to check the version of the Websphere Portal Server

Generally it sound very trivial task to get the version information about the Websphere Portal installed in your environment, but let me tell you some times it's not. :)

Last week I wasted few mins in the middle of my configurations just to find out what exactly the version and the patch history for my installed portal server.

So, for all who are working on portal installation/configurations, I am writing fews steps here to find out the exact version and patch history for installed portal server along with many more details.

1. Check out the systemOut.log file for your portal server in /opt/ibm/WebSphere/wp_profile/logs/WebSphere_Portal.
WebSphere Portral writes the current version information and details bout fixes applied to this fiel at the time of startup.
2. /opt/ibm/WebSphere/PortalServer/bin/WPVersionInfo.sh : This command will write current version information on console. This will give you the information about the fixpacks installed on your server also.

Here is an example of that.
--------------------------------------------------------------------------------
IBM WebSphere Portal Product Installation Status Report
--------------------------------------------------------------------------------

Report at date and time 2009-07-14T06:45:01-05:00

Installation
--------------------------------------------------------------------------------
Product Directory /opt/ibm/WebSphere/PortalServer
Version Directory /opt/ibm/WebSphere/PortalServer/version
DTD Directory /opt/ibm/WebSphere/PortalServer/version/dtd
Log Directory /opt/ibm/WebSphere/PortalServer/version/log
Backup Directory /opt/ibm/WebSphere/PortalServer/version/backup
TMP Directory /tmp

Installation Platform
--------------------------------------------------------------------------------
Name IBM WebSphere Portal
Version 6.1

Technology List
--------------------------------------------------------------------------------
MP installed
WCM installed

Installed Product
--------------------------------------------------------------------------------
Name IBM WebSphere Portal MultiPlatform
Version 6.1.0.1
ID MP
Build Level wp6101_115_01 2008-11-15
Build Date 11/15/2008

Installed Product
--------------------------------------------------------------------------------
Name IBM Lotus Web Content Management
Version 6.1.0.1
ID WCM
Build Level Build 119.2
Build Date 2008/11/13 at 16:44:38 EST

--------------------------------------------------------------------------------
End Installation Status Report
--------------------------------------------------------------------------------
3. There are other two commands also which will help generate the report in html format for version information. They are /opt/ibm/WebSphere/PortalServer/bin/genVersionReport.sh and
genHistoryReport.sh.


1 comment:

Anonymous said...

Thanks Mihir. It was helpful. Wonder why we can't just see all the component versions directly on the console page.