historyInfo command

 

historyInfo command

The historyInfo command generates a report from data extracted from XML files in the properties/version folder and the properties/version/history folder. The report includes a list of changed components and a history of installed or uninstalled maintenance packages.

Product history information

The historyInfo tool displays important data about the product and its installed components, such as the build version and build date. History information for installation and removal of maintenance packages also displays in the report. This tool is particularly useful when working with support personnel to determine the cause of any problem.

Product history reports The following report generation scripts extract data from XML data files in the properties/version folder and the properties/version/history folder:

Syntax

The historyInfo command is a script. The command syntax is:

historyInfo [ -format text | html]
               [ -file file_name]
               [ -maintenancePackageID ID_of_maintenance_package]
               [ -component component_name ]


historyInfo [ -help | -? | /help | /? | -usage ]
Issue the command from the install_root/bin directory.

Parameters

-? or /? (Windows only)

Displays command syntax.

-component

component_name

The name of a component. When specified, the product history report displays events for only the named component. When not specified, the report displays events for all components.

-file

file_name

The output file name. The report goes to standard output (stdout) by default.

-format

text | html

Selects the format of the report. The default is "text".

-help or /help (Windows only)

Displays command syntax.

-maintenancePackageID

ID_of_maintenance_package

The ID of the interim fix, fix pack, or refresh pack. When specified, the product history report displays events for only the named maintenance package. When not specified, the report displays events for all maintenance packages.

-usage

Displays command syntax.

Location of the command file

The command file is a script. The command file is named historyInfo and is located in the install_root/bin directory.

Report description

The historyInfo command reports the following information:

Installation information

Displays the following general information about the current installation:

Installation event information

Displays the list of installed maintenance packages (interim fix, fix pack, and refresh pack) and the following related information:

Component installation event information

Displays the following component-level information of the event for the current maintenance package:




Related reference
genHistoryReport command