versionInfo utility

The versionInfo utility displays WebSphere Commerce maintenance and component versions that are installed on your system.

Parameter values

-format
Specifies the output format. The default value is text. Valid values:
  • text
  • html
-file
Specifies the output file name. By default, the report goes to standard output (stdout).
-long
Displays all maintenance packages and component information in detail.
-maintenancePackages
Displays information about the maintenance packages that are installed such as
  • Maintenance Package ID
  • Description
  • Build Date
-maintenancePackageDetail
Displays information about the maintenance packages that are installed, plus the APAR numbers that were installed.
-components
Displays information about the components that are enabled on the system.
-componentDetail
Displays detailed information about the components that are enabled on the system, including information about all updates that were made to the components.

Example

Run the following command from the WC_installdir/bin directory
  • LinuxAIXFor IBM i OS operating system
    ./versionInfo.sh -format html -file /opt/WebSphere/CommerceServer80/version.log -long -maintenancePackageDetail -componentDetail
  • WebSphere Commerce DeveloperWindows
    versionInfo.bat -format html -file C:\version.log -long -maintenancePackageDetail -componentDetail