en.help.ref-clusterproperties.html Maven / Gradle / Ivy
Show all versions of console-cluster-plugin Show documentation
Cluster Properties
The Cluster Properties page displays a list of the properties that are
set for the selected clusters. These properties add optional configuration information about the
cluster.
The Cluster Name field is a read-only field that displays the name
of the selected cluster.
For each property, the following information is displayed:
- Name
The name of the property.
- Value
The value that of the property that is set for the selected instance.
- Description
A textual description that provides more information about the property.
The Additional Properties table also contains the following options.
- Add Property
Button to add a property. Clicking this button adds a row to the Additional Properties table.
- Delete Properties
Button to delete one or more selected properties. Any property that is deleted reverts to its default value or, if no default value is set, is undefined.
GlassFish Server defines the following cluster properties:
- GMS_LISTENER_PORT
The port number of the port on which the cluster listens for messages from the Group Management Service (GMS). The default value should suffice in most situations.
- GMS_LOOPBACK
Specifies whether an instance may receive from itself application-level messages that the instance broadcasts to the cluster.
Possible values are as follows:
- false
The instance may not receive messages from itself (default).
- true
The instance may receive messages from itself. Use this setting for testing an instance when the instance is the only instance in a cluster.
- GMS_MULTICAST_TIME_TO_LIVE
The maximum number of iterations or transmissions that a multicast message for the following types of events can experience before the message is discarded:
Group discovery
Member heartbeats
Membership changes
To match the configuration of the network on which the DAS and clustered instances are deployed, set this value as low as possible. To determine the lowest possible value for your system, use the validate-multicast(1) subcommand.
A value of 0 ensures that multicast messages never leave the host from which they are broadcast.
A value of 1 might prevent the broadcast of messages between hosts on same subnet that are connected by a switch or a router.
The default is 4, which ensures that messages are successfully broadcast to all cluster members in networks where hosts are connected by switches or routers.
Equivalent asadmin Subcommands
Copyright © 2005, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices