(Dist) WebSphere Customization Toolbox (WCT)
- Start WebSphere Customization Toolbox (WCT)
- Requirements
- Repositories and offering IDs
- Installation examples
- Usage notes
- Uninstallation examples
Start WebSphere Customization Toolbox
To start the WebSphere Customization Toolbox...
profile_root/bin/wct.sh
The WebSphere Customization Toolbox contains the following optional tools that we can use to manage, configure, and migrate various parts of our WAS environment.
- Web Server Plug-ins Configuration Tool (PCT)
The Web Server Plug-ins Configuration Tool configures the web server plug-ins for WAS so that the web server and application server can communicate with each other.
The GUI is supported only on AIX, Linux, and Windows. On other platforms, use the wctcmd -tool pct command.
- Profile Management Tool (z/OS only)
The Profile Management Tool (z/OS only) creates customized definitions on an Intel-based Windows or Linux operating system used to create or augment WAS profiles on z/OS systems. Each customization definition includes a set of customized jobs with associated instructions. The generated jobs must be uploaded to and run on the target z/OS system.
Restriction: This tool can be installed and run on Intel-based Windows and Linux platforms only.
- z/OS Migration Management Tool
The z/OS Migration Management Tool creates migration definitions on an Intel-based Windows or Linux operating system used to migrate a WAS for z/OS node. Each migration definition consists of a set of customized migration jobs with associated instructions. The generated migration jobs must be uploaded to and run on the target z/OS system.
Restriction: This tool can be installed and run on Intel-based Windows and Linux platforms only.
Requirements
In addition to the following requirements, the system might require other prerequisites so that we can install WAS offerings. See Prepare the operating system for product installation.
- For transitioning users: IBM SDK is no longer embedded with the WebSphere Customization Toolbox . The Java SDK is available as a separate offering that must be installed when we install the WebSphere Customization Toolbox.IBM SDK, v8 is the Java SDK version for WAS v9.0.trns
- WebSphere Customization Toolbox requires up to 600 MB of disk space, depending on how many tools we install.
- (AIX) (Linux)
(AIX) (Linux) To run the GUI, AIX systems must have GTK+ 2.24 or later installed from the AIX Toolbox for Linux. Linux systems arequire GTK+ 2.18 or later, and GTK+ 3.0 is supported only for Linux on Intel and POWER Little Endian (LE) processors. If GTK+ 3.0 is installed on a platform where it is not supported, we might encounter errors. To resolve these errors, add the following two lines to the eclipse.ini file to start GTK+ 2.
--launcher.GTK_version 2
Repositories and offering IDs
To install WebSphere Customization Toolbox from the online service repository, use the following repository URL with Installation Manager:
http://www.ibm.com/software/repositorymanager/com.ibm.websphere.WCT.v90When we use the command line or response files to install, uninstall, or otherwise modify the WebSphere Customization Toolbox, specify the main offering ID. We can also add a comma-separated list of optional features to install. If we do not specify optional features, all of the optional features are installed. To install only the features that we want, specify the list of features explicitly.
Offering ID Optional feature IDs Default features WebSphere Customization Toolbox com.ibm.websphere.WCT.v90
- zpmt: Profile Management Tool (z/OS only)
- zmmt: z/OS Migration Management Tool
- pct: Web Server Plug-ins Configuration Tool
All optional features are installed by default For a complete list of product repositories and offering IDs, see Online product repositories for WAS offerings and WAS product offerings for supported operating systems.
Installation examples
All WAS offerings are installed using IBM Installation Manager. For step-by-step instructions for installing product offerings on distributed operating systems, see Install the product offerings.
Important: Because IBM SDK Java Technology Edition is no longer embedded with the product, specify both the WebSphere Customization Toolbox offering ID (com.ibm.websphere.WCT.v90) and the IBM Java SDK offering ID (com.ibm.java.jdk.v8). The WebSphere Customization Toolbox cannot be installed without a Java SDK.
- Command-line examples
For step-by-step instructions for installing using the command line, see Install the product offerings using the command line.
Windows:
imcl.exe install com.ibm.websphere.WCT.v90 com.ibm.java.jdk.v8 -repositories http://www.ibm.com/software/repositorymanager/com.ibm.websphere.WCT.v90 -installationDirectory "C:\IBM\WebSphere\Toolbox" -sharedResourcesDirectory "C:\IBM\IMShared" -preferences com.ibm.cic.common.core.preferences.keepFetchedFiles=false,com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts'/>=false -secureStorageFile C:\IM\credential.store -masterPasswordFile C:\IM\master_password.txt -log installv9wct.xml -acceptLicense -showProgressLinux:
./imcl install com.ibm.websphere.WCT.v90 com.ibm.java.jdk.v8 -repositories http://www.ibm.com/software/repositorymanager/com.ibm.websphere.WCT.v90 -installationDirectory /opt/IBM/WebSphere/Toolbox -sharedResourcesDirectory /opt/IBM/IMShared -preferences com.ibm.cic.common.core.preferences.keepFetchedFiles=false,com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts=false -secureStorageFile /var/IM/credential.store -masterPasswordFile /var/IM/master_password.txt -log installv9wct.xml -acceptLicense -showProgress
- Response file example
For step-by-step instructions for installing using a response file, see Install the product offerings using response files.
<?xml version="1.0" encoding="UTF-8"?> <agent-input clean="true" temporary="true"> <repository location="http://www.ibm.com/software/repositorymanager/com.ibm.websphere.WCT.v90" /> </server> <install modify='false'> <offering id='com.ibm.websphere.WCT.v90' profile='WebSphere Customization Toolbox V9.0' features='core.feature,pct,zpmt,zmmt' installFixes='none'/> <offering id='com.ibm.java.jdk.v8' profile='WebSphere Customization Toolbox V9.0' features='com.ibm.sdk.8'/> </install> <profile id='WebSphere Customization Toolbox V9.0' installLocation='C:\IBM\WebSphere\Toolbox'> <data key='eclipseLocation' value='C:\IBM\WebSphere\Toolbox'/> <data key='user.import.profile' value='false'/> <data key='user.select.64bit.image,com.ibm.websphere.WCT.v90' value='false'/> <data key='cic.selector.nl' value='en'/> </profile> </agent-input>Usage notes
To configure web server plug-ins on distributed operating systems, use the WCT command to invoke the pct tool.
The versionInfo and historyInfo commands return version and history information for the WebSphere Customization Toolbox based on all of the installation, uninstallation, update, and rollback activities performed on the system.
We can add and remove the tools installed as part of the WebSphere Customization Toolbox using the Installation Manager modify function. See Install and remove tools in the WebSphere Customization Toolbox.
Restriction:
We cannot use some combinations of the GUI customization tools for WAS concurrently.
- We cannot have the following two tools or two instances of either tool open at the same time:
- Profile Management Tool for distributed operating systems
- Configuration Migration Tool for distributed operating systems
- We cannot have two of the following tools within the WebSphere Customization Toolbox or two instances of any one tool open at the same time:
- Web Server Plug-ins Configuration Tool
- Profile Management Tool (z/OS only), which runs on Intel-based Windows or Linux operating systems
- z/OS Migration Management Tool, which runs on Intel-based Windows or Linux operating systems
Use one tool from one of these two sets and one tool from the other set at the same time.
Uninstallation examples
All WAS offerings are uninstalled using IBM Installation Manager. For step-by-step instructions for uninstalling product offerings on distributed operating systems, see Uninstall the product offerings.
IBM SDK (com.ibm.java.jdk.v8) must be uninstalled at the same time that you uninstall the product offering..
- Command-line examples
For step-by-step instructions for uninstalling using the command line, see Uninstall the product offerings using the command line.
Windows:
imcl.exe uninstall com.ibm.websphere.WCT.v90 com.ibm.java.jdk.v8 -installationDirectory "C:\IBM\WebSphere\Toolbox"Linux:
./imcl uninstall com.ibm.websphere.WCT.v90 com.ibm.java.jdk.v8 -installationDirectory /opt/IBM/WebSphere/Toolbox
- Response file example
For step-by-step instructions for uninstalling using a response file, see Uninstall the product offerings using response files.
<?xml version="1.0" encoding="UTF-8"?> <agent-input clean='true' temporary='true'> <uninstall modify='false'> <offering id='com.ibm.websphere.WCT.v90' profile='WebSphere Customization Toolbox V9.0' features='core.feature,pct,zpmt,zmmt'/> <offering id='com.ibm.java.jdk.v8' profile='WebSphere Customization Toolbox V9.0'/> </uninstall> <profile id='WebSphere Customization Toolbox V9.0' installLocation='C:\IBM\WebSphere\Toolbox'> <data key='eclipseLocation' value='C:\IBM\WebSphere\Toolbox'/> <data key='user.import.profile' value='false'/> <data key='user.select.64bit.image,com.ibm.websphere.WCT.v90' value='false'/> <data key='cic.selector.nl' value='en'/> </profile> </agent-input>
Related:
WAS product offerings for supported operating systems Online product repositories for WAS offerings Install the product offerings on distributed operating systems using the GUI Install the product offerings using the command line Install the product offerings using response files Install and remove tools in the WebSphere Customization Toolbox Uninstall the product offerings Supported hardware and software website