| 79 | Date: 09/26/06 |
| 80 | |
| 81 | After the imagenodes is run at the console, the frisbee client needs to be launched at the individual nodes. The frisbee client can be launched after the nodes boot into the basic image served by the pxe link. To launch the client, one needs to telnet into the node and then launch the application as follows: |
| 82 | |
| 83 | ./frisbee -p <port number> -m <multicast address> -i <interface ip address> <the memory location for the image> |
| 84 | |
| 85 | frisbee is located in the /usr/sbin directory. |
| 86 | |
| 87 | |
| 88 | '''Experiments to observe the performance of orbit while nodes are being imaged in parallel.''' |
| 89 | |
| 90 | 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 | |
| 92 | '''Expermient 1''': On sb1 both the nodes were imaged at the same time using two different images, The RTT obtained was: |
| 93 | |
| 94 | round-trip min/avg/max/ = 0.12/0.2/1.8/ ms |
| 95 | |
| 96 | while the RTT values obtained while a single node was being imaged were: |
| 97 | |
| 98 | round-trip min/avg/max = 0.1/0.2/1.2 ms |
| 99 | |
| 100 | '''Experiment 2''': On grid |
| 101 | |
| 102 | RTT values when 5 nodes were being imaged with same image: |
| 103 | |
| 104 | rtt min/avg/max/mdev = 0.142/0.287/6.648/0.691 ms |
| 105 | |
| 106 | RTT values when 10 nodes were being imaged with 2 different images: |
| 107 | |
| 108 | rtt min/avg/max/mdev = 0.126/0.288/7.413/0.734 ms |
| 109 | |
| 110 | RTT values when 15 nodes were being imaged with 3 different images: |
| 111 | |
| 112 | RTT min/avg/max/mdev = 0.138/0.315/7.215/0.792 ms |
| 113 | |
| 114 | RTT values once all the images are loaded and nodes have been reset: |
| 115 | |
| 116 | RTT min/avg/max/mdev = 0.087/0.148/0.221/0.039 ms |