Node
This type is a class for model objects.
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.
Package: node
Classifier ID: -1
Instance class name: * Unspecified *
Instance class: * Unspecified *
Attributes Summary name : EString 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. discoveryProtocol : TCPIPProtocolType The communications protocol used by the node agent and servers on that node for process discovery activity. (data type is TCPIPProtocolType (UDP, TCP, MULTICAST)). shortName : EString @for zOS only maxFilePermissionForApps : EString Contains the multiple "file_name_pattern=permissions" concatinated by '#'. Sets maximum (most lenient) file permissions for the application files extracted by WebSphere into application destination location. These permissions can be overridden per application by a deployer by configuring them at application level. However, if the file permissions specified at application level are more lenient than the ones specified at node, then the ones specified at the node level are used. 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: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
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: TCPIPProtocolType
Default value: TCP
Allowed values:
0 - UDP
1 - TCP
2 - MULTICAST
Required: false
Changeable: true
Unsettable: true
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
shortName - @for zOS only
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
maxFilePermissionForApps - Contains the multiple "file_name_pattern=permissions" concatinated by '#'. Sets maximum (most lenient) file permissions for the application files extracted by WebSphere into application destination location. These permissions can be overridden per application by a deployer by configuring them at application level. However, if the file permissions specified at application level are more lenient than the ones specified at node, then the ones specified at the node level are used.
Data Type: EString
Default value: .*\.dll=755#.*\.so=755#.*\.a=755#.*\.sl=755
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
properties - A list of custom properties for the node.
Reference Type: Property *
Containment: true
Container: false
Required: false
Changeable: true
Unsettable: false
Many: true
Ordered: true
Lower bound: 0
Upper bound: Unbounded
Unique: true
Derived: false
Transient: false
Volatile: false
(C) COPYRIGHT International Business Machines Corp. 1996-2006