Changes between Version 69 and Version 70 of GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-6


Ignore:
Timestamp:
01/23/13 16:11:55 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v69 v70  
    10391039Determine compute resources allocated to each sliver in the ExoGENI racks. First make sure the sliverstatus is ready:
    10401040{{{
    1041  $ readyToLogin.py -a eg-sm sliverstatus EG-EXP-6-exp2
    1042 
    1043  $ readyToLogin.py -a eg-renci sliverstatus EG-EXP-6-exp2
    1044 }}}
    1045 
    1046 ?????
    1047 
    1048 Once the slivers are ready get the list of hosts allocated with Omni:
    1049 {{{
    1050  $ omni.py -a exobbn listresources EG-EXP-6-exp2 -o
    1051  $ omni.py -a exorci listresources EG-EXP-6-exp2 -o
    1052  $ egrep hostname EG-EXP-6-exp2-rspec-bbn-hn-exogeni-net-11443-orca.xml
    1053    <login authentication="ssh-keys" hostname="192.1.242.8" port="22" username="root"/>     
    1054    <login authentication="ssh-keys" hostname="192.1.242.7" port="22" username="root"/>           
    1055  $ egrep hostname EG-EXP-6-exp2-rspec-rci-hn-exogeni-net-11443-orca.xml
    1056    <login authentication="ssh-keys" hostname="152.54.14.16" port="22" username="root"/>     
    1057    <login authentication="ssh-keys" hostname="152.54.14.14" port="22" username="root"/>     
    1058 }}}
    1059 
    1060 Login to first BBN VM and send traffic to remote:
    1061 {{{
    1062  $ ssh root@192.1.242.7
    1063  root@debian:~# ifconfig eth1
    1064  eth1      Link encap:Ethernet  HWaddr 52:54:00:0e:77:26 
    1065           inet addr:10.42.18.98  Bcast:10.42.18.255  Mask:255.255.255.0
    1066           inet6 addr: fe80::5054:ff:fe0e:7726/64 Scope:Link
    1067           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    1068           RX packets:18 errors:0 dropped:0 overruns:0 frame:0
    1069           TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
    1070           collisions:0 txqueuelen:1000
    1071           RX bytes:1248 (1.2 KiB)  TX bytes:398 (398.0 B)
    1072  root@debian:~# ping 10.42.18.15
    1073  PING 10.42.18.15 (10.42.18.15) 56(84) bytes of data.
    1074  64 bytes from 10.42.18.15: icmp_req=1 ttl=64 time=2277 ms
    1075  64 bytes from 10.42.18.15: icmp_req=2 ttl=64 time=1362 ms
    1076  64 bytes from 10.42.18.15: icmp_req=3 ttl=64 time=362 ms
    1077  64 bytes from 10.42.18.15: icmp_req=4 ttl=64 time=172 ms
    1078 }}}
    1079 Login to second BBN VM and send traffic to remote:
    1080 {{{
    1081  $ ssh root@192.1.242.8
    1082  root@debian:~# ifconfig eth1
    1083  eth1      Link encap:Ethernet  HWaddr 52:54:00:9f:cf:e6 
    1084           inet addr:10.42.18.77  Bcast:10.42.18.255  Mask:255.255.255.0
    1085           inet6 addr: fe80::5054:ff:fe9f:cfe6/64 Scope:Link
    1086           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    1087           RX packets:21 errors:0 dropped:0 overruns:0 frame:0
    1088           TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
    1089           collisions:0 txqueuelen:1000
    1090           RX bytes:1440 (1.4 KiB)  TX bytes:398 (398.0 B)
    1091  root@debian:~# ping 10.42.18.15
    1092  PING 10.42.18.15 (10.42.18.15) 56(84) bytes of data.
    1093  64 bytes from 10.42.18.15: icmp_req=1 ttl=64 time=2561 ms
    1094  64 bytes from 10.42.18.15: icmp_req=2 ttl=64 time=1562 ms
    1095  64 bytes from 10.42.18.15: icmp_req=3 ttl=64 time=654 ms
    1096  64 bytes from 10.42.18.15: icmp_req=4 ttl=64 time=171 ms
    1097 }}}
    1098 
    1099 Login to first RENCI VM and send traffic to remote:
    1100 {{{
    1101  $ ssh root@152.54.14.14
    1102  root@debian:~# ifconfig eth1
    1103  eth1      Link encap:Ethernet  HWaddr 52:54:00:92:84:59 
     1041 $ readyToLogin.py -a eg-sm EG-EXP-6-exp2
     1042 <...>
     1043 User root logins to BT using:
     1044        xterm -e ssh -i /home/lnevers1/.ssh/geni_key root@192.1.242.111 &
     1045 User root logins to geni2 using:
     1046        xterm -e ssh -i /home/lnevers1/.ssh/geni_key root@192.1.242.9 &
     1047
     1048 $ readyToLogin.py -a eg-renci EG-EXP-6-exp2
     1049 <...>
     1050 User root logins to VM using:
     1051        xterm -e ssh -i /home/lnevers1/.ssh/geni_key root@152.54.14.19 &
     1052 User root logins to VM-0 using:
     1053        xterm -e ssh -i /home/lnevers1/.ssh/geni_key root@152.54.14.20 &
     1054}}}
     1055
     1056Login to GPO VM named "geni2" and send traffic to remote RENCI VM:
     1057{{{
     1058$ ssh -i /home/lnevers1/.ssh/geni_key root@192.1.242.9
     1059root@geni2:~# /sbin/ifconfig|grep 10.42
     1060          inet addr:10.42.18.12  Bcast:10.42.18.255  Mask:255.255.255.0
     1061root@geni2:~# ping 10.42.18.15
     1062???
     1063
     1064}}}
     1065Login to GPO Bare Metal node and send traffic to remote RENCI VM-0:
     1066{{{
     1067$ ssh -i /home/lnevers1/.ssh/geni_key root@192.1.242.111
     1068[root@bbn-w10 ~]# /sbin/ifconfig|grep 10.42
     1069          inet addr:10.42.18.11  Bcast:10.42.18.255  Mask:255.255.255.0
     1070[root@bbn-w10 ~]# ping 10.42.18.16
     1071???
     1072}}}
     1073
     1074Login to RENCI VM and send traffic to GPO VM named geni2:
     1075{{{
     1076$ ssh -i /home/lnevers1/.ssh/geni_key root@152.54.14.19
     1077root@VM:~# /sbin/ifconfig|grep 10.42
     1078          inet addr:10.42.18.15  Bcast:10.42.18.255  Mask:255.255.255.0
     1079root@VM:~# ping 10.42.18.12
     1080???
     1081
     1082}}}
     1083Login to RENCI VM-0 and send traffic to remote GPO Bare Metal node:
     1084{{{
     1085$ ssh -i /home/lnevers1/.ssh/geni_key root@152.54.14.20
     1086root@VM-0:~# /sbin/ifconfig|grep 10.42
    11041087          inet addr:10.42.18.16  Bcast:10.42.18.255  Mask:255.255.255.0
    1105           inet6 addr: fe80::5054:ff:fe92:8459/64 Scope:Link
    1106           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    1107           RX packets:21 errors:0 dropped:0 overruns:0 frame:0
    1108           TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
    1109           collisions:0 txqueuelen:1000
    1110           RX bytes:1440 (1.4 KiB)  TX bytes:398 (398.0 B)
    1111  root@debian:~# ping 10.42.18.98
    1112  PING 10.42.18.98 (10.42.18.98) 56(84) bytes of data.
    1113  64 bytes from 10.42.18.98: icmp_req=1 ttl=64 time=4554 ms
    1114  64 bytes from 10.42.18.98: icmp_req=4 ttl=64 time=1610 ms
    1115  64 bytes from 10.42.18.98: icmp_req=2 ttl=64 time=3610 ms
    1116  64 bytes from 10.42.18.98: icmp_req=5 ttl=64 time=710 ms
    1117  64 bytes from 10.42.18.98: icmp_req=3 ttl=64 time=2711 ms
    1118  64 bytes from 10.42.18.98: icmp_req=6 ttl=64 time=172 ms
    1119 }}}
    1120 Login to second RENCI VM and send traffic to remote:
    1121 {{{
    1122  $ ssh root@152.54.14.16
    1123  root@debian:~# ifconfig eth1
    1124  eth1      Link encap:Ethernet  HWaddr 52:54:00:4c:59:50 
    1125           inet addr:10.42.18.15  Bcast:10.42.18.255  Mask:255.255.255.0
    1126           inet6 addr: fe80::5054:ff:fe4c:5950/64 Scope:Link
    1127           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    1128           RX packets:16 errors:0 dropped:0 overruns:0 frame:0
    1129           TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
    1130           collisions:0 txqueuelen:1000
    1131           RX bytes:1116 (1.0 KiB)  TX bytes:398 (398.0 B)
    1132  root@debian:~# ping 10.42.18.77
    1133  PING 10.42.18.77 (10.42.18.77) 56(84) bytes of data.
    1134  64 bytes from 10.42.18.77: icmp_req=1 ttl=64 time=2263 ms
    1135  64 bytes from 10.42.18.77: icmp_req=2 ttl=64 time=1339 ms
    1136  64 bytes from 10.42.18.77: icmp_req=3 ttl=64 time=394 ms
    1137  64 bytes from 10.42.18.77: icmp_req=4 ttl=64 time=171 ms
     1088root@VM-0:~# ping 10.42.18.11
     1089???
    11381090}}}
    11391091
     
    11441096Got a listresources from each aggregate in the experiment 2. Note, the WAPG resource at Rutgers is available via the Emulab ProtoGENI aggregate.  Executed the following to get resources for each aggregate:
    11451097{{{
    1146 $ omni.py listresources -a exobbn -o
    1147 $ omni.py listresources -a of-bbn -o
    1148 $ omni.py listresources -a of-i2 -o
    1149 $ omni.py listresources -a of-rutgers -o
     1098$ omni.py listresources -a eg-gpo -o
     1099$ omni.py listresources -a of-gpo -o -V1
     1100$ omni.py listresources -a of-i2 -o -V1
     1101$ omni.py listresources -a of-rutgers -o -V1
    11501102$ omni.py listresources -a pgeni -o   
    1151 $ omni.py listresources -a pg2 --api-version 2 -t GENI 3 -o   
     1103$ omni.py listresources -a pg-utah -o   
    11521104}}}
    11531105
     
    11581110== 19. Define a request RSpec for a VM at the BBN ExoGENI ==
    11591111
    1160 Defined RSpec for one VM on the shared VLAN 1750 in the BBN ExoGENI rack: [http://groups.geni.net/geni/browser/trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-6/EG-EXP-6-exp3-exobbn.rspec EG-EXP-6-exp3-exobbn.rspec]
     1112Defined RSpec for one VM on the shared VLAN 1750 in the GPO ExoGENI rack: [http://groups.geni.net/geni/browser/trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-6/EG-EXP-6-exp3-eg-gpo.rspec EG-EXP-6-exp3-wg-gpo.rspec]
    11611113
    11621114== 20. Define a request RSpec for a compute resource at the GPO Meso-scale site ==
    11631115
    1164 Defined RSpec for one PG Resource at the GPO PG site: [http://groups.geni.net/geni/browser/trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-6/EG-EXP-6-exp3-bbn-pgeni.rspec EG-EXP-6-exp3-bbn-pgeni.rspec]
     1116Defined RSpec for one PG Resource at the GPO PG site: [http://groups.geni.net/geni/browser/trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-6/EG-EXP-6-exp3-pg-gpo.rspec EG-EXP-6-exp3-pg-gpo.rspec]
    11651117
    11661118== 21. Define a request RSpec for a compute resource at a Meso-scale site ==
     
    11701122== 22. Define request RSpecs for !OpenFlow resources to allow connection from OF BBN ExoGENI to Meso-scale OF sites GPO (NLR) and Rutgers Sites (I2) ==
    11711123
    1172 Defined the !OpenFlow RSpecs for the sites below, note that the BBN OF RSpec overlaps with the one in experiment 1 and is being used here:
     1124Defined the !OpenFlow RSpecs for the FOAM sites below:
     1125
    11731126  - Rutgers [http://groups.geni.net/geni/browser/trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-6/EG-EXP-6-exp3-openflow-rutgers.rspec EG-EXP-6-exp3-openflow-rutgers.rspec]
    1174   - BBN [EG-EXP-6-exp3-openflow-bbn.rspec]
     1127  - GPO [http://groups.geni.net/geni/browser/trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-6/EG-EXP-6-exp3-openflow-gpo.rspec  EG-EXP-6-exp3-openflow-gpo.rspec]
    11751128  - Internet2 [http://groups.geni.net/geni/browser/trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-6/EG-EXP-6-exp3-openflow-i2.rspec EG-EXP-6-exp3-openflow-i2.rspec]
    11761129
     
    11811134}}}
    11821135
    1183 == 24. Create sliver that connects the Internet2 Meso-scale !OpenFlow site to the BBN ExoGENI Site, and the GPO Meso-scale site ==
    1184 
    1185 Requests are as follows:
    1186 {{{
    1187  $ omni.py -a exobbn createsliver EG-EXP-6-exp3 EG-EXP-6-exp3-exobbn.rspec 
     1136== 24. Create slivers that connect Meso-scale !OpenFlow site to the BBN ExoGENI Site, and the GPO Meso-scale site ==
     1137
     1138Create slivers at each compute resource aggregate. Create the sliver at GPO ExoGENI:
     1139{{{
     1140$ omni.py -a eg-gpo createsliver EG-EXP-6-exp3 EG-EXP-6-exp3-eg-gpo.rspec 
     1141INFO:omni:Loading config file /home/lnevers2/.gcf/omni_config
     1142INFO:omni:Using control framework pg
     1143INFO:omni:Substituting AM nickname eg-gpo with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
     1144INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+EG-EXP-6-exp3 expires on 2013-01-24 21:39:25 UTC
     1145INFO:omni:Substituting AM nickname eg-gpo with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
     1146INFO:omni:Substituting AM nickname eg-gpo with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
     1147INFO:omni:Creating sliver(s) from rspec file EG-EXP-6-exp3-eg-gpo.rspec for slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+EG-EXP-6-exp3
     1148INFO:omni:Got return from CreateSliver for slice EG-EXP-6-exp3 at https://bbn-hn.exogeni.net:11443/orca/xmlrpc:
     1149INFO:omni:<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
     1150INFO:omni:  <!-- Reserved resources for:
     1151        Slice: EG-EXP-6-exp3
     1152        at AM:
     1153        URN: unspecified_AM_URN
     1154        URL: https://bbn-hn.exogeni.net:11443/orca/xmlrpc
     1155 -->
     1156INFO:omni: 
     1157<rspec type="manifest" xsi:schemaLocation="http://www.geni.net/resources/rspec/3 http://www.geni.net/resources/rspec/3/manifest.xsd http://hpn.east.isi.edu/rspec/ext/stitch/0.1/ http://hpn.east.isi.edu/rspec/ext/stitch/0.1/stitch-schema.xsd http://groups.geni.net/exogeni/attachment/wiki/RspecExtensions/slice-info/1 http://groups.geni.net/exogeni/attachment/wiki/RspecExtensions/slice-info/1/slice_info.xsd?format=raw http://groups.geni.net/exogeni/attachment/wiki/RspecExtensions/sliver-info/1 http://groups.geni.net/exogeni/attachment/wiki/RspecExtensions/sliver-info/1/sliver_info.xsd?format=raw" xmlns:ns2="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" xmlns="http://www.geni.net/resources/rspec/3" xmlns:ns4="http://groups.geni.net/exogeni/attachment/wiki/RspecExtensions/sliver-info/1" xmlns:ns3="http://groups.geni.net/exogeni/attachment/wiki/RspecExtensions/slice-info/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     1158    <node sliver_id="urn:publicid:IDN+exogeni.net:bbnvmsite+sliver+d4b2d4a8-6cef-4124-b005-19640bf5bd4d#VM" exclusive="true" component_name="orca-vm-cloud" component_manager_id="urn:publicid:IDN+exogeni.net:bbnvmsite+authority+am" component_id="urn:publicid:IDN+exogeni.net:bbnvmsite+node+orca-vm-cloud" client_id="VM">
     1159        <sliver_type name="m1.small">
     1160            <disk_image version="104ea3d824906f0e13cebb89b14df232290553b1 " name="http://geni-images.renci.org/images/standard/debian/deb6-neuca-v1.0.5.xml"/>
     1161        </sliver_type>
     1162        <services/>
     1163        <interface client_id="VM:if0">
     1164            <ip type="ipv4" netmask="255.255.255.0" address="10.42.19.198"/>
     1165        </interface>
     1166        <ns4:geni_sliver_info state="Nascent" start_time="2013-01-23T15:41:18.974-05:00" expiration_time="2013-02-06T14:41:18.974-05:00" creation_time="2013-01-23T15:41:18.974-05:00" creator_urn="urn:publicid:IDN+pgeni.gpolab.bbn.com+user+lnevers2"/>
     1167    </node>
     1168    <link vlantag="1750" sliver_id="urn:publicid:IDN+exogeni.net:bbnvmsite+sliver+d4b2d4a8-6cef-4124-b005-19640bf5bd4d#lan0" client_id="lan0">
     1169        <interface_ref client_id="VM:if0"/>
     1170        <ns4:geni_sliver_info start_time="2013-01-23T15:41:18.974-05:00" expiration_time="2013-02-06T14:41:18.974-05:00" creation_time="2013-01-23T15:41:18.974-05:00" creator_urn="urn:publicid:IDN+pgeni.gpolab.bbn.com+user+lnevers2"/>
     1171    </link>
     1172    <ns3:geni_slice_info state="unknown" uuid="17ee20e6-b62a-426f-9c70-bb4c9a60c600" urn="urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+EG-EXP-6-exp3"/>
     1173</rspec>
     1174
     1175INFO:omni: ------------------------------------------------------------
     1176INFO:omni: Completed createsliver:
     1177  Options as run:
     1178                aggregate: ['eg-gpo']
     1179                framework: pg
     1180
     1181  Args: createsliver EG-EXP-6-exp3 EG-EXP-6-exp3-eg-gpo.rspec
     1182  Result Summary: Got Reserved resources RSpec from bbn-hn-exogeni-net-11443-orca
     1183INFO:omni: ============================================================
     1184}}}
     1185Create sliver for Rutgers WAPG node pg52:
     1186{{{
     1187$ omni.py -a pg-utah createsliver EG-EXP-6-exp3 EG-EXP-6-exp3-rutgers-wapg.rspec
     1188INFO:omni:Loading config file /home/lnevers2/.gcf/omni_config
     1189INFO:omni:Using control framework pg
     1190INFO:omni:Substituting AM nickname pg-utah with URL https://www.emulab.net/protogeni/xmlrpc/am, URN unspecified_AM_URN
     1191INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+EG-EXP-6-exp3 expires on 2013-01-24 21:39:25 UTC
     1192INFO:omni:Substituting AM nickname pg-utah with URL https://www.emulab.net/protogeni/xmlrpc/am, URN unspecified_AM_URN
     1193INFO:omni:Substituting AM nickname pg-utah with URL https://www.emulab.net/protogeni/xmlrpc/am, URN unspecified_AM_URN
     1194INFO:omni:Creating sliver(s) from rspec file EG-EXP-6-exp3-rutgers-wapg.rspec for slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+EG-EXP-6-exp3
     1195INFO:omni:Got return from CreateSliver for slice EG-EXP-6-exp3 at https://www.emulab.net/protogeni/xmlrpc/am:
     1196INFO:omni:<!-- Reserved resources for:
     1197        Slice: EG-EXP-6-exp3
     1198        at AM:
     1199        URN: unspecified_AM_URN
     1200        URL: https://www.emulab.net/protogeni/xmlrpc/am
     1201 -->
     1202INFO:omni:<rspec xmlns="http://www.geni.net/resources/rspec/3" xmlns:flack="http://www.protogeni.net/resources/rspec/ext/flack/1" xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="manifest" xsi:schemaLocation="http://www.geni.net/resources/rspec/3   http://www.geni.net/resources/rspec/3/manifest.xsd"> 
     1203
     1204  <node client_id="wapg-rutgers-pg52" component_id="urn:publicid:IDN+emulab.net+node+pg52" component_manager_id="urn:publicid:IDN+emulab.net+authority+cm" component_name="pg52" exclusive="true" sliver_id="urn:publicid:IDN+emulab.net+sliver+106682">
     1205    <interface client_id="wapg-rutgers-pg51:if0">
     1206   <ip address="10.42.19.152" netmask="255.255.255.0"/>
     1207    </interface>
     1208  <sliver_type name="raw-pc"/><rs:vnode xmlns:rs="http://www.protogeni.net/resources/rspec/ext/emulab/1" name="pg52"/><host name="wapg-rutgers-pg52.EG-EXP-6-exp3.pgeni-gpolab-bbn-com.emulab.net"/><services><login authentication="ssh-keys" hostname="pg52.emulab.net" port="22" username="lnevers2"/></services></node>
     1209
     1210</rspec>
     1211INFO:omni: ------------------------------------------------------------
     1212INFO:omni: Completed createsliver:
     1213
     1214  Options as run:
     1215                aggregate: ['pg-utah']
     1216                framework: pg
     1217
     1218  Args: createsliver EG-EXP-6-exp3 EG-EXP-6-exp3-rutgers-wapg.rspec
     1219
     1220  Result Summary: Got Reserved resources RSpec from www-emulab-net-protogeni
     1221INFO:omni: ============================================================
     1222
     1223}}}
     1224Create sliver for GPO PG Node:
     1225{{{
     1226 $ omni.py -a pgeni createsliver EG-EXP-6-exp3 EG-EXP-6-exp3-pg-gpo.rspec  ## See Note1
     1227(FAILURE AT PGENI -- INVESTIGATING)
     1228}}}
     1229
     1230Create the sliver at the FOAM aggregates. Sliver creation at the GPO ExoGENI FOAM:
     1231{{{
    11881232 $ omni.py -a of-exobbn createsliver EG-EXP-6-exp3 EG-EXP-6-exp3-openflow-exobbn.rspec
    1189  $ omni.py -a pgeni createsliver EG-EXP-6-exp3 EG-EXP-6-exp3-bbn-pgeni.rspec  ## See Note1
     1233}}}
     1234Sliver creation at the GPO Site FOAM:
     1235{{{
    11901236 $ omni.py -a of-bbn createsliver EG-EXP-6-exp3 EG-EXP-6-exp3-openflow-bbn.rspec
     1237}}}
     1238Sliver creation at the Internet2 FOAM:
     1239{{{
    11911240 $ omni.py -a of-i2 createsliver EG-EXP-6-exp3 EG-EXP-6-exp3-openflow-i2.rspec
    1192  $ omni.py -a pg2 createsliver EG-EXP-6-exp3 --api-version 2 -t GENI 3 EG-EXP-6-exp3-rutgers-wapg.rspec ## Both WAPG not available
     1241}}}
     1242
     1243Sliver creation at the Rutgers FOAM:
     1244{{{
    11931245 $ omni.py -a of-rutgers createsliver EG-EXP-6-exp3 EG-EXP-6-exp3-openflow-rutgers.rspec
    11941246}}}
    11951247
    1196 Note: The GPO ProtoGENI reservation must be requested before the BBN OpenFlow FOAM request. This must be done to determine the port of the GPO PG node assigned, and then configure the BBN FOAM RSpec accordingly.
     1248Note: The GPO ProtoGENI reservation must be requested before the BBN OpenFlow FOAM request. This must be done to determine the port of the GPO PG node assigned, and then configure the GPO FOAM RSpec accordingly.
    11971249
    11981250== 25. Log in to each of the compute resources in the slice ==