| 228 | Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/GPO-OG/OG-ST-2.rspec OG-ST-2.rspec]: |
| 229 | {{{ |
| 230 | $ omni.py createslice OG-ST-2 |
| 231 | 13:01:19 INFO : Loading agg_nick_cache file '/home/lnevers/.gcf/agg_nick_cache' |
| 232 | 13:01:19 INFO : Loading config file /home/lnevers/.gcf/omni_config |
| 233 | 13:01:19 INFO : Setting option useSliceMembers based on omni_config setting |
| 234 | 13:01:19 INFO : Using control framework portal |
| 235 | 13:01:19 INFO : Member Authority is https://ch.geni.net/MA (from config) |
| 236 | 13:01:19 INFO : Slice Authority is https://ch.geni.net/SA (from config) |
| 237 | 13:01:19 INFO : Created slice with Name OG-ST-2, URN urn:publicid:IDN+ch.geni.net:ln-test+slice+OG-ST-2, Expiration 2014-09-17 17:01:19+00:00 |
| 238 | 13:01:19 INFO : ------------------------------------------------------ |
| 239 | 13:01:19 INFO : Completed createslice: |
| 240 | |
| 241 | Options as run: |
| 242 | framework: portal |
| 243 | project: ln-test |
| 244 | useSliceMembers: True |
| 245 | Args: createslice OG-ST-2 |
| 246 | Result Summary: Created slice with Name OG-ST-2, URN urn:publicid:IDN+ch.geni.net:ln-test+slice+OG-ST-2, Expiration 2014-09-17 17:01:19+00:00 |
| 247 | 13:01:19 INFO : ====================================================== |
| 248 | |
| 249 | $ stitcher.py createsliver OG-ST-2 ./OG-ST-2-loop.rspec |
| 250 | 13:02:08 INFO : Configured logging from file /home/lnevers/gcf-2.7-0908/src/gcf/stitcher_logging.conf |
| 251 | 13:02:09 INFO : Reading slice OG-ST-2 credential... |
| 252 | 13:02:09 INFO : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+OG-ST-2 expires on 2014-09-17 17:01:19 UTC |
| 253 | 13:02:09 INFO : Using SCS at http://nutshell.maxgigapop.net:8081/geni/xmlrpc |
| 254 | 13:02:09 INFO : Calling SCS... |
| 255 | 13:02:13 INFO : Multi-AM reservation will include resources from these aggregates: |
| 256 | 13:02:13 INFO : <Aggregate urn:publicid:IDN+bbn-cam-ctrl-1.gpolab.bbn.com+authority+am> |
| 257 | 13:02:13 INFO : <Aggregate urn:publicid:IDN+clemson-clemson-control-1.clemson.edu+authority+am> |
| 258 | 13:02:13 INFO : <Aggregate ion> |
| 259 | 13:02:13 INFO : Stitcher doing createsliver at <Aggregate urn:publicid:IDN+bbn-cam-ctrl-1.gpolab.bbn.com+authority+am>... |
| 260 | 13:02:14 WARNING : Requested API version 2, but AM https://bbn-cam-ctrl-1.gpolab.bbn.com:5001 uses version 3. Same aggregate talks API v2 at a different URL: https://b |
| 261 | 13:02:58 INFO : ... Allocation at <Aggregate urn:publicid:IDN+bbn-cam-ctrl-1.gpolab.bbn.com+authority+am> complete. |
| 262 | 13:02:58 INFO : Stitcher doing createsliver at <Aggregate urn:publicid:IDN+clemson-clemson-control-1.clemson.edu+authority+am>... |
| 263 | 13:02:59 WARNING : Requested API version 2, but AM https://clemson-clemson-control-1.clemson.edu:5001 uses version 3. Same aggregate talks API v2 at a different URL: h |
| 264 | 13:03:21 INFO : ... Allocation at <Aggregate urn:publicid:IDN+clemson-clemson-control-1.clemson.edu+authority+am> complete. |
| 265 | 13:03:21 INFO : Stitcher doing createsliver at <Aggregate ion>... |
| 266 | 13:04:07 INFO : DCN AM <Aggregate ion>: must wait for status ready.... |
| 267 | 13:04:07 INFO : Pausing 30 seconds to let circuit become ready... |
| 268 | 13:04:45 INFO : Pausing 30 seconds to let circuit become ready... |
| 269 | 13:05:22 INFO : DCN circuit 117181 is ready at <Aggregate ion> |
| 270 | 13:05:22 INFO : DCN circuit 117191 is ready at <Aggregate ion> |
| 271 | 13:05:29 INFO : Getting credential from file /tmp/slice-ch-geni-net-ln-test-OG-ST-2-for-lnevers-cred.xml |
| 272 | 13:05:29 INFO : ... Allocation at <Aggregate ion> complete. |
| 273 | 13:05:29 INFO : All aggregates are complete. |
| 274 | 13:05:29 INFO : Your resources expire at 2014-09-11 17:03:26 (UTC). |
| 275 | 13:05:29 INFO : Saved combined reservation RSpec at 3 AMs to file '/home/lnevers/gcf-test/gramstitch/GPO/OG-ST-2-manifest-rspec-multiam-combined.xml' |
| 276 | Success: Reserved resources in slice OG-ST-2 at 3 Aggregates (including 1 intermediate aggregate(s) not in the original request), creating 2 stitched link(s). |
| 277 | }}} |
| 278 | |
| 279 | Determined login information at each GPO-OG and GPO aggregate: |
| 280 | {{{ |
| 281 | $ readyToLogin.py OG-ST-2 -a gpo-og |
| 282 | .... |
| 283 | GPO-OG's geni_status is: ready |
| 284 | User lnevers logs in to GPO-OG using: |
| 285 | ssh -p 3000 -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@192.1.243.5 |
| 286 | |
| 287 | $ readyToLogin.py OG-ST-2 -a clemson-og |
| 288 | .... |
| 289 | CLEM-OG's geni_status is: ready |
| 290 | User lnevers logs in to CLEM-OG using: |
| 291 | ssh -p 3000 -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@130.127.88.101 |
| 292 | |
| 293 | }}} |
| 294 | |
| 295 | Login to GPO OG host and ping the remote on each of the two interfaces. Below is the ping output for the GPO site: |
| 296 | {{{ |
| 297 | lnevers@clem-og:~$ ping 10.10.4.1 -c 60 -q |
| 298 | PING 10.10.4.1 (10.10.4.1) 56(84) bytes of data. |
| 299 | |
| 300 | --- 10.10.4.1 ping statistics --- |
| 301 | 60 packets transmitted, 55 received, 8% packet loss, time 59064ms |
| 302 | rtt min/avg/max/mdev = 26.089/26.164/26.283/0.151 ms |
| 303 | lnevers@clem-og:~$ ping 192.168.4.1 -c 60 -q |
| 304 | PING 192.168.4.1 (192.168.4.1) 56(84) bytes of data. |
| 305 | |
| 306 | --- 192.168.4.1 ping statistics --- |
| 307 | 60 packets transmitted, 55 received, 8% packet loss, time 59103ms |
| 308 | rtt min/avg/max/mdev = 26.050/26.108/26.268/0.089 ms |
| 309 | lnevers@clem-og:~$ |
| 310 | }}} |