+

Search Tips   |   Advanced Search

NodeGroupCommands using wsadmin.sh

Use the Jython or Jacl scripting languages to manage servers with the wsadmin tool. The commands in the NodeGroupCommands group can be used to manage node groups and node group members.

(ZOS) The location service daemon configuration is saved in the node group properties.

The NodeGroupCommands commands include:


addNodeGroupMember

Add a member to a node group. Nodes can be members of more than one node group. The command does validity checking to ensure the following:

Target object: The target object is the node group where the member will be created. This target object is required.

Parameters and return values

-nodeName

The name of the node to add to a node group. Required.

Examples

Batch mode example usage:

Interactive mode example usage:


createNodeGroup

Create a new node group. A node group consists of a group of nodes that are referred to as node group members. Optionally, we can create a short name and a description for the new node group. Target object: The node group name to be created. This target object is required.

Parameters and return values

-shortName

The short name of the node group. Optional.

-description

The description of the node group. Optional.

Examples

Batch mode example usage:

Interactive mode example usage:


createNodeGroupProperty

Create custom properties for a node group.

Target object: The name of the node group. This target object is required.

Parameters and return values

-name

The name of the custom property to create. Required.

-value

The value of the custom property. Optional.

-description

The description of the custom property. Optional.

Examples

Batch mode example usage:

Interactive mode example usage:


listNodeGroupProperties

Display all of the custom properties of a node group.

Target object: The target object is name of the node group. This target object is required.

Parameters and return values

Examples

Batch mode example usage:

Interactive mode example usage:


listNodeGroups

Return the list of node groups from the configuration repository. We can pass an optional node name to the command that returns the list of node groups where the node resides.

Target object: The target object is name of the node. This target object is optional.

Parameters and return values

Examples

Batch mode example usage:

Interactive mode example usage:


listNodes

Display all of the nodes in the cell or on a given node group.

Target object: None

Parameters and return values

Examples

Batch mode example usage:

Interactive mode example usage:


modifyNodeGroup

Modify the configuration of a node group. The node group name cannot be changed. However, its short name and description are supported. Also, its node membership can be modified.

Target object: The target object is the node group name. This target object is required.

Parameters and return values

-shortName

The short name of the node group. Optional.

-description

The description of the node group. Optional.

Examples

Batch mode example usage:

Interactive mode example usage:


modifyNodeGroupProperty

Modify custom properties for a node group

Target object: The name of the node group. This target object is required.

Parameters and return values

-name

The name of the custom property to modify. Required.

-value

The value of the custom property. Optional.

-description

The description of the custom property. Optional.

Examples

Batch mode example usage:

Interactive mode example usage:


removeNodeGroup

Remove the configuration of a node group. We can remove a node group if it does not contain any members. Also, the default node group cannot be removed.

Target object: The name of the node group to be removed. This target object is required.

Parameters and return values

Examples

Batch mode example usage:

Interactive mode example usage:


removeNodeGroupMember

Remove the configuration of a node group member.

Target object: The target object is the node group containing the member to be removed. This target object is required.

Parameters and return values

-nodeName

The name of the node to remove from a node group. This parameter is required.

Examples

Batch mode example usage:

Interactive mode example usage:


removeNodeGroupProperty

Remove custom properties of a node group.

Target object: The name of the node group. This target object is required.

Parameters and return values

-name

The name of the custom property to remove. Required.

Examples

Batch mode example usage:

Interactive mode example usage:

  • wsadmin AdminTask
  • Commands for the AdminTask object