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


NodeGroupProcs.jacl

With the NodeGroupProcs.jacl script, you can use scripting options to add or remove node members from a node group.

Purpose

You can use NodeGroupProcs.jacl to add or remove node members from a node group.

Location

During installation the NodeGroupProcs.jacl script is copied onto the installation target machines in the install_root\bin directory.

Usage

To add and remove nodes from a node group, you must have configurator or administrator administrative privileges.

Create a node group member

To create a node group member with the NodeGroupProcs.jacl script, take one of the following actions:

Delete a node group member

To delete a node group member with the NodeGroupProcs.jacl script, take one of the following actions:
  • If you are using the wsadmin utility on the command line, issue the following command:
    wsadmin -profile NodeGroupProcs.jacl -c "removeNodeGroupMember node_group_name node_name"

    where node_group_name and node_name, are the names of the node group and the node that you want to add. You might have to modify the wasdmin command to wsadmin.sh or wsadmin.bat, depending on your type of operating environment.

  • If you are using a scripting client, launch the scripting client. Refer to Getting started with scripting for more information. In the wsadmin utility issue the following command:
    wsadmin> source NodeGroupProcs.jacl
    wsadmin> removeNodeGroupMember node_group_name node_name

    where node_group_name and node_name are the names of the node group and the node that you want to add.




Related tasks
Creating or editing a node group
Related reference
Administrative roles and privileges
Reference topic    

Terms of Use | Feedback

Last updated: Oct 16, 2009 11:14:15 AM EDT
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r0/index.jsp?topic=/com.ibm.websphere.xd.doc/info/reference/todnodegroupscript.html