PM/Ethernet Test Procedure

This test procedure assumes that the X window system is already running on the server.
  1. etherpmctl command
    Be sure the etherpmctl command is already issued during boot via the pm_ethernet rc script on all hosts. If it has not been issued yet, invoke it on all hosts as follows:
    $ su
    Password:
    # /etc/rc.d/init.d/pm_ethernet start
    
  2. Point-to-Point test (Message)
    Make sure that the PM kernel driver and configuration file are also installed on all hosts. Issue the following commands in a window on the server host:
    $ cd /opt/score/sbin
    $ ./rpmtest comp1 ethernet -reply
    
    Issue the following commands in another window on the server host:
    $ cd /opt/score/sbin
    $ ./rpmtest comp0 ethernet -dest 1 -ping
    	Success: Two numbers similar to "8     0.000113725" 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
    
    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.

  3. Total test
    This is the stress test. All hosts randomly send burst messages to other hosts. This test also verifies that the rsh command can be issued to all hosts. Issue the following commands on the server host:
    $ cd /opt/score/sbin
    $ ./rcstest comp0 ethernet -heartbeat 1000  -v
      starting master 0 : pe=32
      starting slave: 1 4 2 5 ... 31 30
      testing*.*.*.*.*. ...
    	Success: '.'s and '*'s are printed.
    	Failure: Error messages are printed.
    
    To stop this test, press Ctrl-C or another interrupt command.
    If this test fails, read the Troubleshooting section.

  4. Network Trunking
    If you want to install Network Trunking, refer Network Trunking for PM/Ethernet Administrator's Guide

Troubleshooting

etherpmctl command fails.
Point-to-point test fails.
Communication Performance is too slow.
If you have any trouble, please email score-info@rwcp.or.jp


CREDIT
This document is a part of the SCore cluster system software developed at Real World Computing Partnership, Japan. Copyright (c) 2000, 1999 Real World Computing Partnership.