WebSphere Extended Deployment provides Jacl scripts that you can use to locate the application controller information. Locating the application placement controller is useful when troubleshooting your configuration.
Returns the location information for the application placement controller. Use this script for debugging the application placement feature. Run the script and then enable tracing to verify what is going wrong.
Before you run this script, verify that the deployment manager for the cell is running.
wsadmin -f checkPlacementLocation.jacl
or
wsadmin.sh -f checkPlacementLocation.jacl
# WASX7209I: Connected to process "dmgr" on node eutil33Manager
using SOAP connector; The type of process is: DeploymentManager
looking for group name: HAMItemGroup:com.ibm.ws.xd.placement.controller.impl.PlacementControllerImpl_com.ibm.ws.xd.placement.controller.PlacementController_Default
Results:
{SERVER_NAME nodeagent}
{NODE_NAME xddesktop}
{MEMBER_NAME HAMItemMember:com.ibm.ws.xd.placement.controller.impl.PlacementControllerImp1_com.ibm.ws.xd.placement.controller.PlacementController_Default
{NODE_NAME df245}
{GROUP_ID HAMItemGroup:com.ibm.ws.xd.placement.controller.PlacementControllerImpl_com.ibm.ws.xd.placement.controller.PlacementController_Default}