Changes between Version 10 and Version 11 of Internal/VirtualPL/ParallelImaging
- Timestamp:
- Sep 26, 2006, 3:55:25 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/VirtualPL/ParallelImaging
v10 v11 1 ''' 2 Steps in Imaging a Node:''' 1 == Steps in Imaging a Node == 3 2 4 3 The task of parallelization of imaging basically involves running multiple instances of nodeHandler which would launch different images on different nodes. The basic sequence of imaging of nodes as of now is as follows: … … 26 25 27 26 28 Date : 9/19/06 27 == Date : 9/19/06 == 29 28 30 29 To image the nodes in parallel, instead of running multiple instances of nodeHandler, we are trying to bypass the nodeHandler itself and. The basic three functions of the nodeHandler … … 45 44 46 45 The pxe service also provides a mean to set boot image for all the nodes at once with allSetBootImage? which is not working right now. Possibly its just a dummy query. 47 '''''' 48 '''For launching the frisbee server:''' 46 47 == For launching the frisbee server: == 49 48 50 49 http://frisbee:5012/frisbee/getAddress?img=<image name to be launched> … … 90 89 In order to evaluate any performance issues, if occuring, while the nodes are being imaged in parallel a basic ping experiment was performed to calculate the RTT from the console to the individual nodes while the nodes were being imaged in parallel. Following are the results: 91 90 92 '''Exper mient 1''': On sb1 both the nodes were imaged at the same time using two different images, The RTT obtained was:91 '''Experiment 1''': On sb1 both the nodes were imaged at the same time using two different images, The RTT obtained was: 93 92 94 93 round-trip min/avg/max/ = 0.12/0.2/1.8/ ms … … 100 99 '''Experiment 2''': On grid 101 100 102 RTT values when 5 nodes were being imaged with same image:101 * RTT values when 5 nodes were being imaged with same image: 103 102 104 rtt min/avg/max/mdev = 0.142/0.287/6.648/0.691 ms103 rtt min/avg/max/mdev = 0.142/0.287/6.648/0.691 ms 105 104 106 RTT values when 10 nodes were being imaged with 2 different images:105 * RTT values when 10 nodes were being imaged with 2 different images: 107 106 108 rtt min/avg/max/mdev = 0.126/0.288/7.413/0.734 ms107 rtt min/avg/max/mdev = 0.126/0.288/7.413/0.734 ms 109 108 110 RTT values when 15 nodes were being imaged with 3 different images:109 * RTT values when 15 nodes were being imaged with 3 different images: 111 110 112 RTT min/avg/max/mdev = 0.138/0.315/7.215/0.792 ms111 RTT min/avg/max/mdev = 0.138/0.315/7.215/0.792 ms 113 112 114 RTT values once all the images are loaded and nodes have been reset:113 * RTT values once all the images are loaded and nodes have been reset: 115 114 116 RTT min/avg/max/mdev = 0.087/0.148/0.221/0.039 ms115 RTT min/avg/max/mdev = 0.087/0.148/0.221/0.039 ms