Changes between Version 2 and Version 3 of Internal/Test-MCL
- Timestamp:
- Mar 29, 2006, 4:11:05 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/Test-MCL
v2 v3 24 24 * Once the nodes are ON, 25 25 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). 31 29 30 {{{ 32 31 scp ~/Test-MLC/512B-5000 root@node3-1:/root/ 32 }}} 33 33 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: 37 35 38 fcast -R -send -a225.1.2.3/2323 -v0 -ospeed -plan -force /root/512B-5000 39 &> $1 & 36 {{{ 37 fcast -R -send -a225.1.2.3/2323 -v0 -ospeed -plan -force /root/512B-5000 &> $1 & 38 }}} 40 39 41 Copy start-mcasttx.sh to node3-1 (sender): 40 Copy start-mcasttx.sh to node3-1 (sender): 41 42 {{{ 42 43 scp ~/Test-MLC/start-mcasttx.sh root@node3-1:/root/ 44 }}}