Changes between Version 58 and Version 59 of Documentation/CGettingStarted


Ignore:
Timestamp:
Jan 16, 2013, 8:38:32 PM (11 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/CGettingStarted

    v58 v59  
    88
    99 * [wiki:Documentation/Scheduling Reservation]
    10  * Loading an Image
     10 * [#LoadImage Loading an Image]
    1111 * [wiki:Tutorial/RunningExpirment Running the experiment]
    1212 * [wiki:Tutorial/AnalyzeResults Analyzing the results]
     13 * [#NextStep Next steps]
    1314
    14 == Loading an Image ==
     15== Loading an Image == #LoadImage
    1516
    1617During your approved time slot, you will be able to ssh into the console of the respective grid. A console is a dedicated machine that allows access to all resources on that grid.
     
    3637}}}
    3738
    38 When you have successfully logged in, you can start an experiment using the [wiki:/Software/bAM#AggregateManagers Orbit Management Framework (OMF)]. First time users are '''highly''' encouraged to reserve time on a sandbox instead of the main grid, and start with the built-in [wiki:/Tutorials/HelloWorld Hello World] experiment.
     39When you have successfully logged in, you can start an experiment using the [wiki:Software/cOMF#ExperimentController Orbit Management Framework (OMF)]. First time users are '''highly''' encouraged to reserve time on a sandbox instead of the main grid, and start with the built-in [wiki:/Tutorials/HelloWorld Hello World] experiment.
    3940 1. 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:
    4041    {{{
    41     user@console.outdoor:~$ omf stat
     42 user@console.sb7:~$ omf stat
    4243
    43     INFO NodeHandler: OMF Experiment Controller 5.4 (git c005675)
    44     INFO NodeHandler: Slice ID: default_slice (default)
    45     INFO NodeHandler: Experiment ID: default_slice-2013-01-16t14.42.48-05.00
    46     INFO NodeHandler: Message authentication is disabled
    47     INFO Experiment: load system:exp:stdlib
    48     INFO property.resetDelay: resetDelay = 230 (Fixnum)
    49     INFO property.resetTries: resetTries = 1 (Fixnum)
    50     INFO Experiment: load system:exp:eventlib
    51     INFO Experiment: load system:exp:stat
    52     INFO Topology: Loading topology ''.
    53     INFO property.nodes: nodes = "system:topo:all" (String)
    54     INFO property.summary: summary = false (FalseClass)
    55     INFO Topology: Loading topology 'system:topo:all'.
    56     Talking to the CMC service, please wait
    57     -----------------------------------------------
    58     Domain: outdoor.orbit-lab.org
    59     Node: node1-1.outdoor.orbit-lab.org          State: POWEROFF
    60     Node: node1-10.outdoor.orbit-lab.org         State: POWEROFF
    61     Node: node1-2.outdoor.orbit-lab.org          State: POWEROFF
    62     Node: node1-3.outdoor.orbit-lab.org          State: POWEROFF
    63     Node: node1-4.outdoor.orbit-lab.org          State: POWEROFF
    64     Node: node1-5.outdoor.orbit-lab.org          State: POWEROFF
    65     Node: node1-6.outdoor.orbit-lab.org          State: POWEROFF
    66     Node: node1-7.outdoor.orbit-lab.org          State: POWEROFF
    67     Node: node1-8.outdoor.orbit-lab.org          State: POWEROFF
    68     Node: node1-9.outdoor.orbit-lab.org          State: POWEROFF
    69     Node: node2-10.outdoor.orbit-lab.org         State: POWEROFF
    70     Node: node2-2.outdoor.orbit-lab.org          State: POWEROFF
    71     Node: node2-3.outdoor.orbit-lab.org          State: NOT REGISTERED
    72     Node: node3-1.outdoor.orbit-lab.org          State: POWEROFF
    73     Node: node3-2.outdoor.orbit-lab.org          State: POWEROFF
    74     Node: node3-3.outdoor.orbit-lab.org          State: POWEROFF
    75     Node: node3-4.outdoor.orbit-lab.org          State: POWEROFF
    76     Node: node3-5.outdoor.orbit-lab.org          State: POWERON
    77     Node: node3-7.outdoor.orbit-lab.org          State: POWEROFF
    78     Node: node3-8.outdoor.orbit-lab.org          State: POWEROFF
    79     Node: node4-1.outdoor.orbit-lab.org          State: POWEROFF
    80     Node: node4-10.outdoor.orbit-lab.org         State: POWEROFF
    81     Node: node4-11.outdoor.orbit-lab.org         State: POWEROFF
    82     -----------------------------------------------
    83     INFO EXPERIMENT_DONE: Event triggered. Starting the associated tasks.
    84     INFO NodeHandler:
    85     INFO NodeHandler: Shutting down experiment, please wait...
    86     INFO NodeHandler:
    87     INFO run: Experiment default_slice-2013-01-16t14.42.48-05.00 finished after 0:6
     44 INFO NodeHandler: OMF Experiment Controller 5.4 (git c005675)
     45 INFO NodeHandler: Slice ID: default_slice (default)
     46 INFO NodeHandler: Experiment ID: default_slice-2013-01-16t15.28.15-05.00
     47 INFO NodeHandler: Message authentication is disabled
     48 INFO Experiment: load system:exp:stdlib
     49 INFO property.resetDelay: resetDelay = 230 (Fixnum)
     50 INFO property.resetTries: resetTries = 1 (Fixnum)
     51 INFO Experiment: load system:exp:eventlib
     52 INFO Experiment: load system:exp:stat
     53 INFO Topology: Loading topology ''.
     54 INFO property.nodes: nodes = "system:topo:all" (String)
     55 INFO property.summary: summary = false (FalseClass)
     56 INFO Topology: Loading topology 'system:topo:all'.
     57 Talking to the CMC service, please wait
     58 -----------------------------------------------
     59 Domain: sb7.orbit-lab.org
     60 Node: node1-1.sb7.orbit-lab.org         State: POWEROFF
     61 Node: node1-2.sb7.orbit-lab.org         State: POWEROFF
     62 -----------------------------------------------
     63 INFO EXPERIMENT_DONE: Event triggered. Starting the associated tasks.
     64 INFO NodeHandler:
     65 INFO NodeHandler: Shutting down experiment, please wait...
     66 INFO NodeHandler:
     67 INFO run: Experiment default_slice-2013-01-16t15.28.15-05.00 finished after 0:6
    8868    }}}
    8969    Individual nodes are identified by their fully qualified domain name (FQDN). This establishes their "coordinates" and the "domain" to which they belong. Nodes in
     
    9474    || POWEROFF       || Node is Available for use but turned off ||
    9575    || POWERON        || Node is Available and is on ||
    96     || NOT REGISTERED || Node is not Available for use ||[[BR]]
     76    || NOT REGISTERED || Node is not Available for use ||
    9777
    9878 3. It is recommended that the node be in the POWEROFF state prior to any experiment process. If the node is in the POWERON state you can use the omf tell command
     
    10282    }}}
    10383    The ''TOPOLOGY'' can take on many forms, the simplest being a comma separated list of FQDN's. There are special predefined topologies like: all, system:topo:circle, ...
    104     For more details see [wiki:/Software/bAM#AggregateManagers OMF documentation]
     84    For more details see [wiki:/Software/cOMF OMF documentation]
    10585    If the node is in the NOT REGISTERED state, you may need to wait for it to recover the POWEROFF state (it some times requires a few moments for the services to sync up). If
    10686    the node never comes out of the NODE NOT AVAILABLE state please contact an administrator.
     
    10888 4. Prior to the experiment, users need to install an image on the hard disks of the nodes. If you have not created a custom image use the default starting image:
    10989    '''baseline.ndz'''. This image is built on top of '''Ubuntu 12.04''', and is pre-configured with the proper modules and start up scripts to take advantage of the rest of
    110     the Orbit services / hardware.  Loading an image is done with the [wiki:/Software/bAM#AggregateManagers omf load command].
     90    the Orbit services / hardware.  Loading an image is done with the [wiki:/Software/cOMF#load omf load command].
    11191    {{{
    11292    username@console.domain:~$ omf load -t TOPOLOGY -i IMAGENAME
     
    177157    Give the nodes a couple of minutes to turn on / boot, then check their status with omf stat.
    178158
    179 = Where to go from here =
     159= Where to go from here = #NextStep
    180160
    181161If you are still unsure what Orbit is, please read the [wiki:FAQ FAQ] and the [wiki:Tutorial Tutorial], otherwise go ahead and [http://www.orbit-lab.org/userManagement/register register].