ServerCluster

A server cluster is a list of application servers that are all cooperating in a workload balanced set. While some aspects of the configuration of the servers that are members of a cluster may vary, the application configuration for all cluster members must be identical.

Inherits from type ManagedObject and adds the following.

Attributes Summary
description : StringA string that can be used to document any piece of information about the cluster.
preferLocal : booleanIndicates whether a client have affinity to the local process or not.
shortName : String@for zOS only
uniqueId : String@for zOS only
nodeGroupName : StringThe name of the node group that this cluster belongs to.
enableHA : booleanEnable high availability for persistent services
backupClusters : BackupCluster * A list of other clusters that can act as backups for this one in case of total cluster failure.
members : ClusterMember * A list of the servers that are members of this cluster.

Attribute Details

description    -    A string that can be used to document any piece of information about the cluster.
     data type:  String
     default Value:   unspecified



preferLocal    -    Indicates whether a client have affinity to the local process or not.
     data type: boolean
     default Value:   true
     Allowed Values:  true   false  



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



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



nodeGroupName    -    The name of the node group that this cluster belongs to.
     data type:  String
     default Value:   unspecified



enableHA    -    Enable high availability for persistent services
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



backupClusters    -    A list of other clusters that can act as backups for this one in case of total cluster failure.
     data type: BackupCluster*



members    -    A list of the servers that are members of this cluster.
     data type: ClusterMember*


Copyright IBM Corp. 1997-2004