Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Clusters: Configuration: Servers

Configuration Options     Related Tasks     Related Topics

This page is used to configure the servers that are assigned to this cluster.

Clusters can contain both explictly configured and dynamically created servers. The following settings are used to determine the number and characteristics for these dynamic servers.

Configuration Options

Name Description
Server Template

Specifies the server template that is to be used to configure the dynamic servers in this cluster. Only templates that specify this cluster are valid choices.

MBean Attribute:
DynamicServersMBean.ServerTemplate

Changes take effect after you redeploy the module or restart the server.

Maximum Number of Servers

Specifies the maximum number of dynamic servers in this cluster.

MBean Attribute:
DynamicServersMBean.MaximumDynamicServerCount

Minimum value: 0

Maximum value: 800

Server Name Prefix

Specifies the prefix to be used when naming new dynamic servers in this cluster.

MBean Attribute:
DynamicServersMBean.ServerNamePrefix

Changes take effect after you redeploy the module or restart the server.

Enable Calculated Listen Ports

Specifies whether listen ports are calculated.

MBean Attribute:
DynamicServersMBean.CalculatedListenPorts

Changes take effect after you redeploy the module or restart the server.

Enable Calculated Machine Associations

Specifies whether machine names are calculated.

MBean Attribute:
DynamicServersMBean.CalculatedMachineNames

Changes take effect after you redeploy the module or restart the server.

Machine Name Match Expression

Specify the expression to use when determining machines to use for server assignments. If a machine in the domain matches the expression, then it will be included in the set of machines used by these dynamic servers. The expression is a comma separated set of values that specify the machines to match. Each value will either match a machine name exactly or if specified with a trailing '*' suffix then will match multiple machine names. If not set, then all machines in the domain are available for these servers

MBean Attribute:
DynamicServersMBean.MachineNameMatchExpression

Changes take effect after you redeploy the module or restart the server.

Related Tasks

Related Topics


Back to Top