MulticastTest:
Multicast Monitor:
MulticastMontior is a stand-alone Java command line utility that monitors multicast traffic on a specific multicast address and port.
Syntax:
javaweblogic.cluster.MulticastMonitor<multicastaddress><port><domainname><clustername> [<domaindir>]
Example:
The MulticastTest utility helps you debug multicast problems when configuring a WebLogic Cluster. The utility sends out multicast packets and returns information about how effectively multicast is working on your network. Specifically, MulticastTest displays the following types of information via standard output:
- A confirmation and sequence ID for each message sent out by the current server.
- The sequence and sender ID of each message received from any clustered server, including the current server.
- A missed-sequenced warning when a message is received out of sequence.
- A missed-message warning when an expected message is not received.
To use MulticastTest, start one copy of the utility on each node on which you want to test multicast traffic.
Warning:Do NOT run the MulticastTest utility by specifying the same multicast address (the -a parameter) as that of a currently running WebLogic Cluster. The utility is intended to verify that multicast is functioning properly before starting your clustered WebLogic Servers
- The multicast address must be an IP address between 224.0.0.0 and 239.255.255.255 or a hostname with an IP address in this range.
- The default multicast address used by WebLogic Server is 239.192.0.0.
- Do not use any x.0.0.1 multicast address where x is between 0 and 9, inclusive.
Argument
|
|
Multicast Monitor:
MulticastMontior is a stand-alone Java command line utility that monitors multicast traffic on a specific multicast address and port.
Syntax:
javaweblogic.cluster.MulticastMonitor<multicastaddress><port><domainname><clustername> [<domaindir>]
Example:
0 comments:
Post a Comment