Changes between Version 7 and Version 8 of Tutorial/HowToSwitch


Ignore:
Timestamp:
May 13, 2010, 3:12:25 PM (14 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorial/HowToSwitch

    v7 v8  
    2121
    2222 {{{
    23   orbit tell on all
     23  omf tell on all
    2424  # will turn On the entire set of 20x20 nodes on the 'grid'
    2525 
    26   orbit tell offs [[3,1],[5,6],[1,1..2]]
     26  omf tell offs [[3,1],[5,6],[1,1..2]]
    2727  # will turn Off (soft) the nodes 3,1 and 5,6 and 1,1 and 1,2
    2828
    29   orbit tell offh system:topo:circle
     29  omf tell offh system:topo:circle
    3030  # will turn Off (hard) the nodes in the topology file 'repository/system/topo/circle.rb'
    3131
    32   orbit tell on mytopo
     32  omf tell on mytopo
    3333  # will turn On the nodes in the topology file './mytopo.rb'
    3434 }}}
     
    3838== Learning More ==
    3939
    40 The complete available options for this command is given by ''"orbit help tell"'':
     40The complete available options for this command is given by ''"omf help tell"'':
    4141
    4242 {{{
    43 orbit help tell
     43   omf help tell
    4444
    4545Switch ON/OFF the nodes in a testbed
     46
    4647Usage:
    47       orbit tell [-h]
    48       orbit tell [COMMAND] [TOPOLOGY] [DOMAIN]
     48      omf tell [-h]
     49      omf tell [COMMAND] [TOPOLOGY] [DOMAIN]
    4950 
    5051      With:
     
    6061 
    6162      Some Examples:
    62                     orbit tell on all grid
    63                     orbit tell on 1,1..2
    64                     orbit tell offs [[1,2],[1,1]] sb1
    65                     orbit tell offs [[1,1],[2..6,1..2]]
    66                     orbit tell offh system:topo:all
    67                     orbit tell offh topo_grid_active
     63                    omf tell on all grid
     64                    omf tell on 1,1..2
     65                    omf tell offs [[1,2],[1,1]] sb1
     66                    omf tell offs [[1,1],[2..6,1..2]]
     67                    omf tell offh system:topo:all
     68                    omf tell offh topo_grid_active
     69 
    6870 }}}
    6971