Changes between Version 1 and Version 2 of UsingBenito


Ignore:
Timestamp:
Jun 27, 2011 11:41:48 AM (13 years ago)
Author:
mikeryan
Comment:

accessing nodes

Legend:

Unmodified
Added
Removed
Modified
  • UsingBenito

    v1 v2  
    5858We do not currently support any form of experiment modification. If you wish to modify your experiment, you must terminate the DETER experiment (not just swap out, but properly terminate) and then start a new benito experiment using the process outlined above.
    5959
     60== Accessing Nodes ==
     61
     62Nodes are accessed similarly to other DETER nodes. When you are on users, you can access a node named 'node-1' in YourPID/SomeEID using SSH:
     63
     64{{{
     65users$ ssh node-1.someeid.yourpid
     66node-1$ echo hello from qemu
     67hello from qemu
     68}}}
     69
     70From within the experiment you can communicate with other nodes in the experiment using just the hostname, as in an ordinary DETER experiment:
     71
     72{{{
     73node-2$ ping node-2
     74PING node-2-big-lan (10.0.0.32) 56(84) bytes of data.
     7564 bytes from node-2-big-lan (10.0.0.32): icmp_req=1 ttl=64 time=8.01 ms
     7664 bytes from node-2-big-lan (10.0.0.32): icmp_req=2 ttl=64 time=10.6 ms
     77^C
     78--- node-2-big-lan ping statistics ---
     792 packets transmitted, 2 received, 0% packet loss, time 1001ms
     80rtt min/avg/max/mdev = 8.015/9.318/10.622/1.307 ms
     81}}}
     82
    6083== What's Missing ==
    6184