FederatePortalProfile - cws-khuntly/WebSphere GitHub Wiki


date: 2025-05-08 14:06:54 created: 2025-05-08 14:06:48 categories:

  • WebSphere / Server Build / Portal Server / Primary Node / Federation

Federate the Portal profile

Login to the Portal host via SSH

Export the profile name variable:

declare -x PROFILE_NAME=XXX

Source setupCmdLine.sh:

source /opt/IBM/WebSphere/profiles/${PROFILE_NAME}/bin/setupCmdLine.sh

Export the WAS_INSTALL_ROOT variable:

declare -x WAS_INSTALL_ROOT="/opt/IBM/WebSphere/AppServer"

Export the deployment manager hostname:

declare -x DMGR_HOSTNAME=XXX

Update ${WAS_INSTALL_ROOT}/bin/wsadmin.sh

 - Name: PERF_JVM_OPTIONS

  - Current value: -Xms256m -Xmx256m -Xquickstart

  - New value: -Xms1024m -Xmx1024m -Xquickstart

Execute the following commands:

${USER_INSTALL_ROOT}/ConfigEngine/ConfigEngine.sh \

    -DWasRemoteHostName=${DMGR_HOSTNAME} -DWasSoapPort=8879  \

    -DDmgrNodeName=dmgrNode01 -DDmgrCellName=dmgrCell01 -DdmgrProfilePath=/opt/IBM/WebSphere/profiles/dmgr -DisRemoteDmgr=true \

    -DPrimaryNode=true add-node

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