Changes between Version 43 and Version 44 of Documentation/CGettingStarted


Ignore:
Timestamp:
Jul 11, 2011, 8:33:06 PM (13 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/CGettingStarted

    v43 v44  
    3232
    3333When you have successfully logged in, you can start an experiment using the [wiki:NodeHandler nodehandler]. First time users are '''highly''' encouraged to reserve time on a sandbox instead of the main grid, and start with the built-in ''Hello World'' experiment.
    34  * Before we begin using the nodes, it's a good idea to check their status first. This is done with the omf stat command.
    35    {{{
    36    username@console.sb2:~$ omf stat
    37    }}}
    38    This will typically produce a result like:
    39    [[Image(newhowto1.jpg)]]
    40    The node can be in 1 of 3 states:
     34 * Before we begin using the nodes, it's a good idea to check their status first. This is done with the omf stat command.This will typically produce a result like:
     35
     36  [[Image(newhowto1.jpg)]]
     37
     38 * The node can be in 1 of 3 states:
    4139
    4240   || POWEROFF || Node is Available for use but turned off ||
     
    4644 * NOTE: It is recommended that the node be in the POWEROFF state prior to any imaging process. If the node is in the POWERON state you can use the omf tell command
    4745   to get the node into the off state.
     46
    4847   {{{
    4948   username@console.sb2:~$ omf tell offh all
    5049   }}}
     50
    5151   If the node is in the NODE NOT AVAILABLE state, you may need to wait for it to recover the POWEROFF state (it some times requires a few moments for the service to sync up). If
    5252   the node never comes out of the NODE NOT AVAILABLE state please contact an administrator.