Hi my question.
I will get the IP address between 224.0.0.0 and 239.255.255.255
range and port number for each cluster. Do I need to need to anything else? I could not understand the concept how they will do the clustering using the IP address and port.
Documents from webMethods:
Discovery Address:
IP address used to identify members of the cache that are to be
used for clustering. This address must be in the range 224.0.0.0
‐ 239.255.255.255. Note that many addresses in this range are
reserved for use by certain organizations. Addresses in the
range 224.0.0.0 through 224.0.0.255 are reserved for the use of
various multicast‐related protocols. For a list of reserved
multicast addresses, refer to
[url]http://www.iana.org/assignments/multicast‐addresses[/url]
The discovery address, in combination with a particular
discovery port (described below), uniquely identifies a
multicast group. For example, all cache members with the
discovery address 224.0.36.1 and discovery port 24601 form
one multicast group.
The caching software allows all the members of the same
multicast group to access the current state of every cached
element in the group.
When defining a cluster, it is recommended that you define
one discovery address/discovery port combination (multicast
group), per cluster.
Discovery Port:
Port used to identify members of the cache that are to be used
for clustering. This number must be an integer. The default is
24601.
The discovery port, in combination with a particular
discovery address (described above), uniquely identifies a
multicast group. For example, all hosts with the discovery
address 224.0.36.1 and discovery port 24601 form one
multicast group.