Changes between Version 17 and Version 18 of Documentation/CGettingStarted
- Timestamp:
- Nov 8, 2005, 11:46:12 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/CGettingStarted
v17 v18 27 27 Currently, this requires a two step process. 28 28 * You first need to log into '''gateway.orbit-lab.org''' with your Orbit credentials using [http://www.openssh.com/ SSH]. 29 * During your slot, you can then log into the '''console''' corresponding to the following table:29 * '''During your approved time slot''', you can then log into the '''console''' corresponding to the following table using SSH: 30 30 31 31 ||Main grid (400 nodes)|| console.grid.orbit-lab.org || … … 36 36 ||Sandbox 9 (64 nodes)|| console.sb9.orbit-lab.org || 37 37 38 For e.g to access the smaller grid (64 nodes), 39 {{{ 40 yourhost>ssh username@gateway.orbit-lab.org 38 41 42 gateway> ssh username@console.sb9.orbit-lab.org 43 }}} 39 44 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. This experiment will send UDP datagrams of 1024 bytes from node 1-1 to node 1-2 at 300 kbps CBR traffic. Both, sender and receiver, report measurements to a database, using our [wiki:OML OML] measurement framework. 40 45