Changes between Version 25 and Version 26 of Documentation/CGettingStarted
- Timestamp:
- Feb 15, 2006, 5:38:36 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/CGettingStarted
v25 v26 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(howto1.PNG)]]21 19 * '''During your approved time slot''', you can then log into the '''console''' corresponding to the following table using SSH: 22 20 23 [[Image(howto2.PNG)]]24 21 ||Main grid (400 nodes)|| console.grid.orbit-lab.org || 25 22 ||Sandbox 1 (2 nodes)|| console.sb1.orbit-lab.org || … … 36 33 }}} 37 34 35 [[Image(howto1.PNG)]] 36 37 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. 38 * Prior to the experiment, users need to install the baseline image on the hard disks of the nodes. This process will soon be done by the system before a slot is approved so that users can directly start the experiment with their preferred image on the nodes 39 40 [[Image(howto2.PNG)]] 41 42 43 After the imaging process is complete as shown in the figure below, users can now run the Helloworld experiment. 38 44 39 45 [[Image(howto3.PNG)]] 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.41 46 42 47 The experiment can be started with: 43 44 45 [[Image(howto4.PNG)]]46 47 [[Image(howto5.PNG)]]48 48 {{{ 49 49 user#> nodehandler -t 50 50 }}} 51 51 52 [[Image(howto4.PNG)]] 53 54 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. 55 [[Image(howto5.PNG)]] 52 56 53 57