Changes between Version 9 and Version 10 of Tutorial/HowToStatus
- Timestamp:
- Jul 4, 2007, 1:42:45 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorial/HowToStatus
v9 v10 25 25 26 26 statnode system:topo:circle 27 # will query the status of the nodes in the topology file 'system:topo:circle' 27 # will query the status of the nodes in the topology file 'repository/system/topo/circle.rb' 28 29 statnode mytopo 30 # will query the status of the nodes in the topology file './mytopo.rb' 28 31 29 32 statnode -c … … 46 49 -c, --count print a summary of the node status for the testbed DOMAIN 47 50 (default is the testbed where this command is executed) 48 TOPOLOGY a valid topology description or file 51 TOPOLOGY a valid topology description or file without the trailing '.rb' 49 52 (default is the entire set of nodes on the default testbed) 50 53 51 54 Some Examples: 52 55 statnode all grid 56 statnode 1,1..2 53 57 statnode [[1,2],[1,1]] sb1 54 58 statnode [[1,1],[2..6,1..2]] 55 59 statnode system:topo:all 56 60 statnode system:topo:circle 61 statnode topo_grid_active 57 62 }}} 58 63