From: Yasin Rahman Date: Mon, 2 Mar 2015 15:42:24 +0000 (+0100) Subject: Tools tab: updated X-Git-Tag: myslice-1.3~70 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=411b6f4ec97c34983643b9299b72a9908764b908 Tools tab: updated --- diff --git a/portal/templates/fed4fire/fed4fire_slice-tab-experiment.html b/portal/templates/fed4fire/fed4fire_slice-tab-experiment.html deleted file mode 100644 index 0ca237fd..00000000 --- a/portal/templates/fed4fire/fed4fire_slice-tab-experiment.html +++ /dev/null @@ -1,111 +0,0 @@ -
-
-
-

How to access your slice

-

PlanetLab Europe

- -

- PlanetLab Europe resources are accessible directly via SSH. Your SSH public key is deployed automatically - on the reserved nodes. To access your slice on a resource just type the following command: -

- {%if ple_resources%} -

- {%for resource in ple_resources %} - $ ssh {{ple_slicename}}@{{resource}}
- {%endfor%} -

-

Windows users

-

Use SSH client.

- - {%else%} -

NOTE: You did not reserve any PLE resources yet. Once reserved, you will get the actual SSH command. A specimen command is given below:

-

- $ ssh {{ple_slicename}}@planetlab-resource.hostname.com
-

-

Windows users

-

Use SSH client.

- - {%endif%} -

NOTE: Your original slicename {{slicename}} has been converted to PlanetLab specific format {{ple_slicename}} in order to do SSH.

-

Please note that the first '.' is replaced by number 8 and the rest of the dot/s are replaced by underscore/s.

-

- Be aware that after you reserve a PlanetLab Europe resource your slice will be deployed with a delay of about 15 minutes, - after witch you will be able to access the resource. -

- -

NITOS

- -

- NITOS resources are not directly accessible. You will need to log in on a gateway server and from there access the node. - The NITOS server address is nitlab.inf.uth.gr, so to connect to the NITOS server: -

-

- $ ssh {{slicename}}@nitlab.inf.uth.gr -

-

Windows users

-

Use SSH client.

- -

- -

- -

- You will then need to prepare the resource by loading an OMF image on it: -

- -

- $ omf load -i baseline_grid.ndz -t omf.nitos.node016 -

- -

- Turn on the node: -

- -

- $ omf tell -a on -t omf.nitos.node016 -

-

- And finally ssh on the node: -

-

- $ ssh root@node016 -

-

- 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 - restart the OMF Resource Controller and finally execute the experiment: -

-

- $ omf exec --slice slice_name your_exp.rb -

-

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

- -
- -

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

-
-
-

-

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

-
-

-

OMF is a Testbed Control, Measurement and Management Framework.

-

- OMF was originally developed for the ORBIT wireless testbed at Winlab, Rutgers University. Since 2007, OMF has been actively extended to operate on testbeds with many different type of network and resource technologies. It is now deployed and used on different testbeds in Australia, Europe, and in the U.S. OMF is currently being extended further to support exciting new features and technologies. This website is hosting this ongoing activity. OMF development is now conducted essentially within the TEMPO project at NICTA (Australia) in strong collaboration with Winlab (Rutgers University). -

-

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

-
-
-
diff --git a/portal/templates/slice-tab-experiment.html b/portal/templates/slice-tab-experiment.html index ce97efa1..7773a98b 100644 --- a/portal/templates/slice-tab-experiment.html +++ b/portal/templates/slice-tab-experiment.html @@ -16,7 +16,6 @@ {%endfor%}

NOTE: Your original slicename {{slicename}} has been converted to PlanetLab specific format {{ple_slicename}} in order to do SSH.

-

Please note that the first '.' is replaced by number 8 and the rest of the dot/s are replaced by underscore/s.

Be aware that after you reserve a PlanetLab Europe resource your slice will be deployed with a delay of about 15 minutes, after witch you will be able to access the resource.