Changes between Version 10 and Version 11 of Internal/VirtualPL/ParallelImaging


Ignore:
Timestamp:
Sep 26, 2006, 3:55:25 PM (18 years ago)
Author:
Surya Satyavolu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/VirtualPL/ParallelImaging

    v10 v11  
    1 '''
    2 Steps in Imaging a Node:'''
     1== Steps in Imaging a Node ==
    32
    43The 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:
     
    2625
    2726
    28 Date : 9/19/06
     27== Date : 9/19/06 ==
    2928
    3029To 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
     
    4544
    4645The 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:  ==
    4948
    5049http://frisbee:5012/frisbee/getAddress?img=<image name to be launched>
     
    9089In 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:
    9190
    92 '''Expermient 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:
    9392
    9493round-trip min/avg/max/ = 0.12/0.2/1.8/ ms
     
    10099'''Experiment 2''': On grid
    101100
    102 RTT values when 5 nodes were being imaged with same image:
     101 * RTT values when 5 nodes were being imaged with same image:
    103102
    104 rtt min/avg/max/mdev = 0.142/0.287/6.648/0.691 ms
     103   rtt min/avg/max/mdev = 0.142/0.287/6.648/0.691 ms
    105104
    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:
    107106
    108 rtt min/avg/max/mdev = 0.126/0.288/7.413/0.734 ms
     107   rtt min/avg/max/mdev = 0.126/0.288/7.413/0.734 ms
    109108
    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:
    111110
    112 RTT min/avg/max/mdev = 0.138/0.315/7.215/0.792 ms
     111   RTT min/avg/max/mdev = 0.138/0.315/7.215/0.792 ms
    113112
    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:
    115114
    116 RTT min/avg/max/mdev = 0.087/0.148/0.221/0.039 ms
     115   RTT min/avg/max/mdev = 0.087/0.148/0.221/0.039 ms