Changes between Version 4 and Version 5 of Internal/Test-MCL
- Timestamp:
- Mar 29, 2006, 4:14:55 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/Test-MCL
v4 v5 23 23 24 24 * Once the nodes are ON, 25 26 * cd ~/Test-MLC 27 25 * cd ~/Test-MCL 28 26 * 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). 32 28 {{{ 33 scp ~/Test-M LC/512B-5000 root@node3-1:/root/29 scp ~/Test-MCL/512B-5000 root@node3-1:/root/ 34 30 }}} 35 36 31 * 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 38 32 {{{ 39 33 fcast -R -send -a225.1.2.3/2323 -v0 -ospeed -plan -force /root/512B-5000 &> $1 & 40 34 }}} 41 42 Copy start-mcasttx.sh to node3-1 (sender): 43 35 * Copy start-mcasttx.sh to node3-1 (sender): 44 36 {{{ 45 scp ~/Test-MLC/start-mcasttx.sh root@node3-1:/root/ 37 cd ~/Test-MCL 38 scp start-mcasttx.sh root@node3-1:/root/ 46 39 }}} 40 * Copy start-mcastrx.sh to all receiving nodes: 41 {{{ 42 cd ~/Test-MCL 43 ./copyfile.pl start-mcastrx.sh 44 }}}