Changes between Version 21 and Version 22 of Documentation/CGettingStarted
- Timestamp:
- Feb 15, 2006, 5:15:33 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/CGettingStarted
v21 v22 17 17 Currently, this requires a two step process. 18 18 * You first need to log into '''gateway.orbit-lab.org''' with your Orbit credentials using [http://www.openssh.com/ SSH]. 19 20 [[Image(orbit-howto-10.jpg)]] 19 21 * '''During your approved time slot''', you can then log into the '''console''' corresponding to the following table using SSH: 20 22 23 [[Image(orbit-howto-15.jpg)]] 21 24 ||Main grid (400 nodes)|| console.grid.orbit-lab.org || 22 25 ||Sandbox 1 (2 nodes)|| console.sb1.orbit-lab.org || … … 32 35 gateway> ssh username@console.sb9.orbit-lab.org 33 36 }}} 37 38 39 [[Image(orbit-howto-19.jpg)]] 34 40 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. 35 41 36 42 The experiment can be started with: 37 43 44 45 [[Image(orbit-howto-20.jpg)]] 46 47 [[Image(orbit-howto-21.jpg)]] 38 48 {{{ 39 49 user#> nodehandler -t … … 48 58 Orbit provides a sophisticated framework to efficiently collect measurements at runtime into a database. This database is accessible to the experimenter during the experiment from the console. At the end of an experiment, the database is copied to an external machine and is accessible without a reservation. More information can be found [wiki:OML here]. 49 59 60 [[Image(orbit-howto27.jpg)]] 61 [[Image(orbit-howto29.jpg)]] 62 50 63 = Where to go from here = 51 64