Node

A node is a logical grouping of servers. All servers that are part of a node must have the same host system. Typically a node represents a physical computer and all servers on that computer. However, it is possible to configure several nodes on the same physical system.



Attributes Summary
name : StringThe name used to identify the node.
discoveryProtocolThe communications protocol used by the node agent and servers on that node for process discovery activity.
shortName : String@for zOS only
properties : Property * A list of custom properties for the node.

Attribute Details

name    -    The name used to identify the node. By convention this is typically the same as the hostname for the system. But on systems where there are multiple nodes configured on the same host, the node names must be distinct on that host. Node names must also be unique within a cell.
     data type:  String
     default Value:   unspecified



discoveryProtocol    -    The communications protocol used by the node agent and servers on that node for process discovery activity. (data type is TCPIPProtocolType (UDP, TCP, MULTICAST)).
     data type: 
     default Value:   TCP



shortName    -    @for zOS only
     data type:  String
     default Value:   unspecified



properties    -    A list of custom properties for the node.
     data type: Property*


Copyright IBM Corp. 1997-2004