Changes between Version 2 and Version 3 of Internal/Test-MCL


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

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Test-MCL

    v2 v3  
    2424 * Once the nodes are ON,
    2525
    26 (a) cd ~/Test-MLC
    27 (b) mkdir directory-for-this-run - e.g. mkdir 240nodes-run12
    28 (c) Make sure the sender (node3-1) has the directory you wish to transfer
    29 using multicast (for e.g. ~/Test-MLC/512B contains 10000 512 byte files,
    30 ~/Test-MLC/512B-5000 contains 5000 512 byte files).
     26   (a) cd ~/Test-MLC
     27   (b) mkdir directory-for-this-run - e.g. mkdir 240nodes-run12
     28   (c) 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).
    3129
     30{{{
    3231scp ~/Test-MLC/512B-5000 root@node3-1:/root/
     32}}}
    3333
    34 (d) Modify start-mcasttx.sh according to the directory you want to
    35 transfer - for e.g. to transfer 512B-5000, start-mcasttx.sh should
    36 contain the following command:
     34   (d) 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:
    3735
    38 fcast -R -send -a225.1.2.3/2323 -v0 -ospeed -plan -force /root/512B-5000
    39 &> $1 &
     36{{{
     37fcast -R -send -a225.1.2.3/2323 -v0 -ospeed -plan -force /root/512B-5000 &> $1 &
     38}}}
    4039
    41 Copy start-mcasttx.sh to node3-1 (sender):
     40       Copy start-mcasttx.sh to node3-1 (sender):
     41
     42{{{
    4243scp ~/Test-MLC/start-mcasttx.sh root@node3-1:/root/
     44}}}