Changes between Version 37 and Version 38 of Documentation/CGettingStarted


Ignore:
Timestamp:
Sep 15, 2006, 11:45:25 PM (18 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/CGettingStarted

    v37 v38  
    1313== Running the Experiment ==
    1414
    15 During 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.
     15During 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. 
    1616
    17 Currently, this requires a two step process.
    18  * You first need to log into '''gateway.orbit-lab.org''' with your Orbit credentials using [http://www.openssh.com/ SSH].
    19  * '''During your approved time slot''', you can then log into the '''console''' corresponding to the following table using SSH:
     17'''During your approved time slot''', you can then log into the '''console''' corresponding to the following table using SSH:
    2018
    2119||Main grid (400 nodes)|| console.grid.orbit-lab.org ||
     
    2523||Sandbox 6 (2 nodes)|| console.sb6.orbit-lab.org ||
    2624||Sandbox 7 (2 nodes)|| console.sb7.orbit-lab.org ||
     25||Sandbox 8 (2 nodes)|| console.sb8.orbit-lab.org ||
    2726
    2827
    2928For e.g to access the sandbox2,
    3029{{{
    31 yourhost>ssh username@gateway.orbit-lab.org
    32 
    33 gateway> ssh username@console.sb2.orbit-lab.org
     30yourhost>ssh username@console.sb2.orbit-lab.org
    3431}}}
    35 
    36 [[Image(howto1.PNG)]]
    3732
    3833When 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.