Changes between Version 5 and Version 6 of Cosmos Overview/Workflow


Ignore:
Timestamp:
Apr 29, 2020, 12:21:48 AM (4 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Cosmos Overview/Workflow

    v5 v6  
    1 [[TOC(cosmos_workflow*, depth=2)]]
    2 = COSMOS work flow process
     1[[TOC(WikiStartBeta,ExperimenterInformation*,depth=4)]]
     2== COSMOS work flow
    33Typical work process on COSMOS is shown below. This is suggested as a reference for first-time users. '''Registration''' and '''setting up the ssh client''' are a one-time process after which the basic work flow cycle begins. This work flow is shown below in an event flow figure.
    44[[Image(COSMOS work flow.png, 375px, center)]]
    55
    6 == Registration
     6=== Registration
    77In order to use the test bed you must register for an account. Registration can be done as an individual or an organization.
    88To register as an individual use the [https://www.orbit-lab.org/userManagement/register new user registration form].
    99Otherwise to register as a group or organization use [https://www.orbit-lab.org/userManagement/register this form here].
    1010
    11 == Setting up SSH client
     11=== Setting up SSH client
    1212Access to the COSMOS resources is done remotely via SSH. How the SSH client is set up depends on the type of OS you are using. Please see [wiki:tutorials/ssh Configuring SSH Keys] for specific details. This should be enough to get started with but for more advanced information please check [wiki:ssh_config ssh client configuration] and [wiki:ssh_tips ssh tips] for common issues.
    1313
    14 == 1. Making a reservation
     14=== 1. Making a reservation
    1515You'll need to allocated a set of nodes / resources at a specific date/time under your registered account name. This process is outlined here -  [wiki:Documentation/Short/CreateRes create a reservation].
    1616
    17 == 2. Log into testbed
     17=== 2. Log into testbed
    1818[wiki:tutorials/login Log into the console] of your reserved domain. Once you're logged into the console you'll have access to all the resources under that domain.
    1919
    20 == 3. Configure node / resources
     20=== 3. Configure node / resources
    2121Now you're ready to check and load images (ie. Linux operating system) onto the available resources - [wiki:Documentation/Short/LoadImage here].
    2222
    23 == 4. Work / develop using nodes / resources
     23=== 4. Work / develop using nodes / resources
    2424At this point you'll be able to all your resources are accessible. You should be able to log into the resource and start development. As an example refer to the [wiki:tutorials/basic_usage basic usage tutorial] for this process.
    2525
    26 == 5. Save progress prior to reservation time ending
     26=== 5. Save progress prior to reservation time ending
    2727This is always optional :)
    2828In the case when you have made additions to the loaded image, you may want to save it prior to your reservation time ending. The saving process is described [wiki:Documentation/Short/SaveImage here].  By saving the resource's image you can reload it at a later time and continue where you left off.