Changes between Version 37 and Version 38 of Documentation/CGettingStarted
- Timestamp:
- Sep 15, 2006, 11:45:25 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/CGettingStarted
v37 v38 13 13 == Running the Experiment == 14 14 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. 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. 16 16 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: 20 18 21 19 ||Main grid (400 nodes)|| console.grid.orbit-lab.org || … … 25 23 ||Sandbox 6 (2 nodes)|| console.sb6.orbit-lab.org || 26 24 ||Sandbox 7 (2 nodes)|| console.sb7.orbit-lab.org || 25 ||Sandbox 8 (2 nodes)|| console.sb8.orbit-lab.org || 27 26 28 27 29 28 For e.g to access the sandbox2, 30 29 {{{ 31 yourhost>ssh username@gateway.orbit-lab.org 32 33 gateway> ssh username@console.sb2.orbit-lab.org 30 yourhost>ssh username@console.sb2.orbit-lab.org 34 31 }}} 35 36 [[Image(howto1.PNG)]]37 32 38 33 When 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.