WebSphere Extended Deployment, Version 6.0.x
             Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, z/OS


Locating the health management controller with scripts

WebSphere Extended Deployment provides Jacl scripts that you can use to locate the health management controller. Locating the health controller is useful when troubleshooting your configuration.

Purpose

Depending on your administrative role, you are allowed specific privileges when configuring the autonomic managers. The following list shows the administrative roles and privileges for configuring the autonomic managers:

Monitor
Can view the information.
Operator
Can view the information on the configuration tab.
Can change the settings on the runtime tab.
Configurator
Can change the configuration but not the runtime settings.
Administrator
Has all privileges.

With the checkHmmLocation.jacl script, you can get the location of the health management controller. The health management controller can run in the node agent on any one of the non-deployment manager nodes in the cell.

Location

The checkHmmLocation.jacl file is in the <install_root>\bin directory.

Usage

Before you run this script, verify that the deployment manager for the cell is running.

To run the checkHmmLocation.jacl script with the wsadmin tool, use the following command:
wsadmin -f checkHmmLocation.jacl
or
wsadmin.sh -f checkHmmLocation.jacl

Example

Sample output from this script follows:
# 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.hmm.controller.HmmControllerImpl_com.ibm.ws.xd.hmm.controller.HmmController_Default

Results:
{SERVER_NAME nodeagent}
{MEMBER_NAME HAMItemMember:com.ibm.ws.xd.hmm.controller.HmmControllerImpl_com.ibm.ws.xd.hmm.controller.HmmController_Default_eutil33Network\df245\nodeagent_1}
{NODE_NAME df245}
{GROUP_ID HAMItemGroup:com.ibm.ws.xd.hmm.controller.HmmControllerImpl_com.ibm.ws.xd.hmm.controller.HmmController_Default}
The NODE_NAME df245 indicates the specific location information for the health management controller. In this case, the controller is running on the df245 node.



Related tasks
Configuring the health management controller
Monitoring and tuning health management
Related reference
Administrative roles and privileges
Reference topic    

Terms of Use | Feedback

Last updated: Nov 30, 2007 4:05:14 PM EST
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r0/index.jsp?topic=/com.ibm.websphere.xd.doc/info/reference/todhmmlocscripts.html