Product version report scripts
WAS provides these scripts to generate product version reports:
These scripts are available in WAS and WAS Network Deployment.
No special authority is required to run these scripts.
The genVersionReport script
The genVersionReport script generates the versionReport.html report file in the current working directory. The report includes the list of components, e-fixes, and PTFs.
The syntax of the genVersionReport script is:
genVersionReport
The versionInfo script
The versionInfo script generates a customized version report based on the parameters that you specify.
Syntax
The syntax of the versionInfo script is:
versionInfo [ -format text | html ] [-file filename ] [ -components ] [ -componentDetail ] [ -efixes ] [ -efixDetail ] [ -ptfs ] [ -ptfDetail ] [ -help | -? ] [ -usage ]Parameters
The parameters of the versionInfo script are:
-format
This is an optional paramter that specifies the format of the report. Valid values are text and html. The default value is text.-file
This is an optional paramter. The value filename specifies the output file name. By default, the report is written to standard output.-components
This optional parameter adds a list of installed components to the report.-componentDetail
This optional parameter adds details about installed components to the report.-efixes
This optional parameter adds a list of applied e-fixes to the report. Because WAS for iSeries does not support e-fixes, this parameter is ignored on iSeries.-efixDetail
This optional parameter adds details about applied e-fixes to the report. Because WAS for iSeries does not support e-fixes, this parameter is ignored on iSeries.-ptfs
This optional parameter adds a list of applied PTFs to the report.-ptfDetail
This optional parameter adds details about applied PTFs to the report.