![]() ![]() ![]() ![]() |
Domain: Environment: Coherence Clusters: Managed
This page is used to administer managed Coherence clusters. Managed Coherence clusters are integrated within a WebLogic Server domain and are represented as a single system-level resource. Managed Servers that are associated with a Coherence cluster are referred to as managed Coherence servers and are Coherence cluster members. Managed Coherence servers can be individually managed or they can be managed as part of WebLogic Server clusters.
Use this page to:
- Create and delete Coherence cluster configurations
- View cluster properties
- Access the monitoring home page for a Coherence cluster
Buttons
Name Description Create Creates a Coherence cluster configuration.
Delete Deletes the selected Coherence cluster configuration.
Column Display
Name Description Name Name of this Coherence cluster configuration.
Status The status of this Coherence cluster configuration.
Custom Configuration File The name of the external custom Coherence operational configuration override file.
Note: Before setting the file name, the user must make sure the file exist and is located in the domain home under the config/coherence/$CoherenceClusterName directory. The file must also be readable. You may use the import operation to import the file from a location on the admin server to the domain home; import is only available for WLST online.
MBean Attribute:
WeblogicCoherenceBean.CustomClusterConfigurationFileName
Changes take effect after you redeploy the module or restart the server.
Logging Enabled Specifies whether custom Coherence logging is enabled.
MBean Attribute:
CoherenceLoggingParamsBean.Enabled
Changes take effect after you redeploy the module or restart the server.
Clustering Mode Specifies a clustering mode of either Unicast (default) or Multicast. If multicast is undesirable or unavailable in an environment, or when an environment is not properly configured to support multicast, then setting up the Well Known Addresses (WKA) feature is required. All cluster multicast communication is disabled if any of WKA, SSL, and/or secured production mode is/are enabled.
MBean Attribute:
CoherenceClusterParamsBean.ClusteringMode
Changes take effect after you redeploy the module or restart the server.
Transport Specify the underlying transport protocol to use for cluster communication. Default is SSL when secured production mode is enabled; TMB otherwise.
The transport type can be one of the following:
TMB: UDP + TMB
TCP: TCP + TMB
UDP: UDP + datagram
SSL: SSL over TCP + TMBS
SSLUDP: SSL over TCP + SSL over datagram
SDMB: UDP + SDMB
IMB: UDP + IMB
Where: "TMB: UDP + TMB" means for transport type TMB, cluster service communication uses UDP; reliable point-to-point data service communication uses TMB. The default is TMB.
The SDMB and IMB are only applicable to Exalogic environment.
MBean Attribute:
CoherenceClusterParamsBean.Transport
Changes take effect after you redeploy the module or restart the server.
Security Framework Enabled Check if security framework is enabled
MBean Attribute:
CoherenceClusterParamsBean.SecurityFrameworkEnabled
Changes take effect after you redeploy the module or restart the server.
Global Socket Provider Specify the Global Socket Provider name. If not specified and secured production mode is enabled, Coherence uses WebLogic SSL configuration as Global Socket Provider. Otherwise, use the specified Global Socket Provider.
MBean Attribute:
CoherenceClusterParamsBean.GlobalSocketProvider
Changes take effect after you redeploy the module or restart the server.
Unicast Listen Port The port for the cluster unicast listener.
MBean Attribute:
CoherenceServerMBean.UnicastListenPort
Minimum value:
1
Maximum value:
65535
Unicast Port Auto Adjust Specifies whether the unicast port will be automatically incremented if the port cannot be bound because it is already in use.
MBean Attribute:
CoherenceServerMBean.UnicastPortAutoAdjust
Multicast Listen Address The IP address for the cluster multicast listener.
MBean Attribute:
CoherenceClusterParamsBean.MulticastListenAddress
Changes take effect after you redeploy the module or restart the server.
Multicast Listen Port The port for the cluster multicast listener.
MBean Attribute:
CoherenceClusterParamsBean.MulticastListenPort
Minimum value:
1
Maximum value:
65535
Changes take effect after you redeploy the module or restart the server.
Time To Live Sets the time-to-live (TTL) setting for the multicast message. The TTL setting designates how far multicast UDP/IP packets can travel on a network. The TTL is expressed in terms of how many hops a packet survives; each network interface, router, and managed switch is considered one hop. The TTL value should be set to the lowest integer value that works. Setting the value too high can use unnecessary bandwidth on other LAN segments and can even cause the operating system or network devices to disable multicast traffic.
Typically, setting the TTL value to 1 works on a simple switched backbone. A value of 2 or more may be required on an advanced backbone with intelligent switching. A value of 0 is used for single server clusters that are used for development and testing.
MBean Attribute:
CoherenceClusterParamsBean.TimeToLive
Maximum value:
255
Changes take effect after you redeploy the module or restart the server.
Members Identifiers for the available Coherence cluster members.
MBean Attribute:
CoherenceClusterRuntimeMBean.Members
![]() |