How to generate a system report to compare different DX environments
Applies to
HCL Digital Experience 8.5 and higher
Introduction
This article describes how to run the WebSphere Application Server Configuration Comparison Tool (WCCT) to create a .cfg dump which you can use to generate reports for IBM WebSphere Application Server (WAS) settings. This .cfg file can be consumed to render a report that can also be sent to the support team to aid in their analysis.
Instructions
The following instructions can be used to generate such a configuration report.
Generating a .cfg file for WCCT
Refer to the following steps to generate the .cfg file to be be used as input in generating the IBM WAS report. On a clustered environment, this only needs to be done on the Deployment Manager (Dmgr).
Note
- These steps must be done on the HCL DX server-side.
- Repeat these steps on additional servers if you wish to compare their settings.
-
Download latest release of the WebSphere Application Server Configuration Comparison Tool (for example,
cct-YYYYMMDD.tar.gz). -
Unzip the package to your temp directory:
On Windows:
On Unix:
-
Navigate to your
<wp_profile_root>/bindirectory using a command prompt (Windows) or terminal window (Unix) and execute the following command:wsadmin.(sh/bat) -conntype NONE -f <cct folder>/ConfigDump.pyOn Windows:
On Unix:

This will create the
.cfgfile in the bin directory (for example,PortalCell-21-03-18-09-01-56.cfg). -
Send the file to support or use it to create a report.
For more detailed instructions on how to generate a .cfg file for the WCCT reporting, refer to the HCL Digital Experience - Generating a .cfg File for WCCT Reporting video.
Generating a WCCT report from a .cfg file
Refer to the following steps to generate the WCCT report using the .cfg file you generated in the previous section.
Note
These steps must be done on the client-side.
-
Download the Microsoft Windows Installer (MSI).
-
Install Python 2.7 on the machine that will create the report. The IBM WCCT tool is specific to this version of Python.
Note
Python should not be installed on machines where HCL products (for example, DX) are installed. Use a different machine to generate the report
-
Extract the WCCT
.zipfile to the same directory where Python is installed. For example, if Python is installed in directoryC:\Python27, copy the WCCT.zipthat is acquired from Generating a .cfg file for WCCT into the same directory and extract it there:
-
Copy the
.cfgfiles from the DX server to the same directory where Python is installed. -
Open a command prompt, navigate to the Python install directory, and run the following command:
python ConfigReport.py
This command generates a number of HTML files which you can use to review the IBM WAS settings. If multiple
.cfgfiles are added in the Python or WCCT directory, the report will generate HTML files comparing the servers. You can use that report to find fundamental differences between two or more servers (for example, compare a test and development environment). If an application is working on one environment, but not on another, you can use the report for troubleshooting purposes.Single server report:
Multiple servers report:
For more detailed instructions on how to generating a WCCT report from a .cfg file, refer to the HCL Digital Experience - Generating a WCCT Report from a .cfg File video.