NodeGroup

A node group is a collection of WebSphere application server nodes. It demarcates a set of nodes across which an application server cluster may be formed. All application servers that are members of a cluster must be located on nodes that are part of the same node group.



Attributes Summary
name : StringSpecifies the name of this node group.
shortName : StringThis is the 1-8 character node group alias used to represent this node group to native OS facilities that have name length restrictions.
description : StringA descriptive textual description to aid users in recognizing a node group.
properties : Property *  
members : NodeGroupMember *  

Attribute Details

name    -    Specifies the name of this node group. Node group names must be unique within a WebSphere cell.
     data type:  String
     default Value:   unspecified



shortName    -    This is the 1-8 character node group alias used to represent this node group to native OS facilities that have name length restrictions. Allowable characters are apha-numeric and national characters $#@. The name cannot start with a numeric.
     data type:  String
     default Value:   unspecified



description    -    A descriptive textual description to aid users in recognizing a node group.
     data type:  String
     default Value:   unspecified



properties    -     
     data type: Property*



members    -     
     data type: NodeGroupMember*


Copyright IBM Corp. 1997-2004