|  | 1 |  | 
          
            |  | 2 | == tell == | 
          
            |  | 3 |  | 
          
            |  | 4 | {{{ | 
          
            |  | 5 | user@console:omf help tell | 
          
            |  | 6 | Switch ON/OFF and reboot the nodes in a testbed | 
          
            |  | 7 | Usage: | 
          
            |  | 8 | omf-5.4 tell -a ACTION [-h] [-t TOPOLOGY] [-c AGGREGATE] | 
          
            |  | 9 |  | 
          
            |  | 10 | With: | 
          
            |  | 11 | -h, --help           print this help message | 
          
            |  | 12 |  | 
          
            |  | 13 | -a, --action ACTION  specify an action | 
          
            |  | 14 | ACTION: | 
          
            |  | 15 | on              turn node(s) ON | 
          
            |  | 16 | offs            turn node(s) OFF (soft) | 
          
            |  | 17 | offh            turn node(s) OFF (hard) | 
          
            |  | 18 | reboot          reboots node(s) (soft) | 
          
            |  | 19 | reset           resets node(s) (hard) | 
          
            |  | 20 |  | 
          
            |  | 21 | -c, --config AGGREGATE    use testbed AGGREGATE | 
          
            |  | 22 | -t, --topology TOPOLOGY   a valid topology file or description (defaults to 'system:topo:all') | 
          
            |  | 23 |  | 
          
            |  | 24 | Some Examples: | 
          
            |  | 25 | omf-5.4 tell -a reset | 
          
            |  | 26 | omf-5.4 tell -a on -t system:topo:all -c grid | 
          
            |  | 27 | omf-5.4 tell -a reboot -t omf.nicta.node1 | 
          
            |  | 28 | omf-5.4 tell -a offs -t omf.nicta.node1,omf.nicta.node2 -c sb1 | 
          
            |  | 29 | omf-5.4 tell -a offh -t system:topo:all | 
          
            |  | 30 | omf-5.4 tell -a reset -t topo_grid_active | 
          
            |  | 31 | }}} |