en.help.ref-clustergeneral.html Maven / Gradle / Ivy
Show all versions of console-cluster-plugin-help
General Information
The General Information page contains the following options.
- Start Cluster
Button to start the cluster. If all instance in the cluster are running, this button is deactivated.
- Stop Cluster
Button to stop the cluster. If all instances in the cluster are stopped, this button is deactivated.
- Migrate EJB Timers
Button to migrate Enterprise JavaBeans (EJB) technology timers to from a stopped GlassFish Server instance to a running instance in the cluster. Clicking this button opens the Migrate EJB Timers page. If all instances in the cluster are running, this button is deactivated.
- Rotate Log
Button to rotate the log file for the cluster. When the log file is rotated, the file is renamed with a timestamp name in the format server.log_date-and-time, and an empty log file is created for new log messages. The changes are applied dynamically. Server restart is not required.
- Cluster Name
The name that was assigned to the cluster when the cluster was created. This field is read only.
- JVM
If you click JVM Report, a separate window opens and displays reports on the Java Virtual Machine, including a summary report, memory management and garbage collection report, class loading report, and a current thread dump.
- Configuration
The configuration that was selected for the cluster when the cluster was created. Clicking the configuration opens the Configurations page for the cluster. This field is read only.
- GMS
If this option is enabled, the Group Management Service (GMS) is started in each GlassFish Server instance in the cluster and in the domain administration server (DAS). The DAS participates in each cluster for which GMS is enabled. GMS provides cluster monitoring, cluster membership, and group communication services. This option is enabled by default.
- Multicast Port
The port number of communication port on which GMS listens for group events. This option must specify a valid port number in the range 2048–32000. The default is an automatically generated value in this range.
- Multicast Address
The address on which GMS listens for group events. This option must specify a multicast address in the range 224.0.0.0 through 239.255.255.255. The default is 228.9.XX.YY, where XX and YY are automatically generated independent values between 0 and 255.
- Bind Interface Address
The Internet Protocol (IP) address of the network interface to which GMS binds. This option must specify the IP address of a local network interface. The default is all public network interface addresses.
On a multihome machine, this option configures the network interface that used for the GMS. A multihome machine possesses two or more network interfaces.
To specify an address that is valid for all GlassFish Server instances in the cluster, use a system property to set the address individually for each instance.
For example, use the Cluster System Properties page to create the system property GMS-BIND-INTERFACE-ADDRESS-cluster-name. Then set the Bind Address option in this page to ${GMS-BIND-INTERFACE-ADDRESS-cluster-name} to specify the system property. Finally, for each instance in the cluster, set the GMS-BIND-INTERFACE-ADDRESS-cluster-name system property to the required network interface address on the instance's machine.
- Status
An indication of the number of instances in the cluster that are running and are not running. This field is read only.
Related Tasks
Equivalent asadmin Subcommands
Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices