Changes between Version 13 and Version 14 of GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-4


Ignore:
Timestamp:
06/04/12 12:54:09 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-4

    v13 v14  
    5353
    5454== Step 1. As Experimenter1, Request !ListResources RENCI ExoGENI ==
     55Request listresources from ExoSM, to determine which resources can be requested:
    5556
    5657{{{
     
    6869
    6970== Step 4. Create the first slice. ==
    70 Using the following command:
     71Using the following command create a slice for the first experiment:
    7172{{{
    72 $ ./src/omni.py createslice experiment1
     73$ $ ./src/omni.py createslice EG-EXP-4-exp1
    7374}}}
    7475
    7576
    7677== Step 5. Create a sliver ==
    77 Using the ExoSM and the RSpecs defined above issued:
     78Using the ExoSM and the RSpecs defined above create a sliver:
    7879{{{
    79 $ ./src/omni.py -a exosm createsliver experiment1 ./exorspec/EG-EXP-4_exp1.rspec
     80$ ./src/omni.py createsliver -a exosm EG-EXP-4-exp1 --api-version 2 ./exorspec/EG-EXP-4-exp1.rspec
     81}}}
     82
     83Verify that sliver status is ready:
     84{{{
     85$ ./src/omni.py sliverstatus -a exosm EG-EXP-4-exp1 --api-version 2 
     86}}}
     87Determined which VMs are allocated to this sliver:
     88{{{
     89$ ./src/omni.py listresources  -a exosm EG-EXP-4-exp1 --api-version 2 -o
     90$ egrep hostname EG-EXP-4-exp1-rspec-geni-renci-org-11443-orca.xml
     91<login authentication="ssh-keys" hostname="152.54.14.4" port="22" username="root"/>     
     92<login authentication="ssh-keys" hostname="192.1.242.6" port="22" username="root"/>     
    8093}}}
    8194
    8295== Step 6. Log in to each of the systems, and send traffic to the other system, leave traffic running ==
    8396
     97Connect to the RENCI VM and send traffic to the BBN VM:
     98{{{
     99$ ssh root@152.54.14.4
     100Linux debian 2.6.32-5-amd64 #1 SMP Mon Jan 16 16:22:28 UTC 2012 x86_64
     101
     102The programs included with the Debian GNU/Linux system are free software;
     103the exact distribution terms for each program are described in the
     104individual files in /usr/share/doc/*/copyright.
     105
     106Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
     107permitted by applicable law.
     108Last login: Mon Jun  4 16:47:08 2012 from arendia.gpolab.bbn.com
     109root@debian:~# ifconfig|grep 172
     110          inet addr:172.16.1.2  Bcast:172.16.1.255  Mask:255.255.255.0
     111root@debian:~# ping 172.16.1.1
     112PING 172.16.1.1 (172.16.1.1) 56(84) bytes of data.
     11364 bytes from 172.16.1.1: icmp_req=1 ttl=64 time=47.5 ms
     11464 bytes from 172.16.1.1: icmp_req=2 ttl=64 time=17.9 ms
     11564 bytes from 172.16.1.1: icmp_req=3 ttl=64 time=17.8 ms
     116}}}
     117
     118Connect to the BBN VM and send traffic to the RENCI VM:
     119{{{
     120$ ssh root@192.1.242.6
     121Linux debian 2.6.32-5-amd64 #1 SMP Mon Jan 16 16:22:28 UTC 2012 x86_64
     122
     123The programs included with the Debian GNU/Linux system are free software;
     124the exact distribution terms for each program are described in the
     125individual files in /usr/share/doc/*/copyright.
     126
     127Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
     128permitted by applicable law.
     129Last login: Mon Jun  4 16:47:34 2012 from arendia.gpolab.bbn.com
     130root@debian:~# ifconfig|grep 172
     131          inet addr:172.16.1.1  Bcast:172.16.1.255  Mask:255.255.255.0
     132root@debian:~# ping 172.16.1.2
     133PING 172.16.1.2 (172.16.1.2) 56(84) bytes of data.
     13464 bytes from 172.16.1.2: icmp_req=1 ttl=64 time=21.6 ms
     13564 bytes from 172.16.1.2: icmp_req=2 ttl=64 time=19.4 ms
     136}}}
     137
    84138== Step 7. As Experimenter2, Request !ListResources from RENCI ExoGENI ==
     139
     140Request listresources from ExoSM, to determine which resources can be requested:
     141{{{
     142$ ./src/omni.py -a exosm listresources -o
     143}}}
    85144
    86145== Step 8. Define a request RSpec ==
     
    89148
    90149== Step 9. Create a second slice  ==
     150Using the following command create a slice for the second experiment:
     151{{{
     152$ ./src/omni.py createslice EG-EXP-4-exp2
     153}}}
     154
    91155== Step 10. In the second slice, create a sliver at the RENCI ExoGENI aggregate using the RSpecs defined above  ==
    92156== Step 11. Log in to each of the end-point systems, and send traffic to the other end-point system which shares the same VLAN  ==