X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fslice-tab-experiment.html;h=e10c88f9fff897ec4fa5858a52414d486f75a6e1;hb=c457730e8d49ee507846edeb8a474374f0122f25;hp=b29963a66f0fdd4a029619782ce86c400f89795c;hpb=03a115f8e1a770169f6cab6426b873bbebf894db;p=myslice.git diff --git a/portal/templates/slice-tab-experiment.html b/portal/templates/slice-tab-experiment.html index b29963a6..e10c88f9 100644 --- a/portal/templates/slice-tab-experiment.html +++ b/portal/templates/slice-tab-experiment.html @@ -11,17 +11,59 @@

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

-

Windows users

-

Use SSH client.

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.

+
+
+

Init Script on PLE

+ This bash script will be deployed on all PLE nodes of your slice +
+
+ + +
+ +
{% endif %} {% if iotlab_resources %} @@ -31,10 +73,8 @@ the following command:

- ssh {{username}}@fit3-dev.inrialpes.fr + ssh {{iot_login}}@grenoble.iot-lab.info

-

Windows users

-

Use SSH client.

{% endif %} {% if nitos_resources or nitos_paris_resources %}

NITOS

@@ -47,17 +87,22 @@ {% if nitos_resources %}

NITLab

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

+ $ ssh {{slicename}}@nitlab.inf.uth.gr #nodes 001-040
+ $ ssh {{slicename}}@nitlab2.inf.uth.gr #nodes 041-049
+ $ ssh {{slicename}}@nitlab3.inf.uth.gr #nodes > 049 +

-

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

+

Loading an OMF-compatible image on your resource:

{%for resource in nitos_resources %} - $ omf load -i baseline_grid.ndz -t {{resource}} #loading OMF image on the node
- $ omf tell -a on -t {{resource}} #turn on the node
+ Resource
+ $ omf6 stat -t {{resource}} #check the status of the node
+ $ omf6 tell -a on -t {{resource}} #turn on/off the node
+ $ omf6 load -i baseline.ndz -t {{resource}} #for orbit-like node (002-009) use "baseline_orbit.ndz"
$ ssh root@{{resource}} #ssh to the node
{%endfor%}

+

NOTE: Nodes 002-009 are orbit-like nodes. For these nodes use "baseline_orbit.ndz". All these images come with OMF5.4 resource controller. To do OMF6 experiments use "baseline_omf6_1_1.ndz" and "baseline_orbit_omf6_1_1.ndz" for grid nodes and orbit nodes respectively.

{% endif %} {% if nitos_paris_resources %} @@ -68,6 +113,7 @@

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

{%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

@@ -76,22 +122,20 @@ {%endif%}

- 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 {{slicename}} your_exp.rb

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

-

To learn more about OMF6, please click here.

- {% endif %} - -
Windows users
-

Use SSH client.

+

OMF based experiments' tutorials are available here.

+

To learn more about OMF, please click here.

+ {% endif %}

Available Tools

SSH