Changes between Version 12 and Version 13 of HowTo/virtualMobilitySS
- Timestamp:
- Feb 8, 2007, 2:56:10 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/virtualMobilitySS
v12 v13 37 37 node5-6 38 38 }}} 39 Any node s on the grid may be selected as VM nodes. A VM nodes uniquely maps one and only one mobilenode.39 Any node on the grid may be selected as a VM node. In our system, for each emulated mobile node, there is always ONLY one corresponding VM node. 40 40 * For each VM create a file VM<no>.txt where <no> can take a value from 1 to number of VMs. The first entry in '''listofvms.txt''' has no=1, the next has a value of 2 and so on. In our example we have two VMs, we create '''VM1.txt''' and '''VM2.txt'''. Each '''VM<no>.txt''' file contains two columns. The first column contains time and the second column the grid node that should be mapped to the mobile node at the time. The mapping stays unless the next entry in the '''VM<no>.txt''' changes the mapping. Sample '''VM1.txt''' and '''VM2.txt''' are shown. 41 41 {{{ … … 59 59 }}} 60 60 In the example mobile node corresponding to VM1 is mapped to nodes [4,1], [4,3], [4,5] at intervals of 5 seconds. The mapping is repeated and the total experiment time is 60 sec after which the mobile node is fixed to node [4,1] on the grid. 61 The mobile node corresponding to VM2 is mapped to node [4,7] on the grid. Th e mapping doesn't change. ''The repeated entry is a adhoc fix. Whenever a VM<no>.txt contains just one entry, the entry must be repeated twice.''61 The mobile node corresponding to VM2 is mapped to node [4,7] on the grid. This mapping does not change. ''The repeated entry is a adhoc fix. Whenever a VM<no>.txt contains just one entry, the entry must be repeated twice.'' 62 62 The experimenter needs to ''ensure that at no time more than one mobile node'' be mapped to a grid node. 63 63 Only atheros grid nodes are supported. … … 85 85 $ click-install mob*.click 86 86 }}} 87 * The installation of the click script marks the beginning of experiment on thenode.87 * The installation of the click script marks the beginning of experiment on each node.