X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fslice-tab-experiment.html;h=29b7bafa9b20b14ff6f785cd66d0933694b2b6b7;hb=b6dc3827437f1717ac4c09304ad0c9fc2ea22f7d;hp=1430dae6c33af48e7876c8e6c415320ffd821f95;hpb=8fa29a76180dcbad28ba610ade6d80ddc86120f8;p=unfold.git diff --git a/portal/templates/slice-tab-experiment.html b/portal/templates/slice-tab-experiment.html index 1430dae6..29b7bafa 100644 --- a/portal/templates/slice-tab-experiment.html +++ b/portal/templates/slice-tab-experiment.html @@ -8,16 +8,40 @@ 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%}

- $ ssh your_slice_name@planetlab-resource.hostname.com -

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

+ {%endif%} +

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.

FIT IoT-Lab

- +

FIT IoT-Lab resources are accessible directly via SSH and web GUI. + 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 + the following command: +

+

+ ssh {{username}}@fit3-dev.inrialpes.fr +

+

Windows users

+

Use SSH client.

+

NITOS

@@ -25,9 +49,11 @@ The NITOS server address is nitlab.inf.uth.gr, so to connect to the NITOS server:

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

- +

Windows users

+

Use SSH client.

+