Changes between Version 4 and Version 5 of Internal/Test-MCL


Ignore:
Timestamp:
Mar 29, 2006, 4:14:55 PM (18 years ago)
Author:
kishore
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Test-MCL

    v4 v5  
    2323
    2424 * Once the nodes are ON,
    25 
    26    * cd ~/Test-MLC
    27    
     25   * cd ~/Test-MCL
    2826   * mkdir directory-for-this-run - e.g. mkdir 240nodes-run12
    29    
    30    * Make sure the sender (node3-1) has the directory you wish to transfer using multicast (for e.g. ~/Test-MLC/512B contains 10000 512 byte files, ~/Test-MLC/512B-5000 contains 5000 512 byte files).
    31 
     27   * Make sure the sender (node3-1) has the directory you wish to transfer using multicast (for e.g. ~/Test-MCL/512B contains 10000 512 byte files, ~/Test-MCL/512B-5000 contains 5000 512 byte files).
    3228{{{
    33 scp ~/Test-MLC/512B-5000 root@node3-1:/root/
     29scp ~/Test-MCL/512B-5000 root@node3-1:/root/
    3430}}}
    35 
    3631   * Modify start-mcasttx.sh according to the directory you want to transfer - for e.g. to transfer 512B-5000, start-mcasttx.sh should contain the following command:
    37 
    3832{{{
    3933fcast -R -send -a225.1.2.3/2323 -v0 -ospeed -plan -force /root/512B-5000 &> $1 &
    4034}}}
    41 
    42 Copy start-mcasttx.sh to node3-1 (sender):
    43 
     35   * Copy start-mcasttx.sh to node3-1 (sender):
    4436{{{
    45 scp ~/Test-MLC/start-mcasttx.sh root@node3-1:/root/
     37cd ~/Test-MCL
     38scp start-mcasttx.sh root@node3-1:/root/
    4639}}}
     40   * Copy start-mcastrx.sh to all receiving nodes:
     41{{{
     42cd ~/Test-MCL
     43./copyfile.pl start-mcastrx.sh
     44}}}