Changes between Version 1 and Version 2 of Tutorial/HowToStatus
- Timestamp:
- Jul 2, 2007, 8:13:41 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorial/HowToStatus
v1 v2 14 14 ssh bob@console.grid.orbit-lab.org 15 15 }}} 16 17 Then, to query the status of some nodes on the 'grid' testbed, use the command: 18 19 {{{ 20 statnode all 21 # will query the status of the entire set of 20x20 nodes on the 'grid' 22 23 statnode 3,1 5,6 1,1..2 24 # will query the status of nodes 3,1 and 5,6 and 1,1 and 1,2 25 26 }}}