Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
[myslice.git] / portal / templates / slice-tab-experiment.html
1 <div class="col-md-10 col-md-offset-1">
2         <h2>How to access your slice</h2>
3         <h3>PlanetLab Europe</h3>
4         
5         <p>
6                 PlanetLab Europe resources are accessible directly via SSH. Your SSH public key is deployed automatically
7                 on the reserved nodes. To access your slice on a resource just type the following command:
8         </p>
9         {%if ple_resources%}
10         <p class="command">
11         {%for resource in ple_resources %}
12                 $ ssh {{ple_slicename}}@{{resource}}<br>
13         {%endfor%}
14         </p>
15          <h4>Windows users</h4>
16          <p>Use <a href="http://www.putty.org/" target="_blank">SSH client.</a></p>
17         {%else%}
18                 <p><b>NOTE:</b> You did not reserve any PLE resources yet. Once reserved, you will get the actual SSH command. A specimen command is given below:</p>
19                 <p class="command">
20                 $ ssh {{ple_slicename}}@planetlab-resource.hostname.com<br>
21                 </p>
22         {%endif%}
23         <h4>Windows users</h4>
24         <p>Use <a href="http://www.putty.org/" target="_blank">SSH client.</a></p>
25         <p><strong>NOTE:</strong> Your original slicename <b>{{slicename}}</b> has been converted to PlanetLab specific format <b>{{ple_slicename}}</b> in order to do SSH.</p>
26         <p>Please note that the first '.' is replaced by number 8 and the rest of the dot/s are replaced by underscore/s.</p>
27         <p>
28                 Be aware that after you reserve a PlanetLab Europe resource your slice will be deployed with a delay of about 15 minutes, 
29                 after witch you will be able to access the resource.
30         </p>
31         
32         <h3>FIT IoT-Lab</h3>
33         <p>FIT IoT-Lab resources are accessible directly via SSH and <a href="https://devgrenoble.senslab.info/testbed/" target="_blank">web GUI.</a>
34                 To acess IoT-Lab resources using web GUI, use the same login and  password of OneLab portal. To acess Iot-Lab resources using SSH type
35                 the following command:
36         </p>
37         <p class="command">
38                 ssh {{username}}@fit3-dev.inrialpes.fr
39         </p>
40         <h4>Windows users</h4>
41         <p>Use <a href="http://www.putty.org/" target="_blank">SSH client.</a></p>
42
43         <h3>NITOS</h3>
44         
45         <p>
46          NITOS resources are not directly accessible. You will need to log in on a gateway server and from there access the node.
47          You will find the ssh commands to connect to NITOS nodes below:
48         </p>
49         <h4>NITLab</h4>
50         <p class="command">
51         $ ssh {{slicename}}@nitlab.inf.uth.gr
52         </p>
53         <h4>FIT NITOS-Lab Paris</h4>
54          <p class="command">
55         $ ssh {{slicename}}@griffin.ipv6.lip6.fr
56          </p>
57
58          <h5>Windows users</h5>
59          <p>Use <a href="http://www.putty.org/" target="_blank">SSH client.</a></p>
60
61         <p>
62         <!-- In order to connect to NITOS server he has to upload his public key on the server. 
63         For now we do it this way: http://nitlab.inf.uth.gr/NITlab/index.php/your-ssh-keys. 
64         I think this is a procedure that needs to be done at the registration phase of the user, 
65         through myslice, Broker etc. but I will answer you in a couple of days for sure. -->
66         </p>
67
68         <p>
69                 You will then need to prepare the resource by loading an OMF image on it:
70         </p>
71         
72         <p class="command">
73                 $ omf load -i baseline_grid.ndz -t node016
74         </p>
75
76         <p>
77                 Turn on the node:
78         </p>
79         
80         <p class="command">
81                 $ omf tell -a on -t node016
82         </p>
83         <p>
84                 And finally ssh on the node:
85         </p>
86         <p class="command">
87                 $ ssh root@node016
88         </p>
89         <p>
90                 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
91                 restart the OMF Resource Controller and finally execute the experiment:
92         </p>
93         <p class="command">
94                 $ omf exec --slice slice_name your_exp.rb
95         </p>
96         <p>
97         The complete tutorial is available at the following address:
98         <a target="_blank" href="http://nitlab.inf.uth.gr/NITlab/index.php/testbed/instructions/basic-tutorial">NITOS basic tutorial</a>
99         </p>
100         <p>To learn more about OMF6, please click <a href="http://omf.mytestbed.net/projects/omf6/wiki/Wiki" target="_blank">here.</a></p>
101         
102         <br />
103         
104         <h2>Available Tools</h2>
105         <p><img src="{{ STATIC_URL }}img/terminal_icon.png" width="50"> <b>SSH</b></p>
106         <p>
107         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.
108         </p>
109         <p> More info: <a href="http://en.wikipedia.org/wiki/Secure_Shell" target="_blank">http://en.wikipedia.org/wiki/Secure_Shell</a></p>
110         <br>
111         <p><img src="{{ STATIC_URL }}img/putty-logo.png" width="50"> <b>PuTTY</b></p>
112         <p>
113                 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.
114         </p>
115         <p>More info: <a href="http://www.putty.org/" target="_blank">http://www.putty.org/</a></p>     
116         <br>
117         <p><img src="{{ STATIC_URL }}img/nepi_logo.png" width="90"></p>
118         <p>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.</p>
119         <p> More info: <a href="http://nepi.inria.fr" target="_blank">http://nepi.inria.fr</a></p>
120         <br>
121         <p><img src="{{ STATIC_URL }}img/omf-logo.png" width="90"></p>
122         <p>OMF is a Testbed Control, Measurement and Management Framework.</p>
123         <p>
124         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).
125         </p>
126         <p>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.</p>
127         <p>More Info: <a href="http://mytestbed.net/projects/omf" target="_blank">http://mytestbed.net/projects/omf</a></p>
128 </div>