X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fslice-tab-experiment.html;h=e10c88f9fff897ec4fa5858a52414d486f75a6e1;hb=bc5fef422b84dae845615fad065ece5ef450e01c;hp=09534104c9e71391a15ea288a859dda927ea2d70;hpb=5764f6bd5ce6407add272bdbbcc53832b9a9b488;p=unfold.git diff --git a/portal/templates/slice-tab-experiment.html b/portal/templates/slice-tab-experiment.html index 09534104..e10c88f9 100644 --- a/portal/templates/slice-tab-experiment.html +++ b/portal/templates/slice-tab-experiment.html @@ -15,14 +15,55 @@ $ 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 %} @@ -32,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

@@ -48,18 +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 %} 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

+ $ 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 %} @@ -79,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