Changes between Version 5 and Version 6 of Internal/VirtualPL/IntegratedExpt


Ignore:
Timestamp:
Sep 18, 2006, 4:00:02 PM (18 years ago)
Author:
rmahindra
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/VirtualPL/IntegratedExpt

    v5 v6  
    1717        imageNodes [13,5],[13,7] planetlab-biggrid.ndz
    1818
     19     Changes might be needed to the script file 'startitall.rb'. For this the nodes have to be powered up
     20
     21        wget -O - -q 'http://cmc:5012/cmc/on?x=13&y=5'
     22
     23     And then ssh the node to get access to its root
     24
     25        ssh root@node13-5
     26
     27     Then the script file can be modified accordingly.
     28
    1929 -> The new version of the nodehandler script and the experiment script 'planetlab.rb' are to be downloaded from nodehandler-planetlabdemo.tar.gz
     30     
     31          cd nodehandler/src/ruby
     32          ruby handler/nodeHandler.rb -k test:exp:planetlab
     33
     34     Changes might be needed to the script files 'nodehandler.rb' and 'planetlab.rb'.
     35