Question

I am after a utility or script that can extract useful configuration information about all installed SCA modules and associated applications e.g. Module components (Imports, Exports, Interfaces, Bindings etc), Module Properties, Business Processes, timeout settings, pool sizes etc. Basically all the information viewable using the Integration Solutions Console.

We need this so we can quickly compare settings in our testing, staging and production environments. At the moment we are check settings using ICS and this can take a long time. We are using Websphere Process Server 7 on a UNIX server.

Was it helpful?

Solution

You can use Properties-based configuration utilities to extract all or part of configuration information using . This utility dumps configuration information using the common properties file format, which is human readable and easy to compare. You may use a standard diff tool to compare the properties files extracted from different environments to locate differences.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top