Need to test if the network is capable of imaging using ghost multicast.
GSS 3.3
use mtools to test with msend and mdump
The tools, "msend" in particular, have many options which are useful in diagnosing a variety of multicast problems. To make the initial evaluation of the network easy, the "msend" command has 5 numbered command-line options ("-1" through "-5") which pre-load other options to values that test for the most common network problems.
The MSEND command parameters to use are deliniated in order by:
A common test would be for multicast from the GSS server:
msend -1 224.9.10.11 6666 15 10.1.2.4
Where:
The reporting is done on an endpoint on the subnet with the commands deliniated in order by::
mdump -omdump1.log 224.9.10.11 6666 10.1.2.3
Where:
It is important to read the other testing options that are listed in the README located in the GitHub directory
MTOOLS can be found at: https://github.com/UltraMessaging/mtools/blob/master/