In case of problems, a PMR, et.al. it is sometimes necessary to verify, that you have installed all WAS Fixpacks and patches requireed by a specific product. Fortunately, WAS provides a handy command line tool for that.

Just switch to the Websphere/AppServer/bin directory like

  cd /opt/ibm/WebSphere/AppServer/bin

and call "./versionInfo.sh  -maintenancePackages" (without the "-maintenancePackages" only the WAS version and the installed Fixpacks are displayed. With "-maintenancePackages" the installed patches are also shown):


  WVER0010I: Copyright (c) IBM Corporation 2002, 2005, 2008; All rights reserved.
  WVER0012I: VersionInfo reporter version 1.15.5.1, dated 6/15/11

  --------------------------------------------------------------------------------
  IBM WebSphere Application Server Product Installation Status Report
  --------------------------------------------------------------------------------
  ...
  Installed Product
  --------------------------------------------------------------------------------
  Name                     IBM WebSphere Application Server - ND
  Version                  7.0.0.21
  ID                       ND
  Build Level              cf211150.04
  Build Date               12/14/11
  Architecture             AMD (64 bit)

  Installed Maintenance Package
  --------------------------------------------------------------------------------
  Maintenance Package ID   7.0.0-WS-WAS-LinuxX64-FP0000021
  Description              WebSphere Application Server 7.0.0.21 FixPack
  Build Date               12/14/2011

  ...
  Installed Maintenance Package
  --------------------------------------------------------------------------------
  Maintenance Package ID   7.0.0.21-WS-WAS-IFPM56596
  Description              ifix for WAS 7.0.0.21 for APAR PM56596
  Build Date               2012/04/11

  Installed Maintenance Package
  --------------------------------------------------------------------------------
  Maintenance Package ID   7.0.0.1-WS-WAS-IFPM60895
  Description              Messages not being processed in order would lead to piling up in case of consumer being non local to destination (Repackaged PM51310)
  Build Date               2012/04/11

  Installed Maintenance Package
  --------------------------------------------------------------------------------
  Maintenance Package ID   7.0.0.19-WS-WAS-IFPM53930
  Description              Hash Table implementation vulnerability
  Build Date               2012/01/12

  ...

  --------------------------------------------------------------------------------
  End Installation Status Report
  --------------------------------------------------------------------------------
     

Quite useful, right?

Comments [0]

No Comments Found


Discussion for this entry is now closed.

This is the Blog of Martin Leyrer, currently employed as an Senior Lab Services Consultant at HCL Digital Solutions.

The postings on this site are my own and do not represent the positions, strategies or opinions of any former, current or future employer of mine.