The properties/version directory in the WebSphere® ESB for z/OS® installation file system contains important data about the product and its installed components, such as the build version and build date.
This information is included in WBI.product and [component].component files.
Run the historyInfo command to create a report about installed maintenance packages. The historyInfo command creates a report on the console and also creates tracking files in the config_root/properties/version/history directory.
Time-stamped, detailed logs record each update process in the properties/version/log directory of the configuration_root.
This article describes the XML data files that store product version information for WebSphere ESB for z/OS Version 6.0.x. By default, the document type declarations (DTDs) for these files are in the properties/version/dtd folder of the root of the installation file system, or the server root directory. See the Directory locations section of this topic for more information.
<?xml version="1.0" encoding="UTF-8"> <!DOCTYPE websphere PUBLIC "websphereId" "websphere.dtd" <websphere name="IBM WebSphere Application Server" version="6.0"/>
<?xml version="1.0" encoding="UTF-8"> <!DOCTYPE websphere PUBLIC "productId" "product.dtd" <product name name="IBM WebSphere Application Server - ND"> <id>ND</id> <version>6.0.0version>6.0.0> <build-info date="02/03/05" level="s0461.18"/> </product>
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE product SYSTEM "product.dtd"> <product name="IBM WebSphere Enterprise Service Bus"> <id>WBI</id> <version>6.2.0.0</version> <build-info date="11/15/08" level="o0845.22"/> </product>
After completing the installation, the WebSphere Application Server for z/OS reports will reflect the installed WebSphere ESB for z/OS product. Refer to the product version information topic in the WebSphere Application Server for z/OS information center for details.