WebSphere Enterprise Service Bus for z/OS, Version 6.2.0 Operating Systems: z/OS


Product version information

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.

Product information files

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 files in the properties/version directory that store version information:
platform.websphere
The existence of this file indicates that a WebSphere Application Server product is installed. An example of the file follows:
<?xml version="1.0" encoding="UTF-8">
<!DOCTYPE websphere PUBLIC "websphereId" "websphere.dtd"
<websphere name="IBM WebSphere Application Server" version="6.0"/>
The following XML files in the properties/version directory represent installed items and installation events such as product edition, version, component, and build information.
WAS.product
The existence of this file indicates the particular WebSphere Application Server product that is installed. The type of product installed is indicated by the <id> tag. Data in the file indicates the version, build date, and build level
For example, <id>ND</id> product indicates that the installed product is WebSphere Application Server Network Deployment. An example of the file follows:
<?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>
WBI.product
The existence of this file indicates the particular WebSphere ESB for z/OS product that is installed. The type of product installed is indicated by the <id> tag. Data in the file indicates the version, build date, and build level
An example of the file follows:
<?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>

Reports

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.


reference Reference topic

Terms of use | Feedback


Timestamp icon Last updated: 21 June 2010


http://publib.boulder.ibm.com/infocenter/dmndhelp/v6r2mx/topic//com.ibm.websphere.wesb620.zseries.doc/doc/rins_zos_prodversion.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
This information center is powered by Eclipse technology (http://www.eclipse.org).