CreateToolkitDefinitions - cws-khuntly/WebSphere GitHub Wiki


date: 2025-05-08 15:21:45 created: 2025-05-08 15:21:36 categories:

  • WebSphere / Server Build / Customization Toolkit

Create Toolkit Definition

Login to the IHS host via SSH

Export the IHS install root variable:
declare -x WAS_INSTALL_ROOT="/opt/IBM/WebSphere"

Generate the WebSphere Plugin definition:
${WAS_INSTALL_ROOT}/Toolbox/WCT/wctcmd.sh -tool pct -importDefinitionLocation \
    -defLocPathname ${WAS_INSTALL_ROOT}/Plugins -defLocName IHSPlugins-v9.0.5.22

⚠️ **GitHub.com Fallback** ⚠️