Changes between Version 1 and Version 2 of Software/cOMF/eStat


Ignore:
Timestamp:
Jan 29, 2013, 7:41:43 PM (11 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/cOMF/eStat

    v1 v2  
    11
    2 == stat ==
     2== omf stat ==
    33
     4This omf command is used to display the power status of the node/domain.
     5
     6[[CollapsibleStart(Usage: omf help stat)]]
    47{{{
    5 user@console:omf-5.4 help stat
     8username@consoles.outdoor:omf-5.4 help stat
    69Returns the status of the nodes in a testbed
    710Usage:
     
    2023                    omf-5.4 stat -t system:topo:all -c grid
    2124}}}
     25[[CollapsibleEnd]]
    2226
    23 For example:
     27Individual 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)]]
    2435{{{
    2536user@console.outdoor:~# omf stat
     
    6172 INFO run: Experiment default_slice-2012-10-14t14.42.15-04.00 finished after 0:6
    6273}}}
     74[[CollapsibleEnd]]