Post InstallInitialTuning - cws-khuntly/WebSphere GitHub Wiki
date: 2025-05-08 14:39:07 created: 2025-05-08 14:39:00 categories:
- WebSphere / Server Build / Common Configuration / Portal Servers / Tuning
Login to the Portal host via SSH
Source setupCmdLine.sh:
source /opt/IBM/WebSphere/profiles/${PROFILE_NAME}/bin/setupCmdLine.sh
Export the WPS_INSTALL_ROOT variable:
declare -x WPS_INSTALL_ROOT="/opt/IBM/WebSphere/PortalServer"
Copy the following directory to the workspace:
cp -R ${WPS_INSTALL_ROOT}/installer/wp.config/config/TuningTask ${HOME}/workspace/WebSphere/PortalServer
Execute the following ConfigEngine task:
For base Portal nodes (subscriber-only servers):
${USER_INSTALL_ROOT}/ConfigEngine/ConfigEngine.sh \
-DTuningPropertiesDirectory=${HOME}/workspace/WebSphere/PortalServer/TuningTask \
-DAuthoringServer=false -Ddeployment.subscriberOnly=true \
tune-initial-portal-performance
For vertical cluster members (subscriber-only servers):
${USER_INSTALL_ROOT}/ConfigEngine/ConfigEngine.sh \
-DTuningPropertiesDirectory=${HOME}/workspace/WebSphere/PortalServer/TuningTask \
-DAuthoringServer=false -Ddeployment.subscriberOnly=true -DServerName=XXX \
tune-initial-portal-performance
For authoring servers:
${USER_INSTALL_ROOT}/ConfigEngine/ConfigEngine.sh \
-DTuningPropertiesDirectory=${HOME}/workspace/WebSphere/PortalServer/TuningTask \
-DAuthoringServer=true -Ddeployment.subscriberOnly=false \
tune-initial-portal-performance