Changes between Version 1 and Version 2 of Software/cOMF/eStat
- Timestamp:
- Jan 29, 2013, 7:41:43 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/cOMF/eStat
v1 v2 1 1 2 == stat ==2 == omf stat == 3 3 4 This omf command is used to display the power status of the node/domain. 5 6 [[CollapsibleStart(Usage: omf help stat)]] 4 7 {{{ 5 user @console:omf-5.4 help stat8 username@consoles.outdoor:omf-5.4 help stat 6 9 Returns the status of the nodes in a testbed 7 10 Usage: … … 20 23 omf-5.4 stat -t system:topo:all -c grid 21 24 }}} 25 [[CollapsibleEnd]] 22 26 23 For example: 27 Individual nodes are identified in the output of stat command by their fully qualified domain name (FQDN). This establishes their "coordinates" and the "domain" to which they belong. Nodes in different domains typically can NOT see each other. Node can be in 1 of 3 states: 28 29 || POWEROFF || Node is Available for use but turned off || 30 || POWERON || Node is Available and is on || 31 || NOT REGISTERED || Node is not Available for use || 32 33 34 [[CollapsibleStart(Example: omf stat on the outdoor domain)]] 24 35 {{{ 25 36 user@console.outdoor:~# omf stat … … 61 72 INFO run: Experiment default_slice-2012-10-14t14.42.15-04.00 finished after 0:6 62 73 }}} 74 [[CollapsibleEnd]]