Changes between Version 62 and Version 63 of Documentation/CGettingStarted


Ignore:
Timestamp:
Jan 30, 2013, 12:49:24 AM (11 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/CGettingStarted

    v62 v63  
    33= How to get started =
    44
    5 First, you will need an ORBIT account. Please check the [wiki:Documents/About/UsagePolicy usage policy] if you are eligible. Typically, in order to get an account,one would have to [http://www.orbit-lab.org/userManagement/register register for an account] and get it approved by the PI in charge of the project/institution they wish to be part off. If particular institution is not available, the appropriate PI can [http://www.orbit-lab.org/userManagement/orgReg] register for an institutional account.
     5First, you will need an ORBIT account. Please check the [wiki:Documents/About/UsagePolicy usage policy] if you are eligible. Typically, in order to get an account,one would have to [http://www.orbit-lab.org/userManagement/register register for an account] and get it approved by the PI in charge of the project/institution they wish to be part off. If particular institution is not available, the appropriate PI can [http://www.orbit-lab.org/userManagement/orgReg register] for an institutional account.
    66
    77A typical experiment requires the following five steps:
    88
    9  * Creating reservation: before you can access the testebed,you need to [http://www.orbit-lab.org/scheduler/ make a reservation] and get it approved by the  [wiki:Documentation/Scheduler] reservation service. 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 (including ability to access all 400 nodes in the grid)
    10  * [wiki:Documentation/Short/Login Login into reserved domain:] after you receive the confirmation email, you can access the reserved domain  by ssh-ong into the corresponding console.
    11  * [#LoadImage Loading an Image on the ndoes]
    12  * [#Run Running the experiment]
    13  * [#Analyze Analyzing the results]
     9 1. Create reservation: before you can access the testebed,you need to [http://www.orbit-lab.org/scheduler/ make a reservation] and get it approved by the  [wiki:Documentation/Scheduler reservation service]. 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.
     10 2. After you receive the confirmation email, you can access the reserved domain by ssh to the corresponding domain console. [[CollapsibleStart(Login into reserved domain)]][[Include(Documentation/Short/Login)]][[CollapsibleEnd]]
     11 3. Load the baseline.ndz image on the nodes in reserved domain. [[CollapsibleStart(Load an image on the nodes)]] [[Include(Documentation/Short/LoadImage)]][[CollapsibleEnd]] Prior to executing the "Hello World" experiment, users need to install an image on the hard disks of the nodes. For this tutorial we will use '''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 the Orbit services / [wiki:/Hardware hardware].  The imageing process will turn the nodes back off after completing imageing. At this point the nodes disks are imaged with the ''basline'' image and need to be turned back on before proceeding:
     12    {{{
     13      username@console.domain:~$ omf tell -a on -t all
     14    }}}
     15    Give the nodes a couple of minutes to turn on / boot, then check their status with omf stat
     16 4. Run the experiment: execute your "Hello World" experiment.[[CollapsibleStart(Execute experiment with omf)]][[Include(Software/cOMF/aExec)]][[CollapsibleEnd]]
     17 5. Analyze the results
    1418
    15 == Reservations == #Reserve
     19== Where to go from here ==
    1620
    17 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 (including ability to access all 400 nodes in the grid).
    18 
    19 [[Include(Documentation/Short/Login)]]
    20 
    21 == Loading an Image == #LoadImage
    22 
    23 When you have successfully logged in, you can start an experiment using the [wiki:Software/cOMF#ExperimentController Orbit Management Framework (OMF)].
    24 
    25  
    26 
    27  5. The imageing process will turn the nodes back off after completing imageing. At this point the nodes disks are imaged with the ''basline'' image
    28     and need to be turned back on before proceeding.
    29     {{{
    30     username@console.domain:~$ omf tell -a on -t all
    31     }}}
    32     Give the nodes a couple of minutes to turn on / boot, then check their status with omf stat.
    33 
    34 == Where to go from here == #NextStep
    35 
    36 If 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].
     21If you are still unsure what Orbit is, please read the [wiki:FAQ FAQ] and check other [wiki:Tutorials tutorials].