PM/Agent over UDP protocol Test Procedure

This test procedure assumes that the X window system is already running on the server. All commands must be invoked on the server host.
  1. Loopback test
    Issue the following commands:
    $ cd /opt/score/sbin
    $ ./rpmtest comp0 udp -iter 10000 -dest 0 -ping
    	Success: Two numbers similar to "8     0.000233266" are printed
                     The first number is the data size (in bytes)
                     The second number is the latency (in seconds)
    	Failure: Error and dump messages are printed
    
    If this test fails, read the Troubleshooting section.

  2. Point-to-Point test
    Issue the following commands:
    $ cd /opt/score/sbin
    $ ./rpmtest comp1 udp -reply
    
    Issue the following commands in another window on the server host:
    $ cd /opt/score/sbin
    $ ./rpmtest comp0 udp -iter 10000 -dest 1 -ping
    	Results should be the same as the loopback test
    
    When the test finishes, do not forget to kill the pmtest process on the server host because the process is in an infinite loop.
    If this test fails, read the Troubleshooting section.

    Note that, on PM/Agent/UDP, you have to kill and restart the ``pmtest...-reply'' process each time before running ``pmtest...-ping'', if you try ``pmtest...-ping'' repeatedly.

Troubleshooting

Loop back test fails.
Point-to-point test fails.

$Id: pm-testudp.html,v 1.1.1.1 2002/02/12 02:00:13 kameyama Exp $