Changes between Version 5 and Version 6 of HowTo/virtualMobilitySS
- Timestamp:
- Feb 7, 2007, 11:15:48 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/virtualMobilitySS
v5 v6 14 14 }}} 15 15 Any nodes on the grid may be selected as VM nodes. A VM nodes uniquely maps one and only one mobile node. 16 * For each VM create a file VM<no>.txt where <no> can take a value from 1 to number of VMs. 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. 16 * For each VM create a file VM<no>.txt where <no> can take a value from 1 to number of VMs. 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. 17 17 {{{ 18 for node1-2, create VM_1.txt 19 node1-4, create VM_2.txt 18 $ cat VM1.txt 19 0 node4-1 20 5 node4-3 21 10 node4-5 22 15 node4-1 23 20 node4-3 24 25 node4-5 25 30 node4-1 26 35 node4-3 27 40 node4-5 28 45 node4-1 29 50 node4-3 30 55 node4-5 31 60 node4-1 32 $ cat VM2.txt 33 0 node4-7 34 0 node4-7 20 35 }}} 21 36 * Run "CreateMobilitySetup"