619 | | An experimenter does not have site administrator privileges to identify all OpenFlow controllers that have access to the BBN ExoGENI !OpenFlow Switch. Was able to verify that the appropriate switches for the experiment on this page are connected to the !OpenFlow Controllers. |
| 617 | An experimenter does not have site administrator privileges to identify all OpenFlow controllers that have access to the BBN ExoGENI !OpenFlow Switch. As the Administrator, get a list of active slivers on the FOAM controller which runs on the BBN Head node in the ExoGENI rack: |
| 618 | {{{ |
| 619 | $ foamctl geni:list-slivers --passwd-file=/opt/foam/etc/foampasswd |
| 620 | { |
| 621 | "slivers": [ |
| 622 | { |
| 623 | "status": "Approved", |
| 624 | "sliver_urn": "urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+EG-EXP-6-exp1:21095873-0df9-4254-ba15-9af4e817d3a2", |
| 625 | "creation": "2012-08-14 22:00:31.138738+00:00", |
| 626 | "pend_reason": "Request has underspecified VLAN requests", |
| 627 | "expiration": "2012-08-30 00:00:00+00:00", |
| 628 | "deleted": "False", |
| 629 | "user": "urn:publicid:IDN+pgeni.gpolab.bbn.com+user+lnevers", |
| 630 | "slice_urn": "urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+EG-EXP-6-exp1", |
| 631 | "enabled": true, |
| 632 | "email": "lnevers@bbn.com", |
| 633 | "flowvisor_slice": "21095873-0df9-4254-ba15-9af4e817d3a2", |
| 634 | "desc": "EG-EXP-5-scenario1 resources at BBN ExoGENI.", |
| 635 | "ref": null, |
| 636 | "id": 34, |
| 637 | "uuid": "21095873-0df9-4254-ba15-9af4e817d3a2" |
| 638 | }, |
| 639 | { |
| 640 | "status": "Approved", |
| 641 | "sliver_urn": "urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+EG-EXP-6-exp2:4a1d909c-b0c7-45a7-b100-01e0b1d8bd3a", |
| 642 | "creation": "2012-08-14 22:05:36.797393+00:00", |
| 643 | "pend_reason": "Request has underspecified VLAN requests", |
| 644 | "expiration": "2012-08-22 00:00:00+00:00", |
| 645 | "deleted": "False", |
| 646 | "user": "urn:publicid:IDN+pgeni.gpolab.bbn.com+user+lnevers1", |
| 647 | "slice_urn": "urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+EG-EXP-6-exp2", |
| 648 | "enabled": true, |
| 649 | "email": "lnevers@bbn.com", |
| 650 | "flowvisor_slice": "4a1d909c-b0c7-45a7-b100-01e0b1d8bd3a", |
| 651 | "desc": "EG-EXP-5-scenario1 resources at BBN ExoGENI.", |
| 652 | "ref": null, |
| 653 | "id": 35, |
| 654 | "uuid": "4a1d909c-b0c7-45a7-b100-01e0b1d8bd3a" |
| 655 | }, |
| 656 | { |
| 657 | "status": "Approved", |
| 658 | "sliver_urn": "urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+EG-EXP-6-exp3:f08d3095-1c80-4d13-bb55-77fe60cc2743", |
| 659 | "creation": "2012-09-12 15:51:56.969258+00:00", |
| 660 | "pend_reason": "Request has underspecified VLAN requests", |
| 661 | "expiration": "2012-09-26 00:00:00+00:00", |
| 662 | "deleted": "False", |
| 663 | "user": "urn:publicid:IDN+pgeni.gpolab.bbn.com+user+lnevers2", |
| 664 | "slice_urn": "urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+EG-EXP-6-exp3", |
| 665 | "enabled": true, |
| 666 | "email": "lnevers@bbn.com", |
| 667 | "flowvisor_slice": "f08d3095-1c80-4d13-bb55-77fe60cc2743", |
| 668 | "desc": "EG-EXP-3 experiment 3 resources at BBN ExoGENI.", |
| 669 | "ref": null, |
| 670 | "id": 41, |
| 671 | "uuid": "f08d3095-1c80-4d13-bb55-77fe60cc2743" |
| 672 | } |
| 673 | ] |
| 674 | } |
| 675 | |
| 676 | |
| 677 | As an experimenter, it is possible to identify that the appropriate switches for the experiment on this page are connected to the !OpenFlow Controllers. |