LocalWorkspaceSetup - cws-khuntly/WebSphere GitHub Wiki


date: 2025-05-08 12:53:29 created: 2025-05-08 12:53:22 categories:

  • WebSphere / Configure Workspace

Create the local workspace

Login to the affected host via SSH

Switch to the service account that will own the WebSphere installation

Export the environment variable:

declare -x ENV=XXX

Export the profile name variable:

declare -x PROFILE_NAME=XXX

Create the workspace:

For a deployment manager host:

mkdir -pv ${HOME}/workspace/WebSphere/AppServer/properties/${ENV}/dmgr

For a WebSphere Application Server host:

mkdir -pv ${HOME}/workspace/WebSphere/AppServer/properties/${ENV}/${PROFILE_NAME}

For a WebSphere Portal Server host:

mkdir -pv ${HOME}/workspace/WebSphere/PortalServer/properties/${ENV}/{${PROFILE_NAME}, ConfigEngine, ConfigWizard}

For an IBM HTTP Server host:

mkdir -pv ${HOME}/workspace/WebSphere/{IHS, Toolbox}

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