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.
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



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. 1996-2002