+

Search Tips   |   Advanced Search

ManagedNodeGroup using wsadmin.sh (deprecated)

Use the Jython scripting language to configure managed node groups with the wsadmin tool. Use the commands in the ManagedNodeGroup command group to manage node groups. Create managed node groups to submit jobs from the job manager to one or many managed nodes.

Deprecated feature: The ManagedNodeGroup commands have been deprecated in WebSphere Application Server Version 8.0. Use commands in the TargetGroup command group, instead of commands in the ManagedNodeGroup command group. TargetGroup commands provide function that replaces ManagedNodeGroup commands. TargetGroup commands use Target instead of ManagedNode in the command names. For example, the addMemberToManagedNodeGroup command in the ManagedNodeGroup command group is deprecated and replaced with the addMemberToTargetGroup command in the TargetGroup command group.depfeat


addMemberToManagedNodeGroup (deprecated)

The addMemberToManagedNodeGroup command adds a managed node to an existing managed node group.

Target object: None.

Required parameters:

-groupName

Name of the managed node group of interest. (String, required)

-managedNodeNameList

List of managed node names to add to the managed node group of interest. (String [ ], required)

Return value. The command does not return output.

Batch mode example usage

Interactive mode example usage


createManagedNodeGroup (deprecated)

The createManagedNodeGroup command creates a new managed node group.

Target object: None.

Required parameters:

-groupName

Name of the managed node group of interest. (String, required)

Optional parameters:

-description

Description of the managed node group. (String, optional)

Return value. The command does not return output.

Batch mode example usage

Interactive mode example usage


deleteManagedNodeGroup (deprecated)

The deleteManagedNodeGroup command deletes a managed node group from the configuration.

Target object: None.

Required parameters:

-groupNameList

List of managed node groups to delete. (String [ ], required)

Return value. The command does not return output.

Batch mode example usage

Interactive mode example usage


deleteMemberFromManagedNodeGroup (deprecated)

The deleteMemberFromManagedNodeGroup command removes a managed node from a specific managed node group.

Target object: None.

Required parameters:

-groupName

Name of the managed node group of interest. (String, required)

-managedNodeNameList

List of managed node Unique Uniform Identifiers (UUID) to delete from the managed node group of interest. (String [ ], required)

Return value. The command does not return output.

Batch mode example usage

Interactive mode example usage


getManagedNodeGroupMembers (deprecated)

The getManagedNodeGroupMembers command displays the managed nodes that belong to a specific managed node group.

Target object: None.

Required parameters:

-groupName

Name of the managed node group of interest. (String, required)

Return value.

The command returns a list of managed node UUIDs that belong to the managed node group of interest.

Batch mode example usage

Interactive mode example usage


getManagedNodeGroupInfo (deprecated)

The getManagedNodeGroupInfo command displays configuration information for the managed node group of interest.

Target object: None.

Required parameters:

-groupName

Name of one or more managed node groups of interest. (String [ ], required)

Return value.

The command returns a list of attributes for each managed node group. Each list of attributes displays the name, size, and description of the managed node group, and whether all group members have an administrative agent.

Batch mode example usage

Interactive mode example usage


queryManagedNodeGroups (deprecated)

The queryManagedNodeGroups command displays each managed node group in the configuration that meets specific query criteria.

Target object: None.

Required parameters:

-maxReturn

Maximum size of the node group data to display.

Optional parameters:

-query

Settings for which the command queries the managed node groups. We can query for size, description, groupName, and jobType. (String, optional)

-validate

Specifies whether to validate the query string. (Boolean, optional)

Return value.

The command returns a list of managed node group names.

Batch mode example usage

Interactive mode example usage


modifyManagedNodeGroupInfo (deprecated)

The modifyManagedNodeGroupInfo command modifies the description for a managed node group.

Target object: None.

Required parameters:

-groupName

Name of the managed node group of interest. (String, required)

-description

Nameew description for the managed node group of interest. (String, required)

Return value. The command does not return output.

Batch mode example usage

Interactive mode example usage


  • Registering nodes with the job manager
  • Grouping nodes
  • Running administrative jobs
  • Running administrative jobs across multiple nodes
  • Scheduling future administrative jobs
  • Manage administrative jobs
  • AdministrativeJobs .
  • JobManagerNode .
  • ManagedNodeAgent .
  • TargetGroup .