Changes between Version 3 and Version 4 of Tutorial/HowToSwitch


Ignore:
Timestamp:
Nov 29, 2007, 12:24:45 AM (16 years ago)
Author:
thierry
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorial/HowToSwitch

    v3 v4  
    1515 }}}
    1616
     17[[BR]]
    1718=== Getting Started ===
    1819
     
    2021
    2122 {{{
    22   tellnode on all
     23  orbit tell on all
    2324  # will turn On the entire set of 20x20 nodes on the 'grid'
    2425 
    25   tellnode offs [[3,1],[5,6],[1,1..2]]
     26  orbit tell offs [[3,1],[5,6],[1,1..2]]
    2627  # will turn Off (soft) the nodes 3,1 and 5,6 and 1,1 and 1,2
    2728
    28   tellnode offh system:topo:circle
     29  orbit tell offh system:topo:circle
    2930  # will turn Off (hard) the nodes in the topology file 'repository/system/topo/circle.rb'
    3031
    31   tellnode on mytopo
     32  orbit tell on mytopo
    3233  # will turn On the nodes in the topology file './mytopo.rb'
    3334 }}}
    3435
     36
     37[[BR]]
    3538=== Learning More ===
    3639
    37 The complete available option/commands for ''tellnode'' are:
     40The complete available options for this command is given by ''"orbit help tell"'':
    3841
    3942 {{{
    40 tellnode --help
     43orbit help tell
    4144
    4245Switch ON/OFF the nodes in a testbed
    4346Usage:
    44       tellnode [-h]
    45       tellnode [COMMAND] [TOPOLOGY] [DOMAIN]
     47      orbit tell [-h]
     48      orbit tell [COMMAND] [TOPOLOGY] [DOMAIN]
    4649 
    4750      With:
     
    5760 
    5861      Some Examples:
    59                     tellnode on all grid
    60                     tellnode on 1,1..2
    61                     tellnode offs [[1,2],[1,1]] sb1
    62                     tellnode offs [[1,1],[2..6,1..2]]
    63                     tellnode offh system:topo:all
    64                     tellnode offh topo_grid_active
     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
    6568 }}}
    6669