X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fslice-tab-experiment.html;h=bfa9cee9f3ca7ef35f07a6c314fbc7c256d771b8;hb=d861dbcfe1188ec46ff2006f812eaf0055b74ea2;hp=b6c7c5c4c2d84a9916da2e406c935fc0e1b73cac;hpb=f7ab045626ced984daefc7467f691f285141bb04;p=unfold.git diff --git a/portal/templates/slice-tab-experiment.html b/portal/templates/slice-tab-experiment.html index b6c7c5c4..bfa9cee9 100644 --- a/portal/templates/slice-tab-experiment.html +++ b/portal/templates/slice-tab-experiment.html @@ -1,95 +1,217 @@ -
+
+ + +
-
-

How to access your slice

+ + + + + + + + + {% if nitos_paris_resources %} +

FIT NITOS-Lab Paris

+

+ $ ssh {{slicename}}@griffin.ipv6.lip6.fr +

+

For each of the reserved nodes, follo the steps given below:

- $ ssh root@node016 + {%for resource in nitos_paris_resources %} + Resource
+ $ omf load -i baseline_grid.ndz -t {{resource}} #loading OMF image on the node
+ $ omf tell -a on -t {{resource}} #turn on the node
+ $ ssh root@{{resource}} #ssh to the node

+ {%endfor%}

+

- On the node itself you will have to modify the file /etc/omf-resctl-5.3/omf-resctl.yaml according to your slice settings and then + On the node itself you will have to modify the file /etc/omf-resctl-5.3/omf-resctl.yaml (OMF5.4 only) according to your slice settings and then restart the OMF Resource Controller and finally execute the experiment:

- $ omf exec --slice slice_name your_exp.rb + $ omf exec --slice {{slicename}} your_exp.rb

- The complete tutorial is available at the following address: + The complete tutorial on NITOS nodes: NITOS basic tutorial

- -
+

OMF based experiments' tutorials are available here.

+

To learn more about OMF, please click here.

+ + {% endif %}

Available Tools

SSH

Secure Shell (SSH) is a cryptographic network protocol for secure data communication, remote command-line login, remote command execution, and other secure network services between two networked computers that connects, via a secure channel over an insecure network, a server and a client (running SSH server and SSH client programs, respectively). The protocol specification distinguishes between two major versions that are referred to as SSH-1 and SSH-2.

-

More Info: http://en.wikipedia.org/wiki/Secure_Shell

+

More info: http://en.wikipedia.org/wiki/Secure_Shell


+

PuTTY

+

+ PuTTY is an SSH and telnet client, developed originally by Simon Tatham for the Windows platform. PuTTY is open source software that is available with source code and is developed and supported by a group of volunteers. +

+

More info: http://www.putty.org/


NEPI, the Network Experimentation Programming Interface, is a life-cycle management tool for network experiments. The idea behind NEPI is to provide a single tool to design, deploy, and control network experiments, and gather the experiment results. Going further, NEPI was specially conceived to function with arbitrary experimentation platforms, so researchers could use a single tool to work with network simulators, emulators, or physical testbeds, or even a mixture of them. To accomplish this, NEPI provides a high-level interface to describe experiments that is independent from any experimentation platform, but is able to capture platform specific configurations. Experiment definitions can be stored in XML format to be later reproduced, and modified according to experimentation needs. Experiment execution is orchestrated by a global experiment controller, that is platform independent, and different platform-dependent testbed controllers, creating a control hierarchy that is able t adapt to platform specific requirements while providing an integrated control scheme.

-

More Info: http://nepi.inria.fr

+

More info: http://nepi.inria.fr


OMF is a Testbed Control, Measurement and Management Framework.

@@ -99,5 +221,3 @@

In addition to the main OMF software, this site also hosts OMF sub-projects addressing various related aspects of a testbed's control, measurement, and management.

More Info: http://mytestbed.net/projects/omf

-
-