With the NodeGroupProcs.jacl script, you can use scripting options to add or remove node members from a node group.
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:wsadmin -profile NodegGroupProcs.jacl -c "addNodeGroupMember 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 wsadmin command to wsadmin.sh or wsadmin.bat, depending on your type of operating environment.
wsadmin> source NodeGroupProcs.jacl wsadmin> addNodeGroupMember 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.
Delete a node group member
To delete a node group member with the NodeGroupProcs.jacl script, take one of the following actions: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.
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.