From b7013080a3b71e42db750d5e406f3c2f1ef80b27 Mon Sep 17 00:00:00 2001 From: Yasin Date: Wed, 17 Dec 2014 16:02:19 +0100 Subject: [PATCH] Initial update: tools page - in progress --- portal/templates/slice-tab-experiment.html | 24 ++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/portal/templates/slice-tab-experiment.html b/portal/templates/slice-tab-experiment.html index 29b7bafa..f50ee9f2 100644 --- a/portal/templates/slice-tab-experiment.html +++ b/portal/templates/slice-tab-experiment.html @@ -46,12 +46,18 @@

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: + You will find the ssh commands to connect to NITOS nodes below:

+

NITLab

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

-

Windows users

+

FIT NITOS-Lab Paris

+

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

+ +
Windows users

Use SSH client.

@@ -66,7 +72,7 @@

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

@@ -74,7 +80,7 @@

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

And finally ssh on the node: @@ -93,6 +99,7 @@ The complete tutorial is available at the following address: NITOS basic tutorial

+

To learn more about OMF6, please click here.


@@ -101,12 +108,17 @@

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.

-- 2.43.0