Changes between Version 8 and Version 9 of Tutorial/HowToSwitch


Ignore:
Timestamp:
Jan 11, 2013, 10:19:29 PM (11 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorial/HowToSwitch

    v8 v9  
    2121
    2222 {{{
    23   omf tell on all
     23  omf tell -a on -t all
    2424  # will turn On the entire set of 20x20 nodes on the 'grid'
    2525 
    26   omf tell offs [[3,1],[5,6],[1,1..2]]
     26  omf tell -a offs -t node3-1.domain,node5-6.domain,node1-1.domain,node1-2.domain
    2727  # will turn Off (soft) the nodes 3,1 and 5,6 and 1,1 and 1,2
    28 
    29   omf tell offh system:topo:circle
    30   # will turn Off (hard) the nodes in the topology file 'repository/system/topo/circle.rb'
    31 
    32   omf tell on mytopo
    33   # will turn On the nodes in the topology file './mytopo.rb'
    3428 }}}
    3529