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.


Sunday, July 12, 2009

PumaEnvironment Usage in WebSphere Portal 6.1

PumaAdminHome is deprecated as of WebSphere Portal 6.1 onward. A recommended approach is to use PumaEnvironment.

From WP 6.1 onward, PumaAdminHome is deprecated. One might need a way to use the PumaEnvironment interface to execute a PUMA query. Using PumaEnvironment, one can make a PUMA query without Puma having to make any check on access control.


Read More.

Tuesday, July 7, 2009

How to reset the administrator's password in the file registry

If you forget your WebSphere Application Server administrator's password and/or your WebSphere Portal administrator's password, and your administrative users are stored in the file registry, how can you reset the forgotten password in the file registry?

Here is the way how you can achieve this.

http://www-01.ibm.com/support/docview.wss?rs=688&context=SSHRKX&dc=DB560&dc=DB520&uid=swg21392427&loc=en_US&cs=UTF-8&lang=en&rss=ct688websphere