Changes between Version 14 and Version 15 of GENIRacksHome/InstageniRacks/ConfirmationTestStatus/Stanford


Ignore:
Timestamp:
12/12/13 16:41:39 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/InstageniRacks/ConfirmationTestStatus/Stanford

    v14 v15  
    11121112{{{
    11131113LNM:~$ ssh control.instageni.stanford.edu
     1114Welcome to Ubuntu precise (development branch) (GNU/Linux 3.2.0-23-generic x86_64)
     1115
     1116 * Documentation:  https://help.ubuntu.com/
     1117
     1118  System information as of Thu Dec 12 21:31:50 UTC 2013
     1119
     1120  System load:     0.03              IP address for xenbr0:   171.67.2.9
     1121  Usage of /:      30.6% of 5.85GB   IP address for xenbr0:1: 172.16.0.1
     1122  Memory usage:    36%               IP address for xenbr1:   10.1.1.254
     1123  Swap usage:      0%                IP address for xenbr2:   10.2.1.254
     1124  Processes:       168               IP address for xenbr3:   10.3.1.254
     1125  Users logged in: 1
     1126
     1127  Graph this data and manage this system at https://landscape.canonical.com/
     1128
     1129The programs included with the Ubuntu system are free software;
     1130the exact distribution terms for each program are described in the
     1131individual files in /usr/share/doc/*/copyright.
     1132
     1133Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
     1134applicable law.
     1135
     1136To run a command as administrator (user "root"), use "sudo <command>".
     1137See "man sudo_root" for details.
     1138
     1139lnevers@stanford:~$ sudo whoami
     1140root
     1141lnevers@stanford:~$ uname -a
     1142Linux stanford.control-nodes.geniracks.net 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
     1143lnevers@stanford:~$
     1144
    11141145
    11151146}}}
     
    15021533Access the FOAM VM and gather information for version
    15031534{{{
    1504 LNM:~$ ssh lnevers@foam.stanford.net
    1505 
    1506 sudo foamctl admin:get-version  --passwd-file=/etc/foam.passwd
     1535LNM:~$ ssh foam.instageni.stanford.edu
     1536Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-56-generic x86_64)
     1537
     1538 * Documentation:  https://help.ubuntu.com/
     1539
     1540The programs included with the Ubuntu system are free software;
     1541the exact distribution terms for each program are described in the
     1542individual files in /usr/share/doc/*/copyright.
     1543
     1544Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
     1545applicable law.
     1546
     1547lnevers@foam:~$ sudo foamctl admin:get-version  --passwd-file=/etc/foam.passwd
     1548{
     1549 "version": "0.12.4"
     1550}
     1551lnevers@foam:~$
     1552
    15071553
    15081554}}}
    15091555Check FOAM configuration for  site.admin.email, geni.site-tag, email.from settings:
    15101556{{{
    1511 foamctl config:get-value --key="site.admin.email"  --passwd-file=/etc/foam.passwd
    1512 
    1513 foamctl config:get-value --key="geni.site-tag"  --passwd-file=/etc/foam.passwd
    1514 
    1515 foamctl config:get-value --key="email.from"  --passwd-file=/etc/foam.passwd
     1557lnevers@foam:~$ foamctl config:get-value --key="site.admin.email"  --passwd-file=/etc/foam.passwd
     1558{
     1559 "value": null
     1560}
     1561lnevers@foam:~$ foamctl config:get-value --key="geni.site-tag"  --passwd-file=/etc/foam.passwd
     1562{
     1563 "value": "foam.instageni.stanford.edu"
     1564}
     1565lnevers@foam:~$ foamctl config:get-value --key="email.from"  --passwd-file=/etc/foam.passwd
     1566{
     1567 "value": "jvanreij@stanford.edu"
     1568}
     1569lnevers@foam:~$
    15161570
    15171571# check if FOAM auto-approve is on. Value 2 = auto-approve is on.
    15181572
    1519 foamctl config:get-value --key="geni.approval.approve-on-creation"  --passwd-file=/etc/foam.passwd
     1573lnevers@foam:~$ foamctl config:get-value --key="geni.approval.approve-on-creation"  --passwd-file=/etc/foam.passwd
     1574{
     1575 "value": 2
     1576}
     1577lnevers@foam:~$
    15201578
    15211579}}}
     
    15241582
    15251583{{{
    1526 foamctl geni:list-slivers --passwd-file=/etc/foam.passwd
     1584lnevers@foam:~$ foamctl geni:list-slivers --passwd-file=/etc/foam.passwd
     1585{
     1586 "slivers": [
     1587  {
     1588   "status": "approved",
     1589   "flowvisor_slice": "9633622e-0aec-4fb5-810a-dc1fd0ce2194",
     1590   "slice_urn": "urn:publicid:IDN+ch.geni.net:JBS+slice+jbs15",
     1591   "pend_reason": [],
     1592   "deleted": "False",
     1593   "user": "urn:publicid:IDN+ch.geni.net+user+jbs",
     1594   "creation": "2013-11-18 21:33:45.734761+00:00",
     1595   "enabled": true,
     1596   "uuid": "9633622e-0aec-4fb5-810a-dc1fd0ce2194",
     1597   "id": 3,
     1598   "expiration": "2014-04-15 23:00:00+00:00",
     1599   "sliver_urn": "urn:publicid:IDN+ch.geni.net:JBS+slice+jbs15:9633622e-0aec-4fb5-810a-dc1fd0ce2194",
     1600   "ref": null,
     1601   "email": "jbs@bbn.com",
     1602   "desc": "jbs15 Stanford InstaGENI OpenFlow resources."
     1603  },
     1604  {
     1605   "status": "approved",
     1606   "flowvisor_slice": "fb942ab3-798a-466a-b219-0addc1713291",
     1607   "slice_urn": "urn:publicid:IDN+ch.geni.net:JBS+slice+jbs16",
     1608   "pend_reason": [],
     1609   "deleted": "False",
     1610   "user": "urn:publicid:IDN+ch.geni.net+user+jbs",
     1611   "creation": "2013-11-18 21:34:15.440068+00:00",
     1612   "enabled": true,
     1613   "uuid": "fb942ab3-798a-466a-b219-0addc1713291",
     1614   "id": 4,
     1615   "expiration": "2014-04-15 23:00:00+00:00",
     1616   "sliver_urn": "urn:publicid:IDN+ch.geni.net:JBS+slice+jbs16:fb942ab3-798a-466a-b219-0addc1713291",
     1617   "ref": null,
     1618   "email": "jbs@bbn.com",
     1619   "desc": "jbs16 Stanford InstaGENI OpenFlow resources."
     1620  },
     1621  {
     1622   "status": "approved",
     1623   "flowvisor_slice": "14152da9-1dce-4726-a9fe-6725babc8673",
     1624   "slice_urn": "urn:publicid:IDN+ch.geni.net:JBS+slice+ps103",
     1625   "pend_reason": [],
     1626   "deleted": "False",
     1627   "user": "urn:publicid:IDN+ch.geni.net+user+jbs",
     1628   "creation": "2013-11-20 15:13:09.772500+00:00",
     1629   "enabled": true,
     1630   "uuid": "14152da9-1dce-4726-a9fe-6725babc8673",
     1631   "id": 5,
     1632   "expiration": "2014-01-15 23:00:00+00:00",
     1633   "sliver_urn": "urn:publicid:IDN+ch.geni.net:JBS+slice+ps103:14152da9-1dce-4726-a9fe-6725babc8673",
     1634   "ref": null,
     1635   "email": "jbs@bbn.com",
     1636   "desc": "ps103 Stanford InstaGENI OpenFlow resources."
     1637  },
     1638  {
     1639   "status": "approved",
     1640   "flowvisor_slice": "8a60e862-a4a2-4863-aafe-af52f4351ae5",
     1641   "slice_urn": "urn:publicid:IDN+ch.geni.net:JBS+slice+ps104",
     1642   "pend_reason": [],
     1643   "deleted": "False",
     1644   "user": "urn:publicid:IDN+ch.geni.net+user+jbs",
     1645   "creation": "2013-11-20 15:16:10.569394+00:00",
     1646   "enabled": true,
     1647   "uuid": "8a60e862-a4a2-4863-aafe-af52f4351ae5",
     1648   "id": 6,
     1649   "expiration": "2014-01-15 23:00:00+00:00",
     1650   "sliver_urn": "urn:publicid:IDN+ch.geni.net:JBS+slice+ps104:8a60e862-a4a2-4863-aafe-af52f4351ae5",
     1651   "ref": null,
     1652   "email": "jbs@bbn.com",
     1653   "desc": "ps104 Stanford InstaGENI OpenFlow resources."
     1654  },
     1655  {
     1656   "status": "approved",
     1657   "flowvisor_slice": "86f727ad-b671-4127-b863-079c4c3688f4",
     1658   "slice_urn": "urn:publicid:IDN+ch.geni.net:JBS+slice+ps105",
     1659   "pend_reason": [],
     1660   "deleted": "False",
     1661   "user": "urn:publicid:IDN+ch.geni.net+user+jbs",
     1662   "creation": "2013-11-20 15:19:09.691266+00:00",
     1663   "enabled": true,
     1664   "uuid": "86f727ad-b671-4127-b863-079c4c3688f4",
     1665   "id": 7,
     1666   "expiration": "2014-01-15 23:00:00+00:00",
     1667   "sliver_urn": "urn:publicid:IDN+ch.geni.net:JBS+slice+ps105:86f727ad-b671-4127-b863-079c4c3688f4",
     1668   "ref": null,
     1669   "email": "jbs@bbn.com",
     1670   "desc": "ps105 Stanford InstaGENI OpenFlow resources."
     1671  },
     1672  {
     1673   "status": "approved",
     1674   "flowvisor_slice": "f931b57b-27e4-4b72-bf51-b1a53a466074",
     1675   "slice_urn": "urn:publicid:IDN+ch.geni.net:JBS+slice+ps106",
     1676   "pend_reason": [],
     1677   "deleted": "False",
     1678   "user": "urn:publicid:IDN+ch.geni.net+user+jbs",
     1679   "creation": "2013-11-20 15:22:09.777329+00:00",
     1680   "enabled": true,
     1681   "uuid": "f931b57b-27e4-4b72-bf51-b1a53a466074",
     1682   "id": 8,
     1683   "expiration": "2014-01-15 23:00:00+00:00",
     1684   "sliver_urn": "urn:publicid:IDN+ch.geni.net:JBS+slice+ps106:f931b57b-27e4-4b72-bf51-b1a53a466074",
     1685   "ref": null,
     1686   "email": "jbs@bbn.com",
     1687   "desc": "ps106 Stanford InstaGENI OpenFlow resources."
     1688  },
     1689  {
     1690   "status": "approved",
     1691   "flowvisor_slice": "a528d8b1-fd86-400f-a705-e698b059f4dd",
     1692   "slice_urn": "urn:publicid:IDN+ch.geni.net:JBS+slice+ps107",
     1693   "pend_reason": [],
     1694   "deleted": "False",
     1695   "user": "urn:publicid:IDN+ch.geni.net+user+jbs",
     1696   "creation": "2013-11-20 15:25:09.783727+00:00",
     1697   "enabled": true,
     1698   "uuid": "a528d8b1-fd86-400f-a705-e698b059f4dd",
     1699   "id": 9,
     1700   "expiration": "2014-01-15 23:00:00+00:00",
     1701   "sliver_urn": "urn:publicid:IDN+ch.geni.net:JBS+slice+ps107:a528d8b1-fd86-400f-a705-e698b059f4dd",
     1702   "ref": null,
     1703   "email": "jbs@bbn.com",
     1704   "desc": "ps107 Stanford InstaGENI OpenFlow resources."
     1705  },
     1706  {
     1707   "status": "approved",
     1708   "flowvisor_slice": "4ea0e71a-1a1f-4d7a-9e35-89dfb2b58233",
     1709   "slice_urn": "urn:publicid:IDN+ch.geni.net:JBS+slice+ps108",
     1710   "pend_reason": [],
     1711   "deleted": "False",
     1712   "user": "urn:publicid:IDN+ch.geni.net+user+jbs",
     1713   "creation": "2013-11-20 15:28:09.832295+00:00",
     1714   "enabled": true,
     1715   "uuid": "4ea0e71a-1a1f-4d7a-9e35-89dfb2b58233",
     1716   "id": 10,
     1717   "expiration": "2014-01-15 23:00:00+00:00",
     1718   "sliver_urn": "urn:publicid:IDN+ch.geni.net:JBS+slice+ps108:4ea0e71a-1a1f-4d7a-9e35-89dfb2b58233",
     1719   "ref": null,
     1720   "email": "jbs@bbn.com",
     1721   "desc": "ps108 Stanford InstaGENI OpenFlow resources."
     1722  },
     1723  {
     1724   "status": "approved",
     1725   "flowvisor_slice": "989fef55-3335-4717-971f-4bf4cfefecfa",
     1726   "slice_urn": "urn:publicid:IDN+ch.geni.net:JBS+slice+ps109",
     1727   "pend_reason": [],
     1728   "deleted": "False",
     1729   "user": "urn:publicid:IDN+ch.geni.net+user+jbs",
     1730   "creation": "2013-11-20 15:31:09.871310+00:00",
     1731   "enabled": true,
     1732   "uuid": "989fef55-3335-4717-971f-4bf4cfefecfa",
     1733   "id": 11,
     1734   "expiration": "2014-01-15 23:00:00+00:00",
     1735   "sliver_urn": "urn:publicid:IDN+ch.geni.net:JBS+slice+ps109:989fef55-3335-4717-971f-4bf4cfefecfa",
     1736   "ref": null,
     1737   "email": "jbs@bbn.com",
     1738   "desc": "ps109 Stanford InstaGENI OpenFlow resources."
     1739  },
     1740  {
     1741   "status": "approved",
     1742   "flowvisor_slice": "b118684c-366a-498c-a71f-72e861316d36",
     1743   "slice_urn": "urn:publicid:IDN+ch.geni.net:JBS+slice+ps110",
     1744   "pend_reason": [],
     1745   "deleted": "False",
     1746   "user": "urn:publicid:IDN+ch.geni.net+user+jbs",
     1747   "creation": "2013-11-20 15:34:09.901345+00:00",
     1748   "enabled": true,
     1749   "uuid": "b118684c-366a-498c-a71f-72e861316d36",
     1750   "id": 12,
     1751   "expiration": "2014-01-15 23:00:00+00:00",
     1752   "sliver_urn": "urn:publicid:IDN+ch.geni.net:JBS+slice+ps110:b118684c-366a-498c-a71f-72e861316d36",
     1753   "ref": null,
     1754   "email": "jbs@bbn.com",
     1755   "desc": "ps110 Stanford InstaGENI OpenFlow resources."
     1756  },
     1757  {
     1758   "status": "approved",
     1759   "flowvisor_slice": "25463e44-259a-4693-83bb-728c2d0edeae",
     1760   "slice_urn": "urn:publicid:IDN+ch.geni.net:gpo-infra+slice+gpoI15",
     1761   "pend_reason": [],
     1762   "deleted": "False",
     1763   "user": "urn:publicid:IDN+ch.geni.net+user+jbs",
     1764   "creation": "2013-11-25 20:40:32.639052+00:00",
     1765   "enabled": true,
     1766   "uuid": "25463e44-259a-4693-83bb-728c2d0edeae",
     1767   "id": 13,
     1768   "expiration": "2014-01-15 23:00:00+00:00",
     1769   "sliver_urn": "urn:publicid:IDN+ch.geni.net:gpo-infra+slice+gpoI15:25463e44-259a-4693-83bb-728c2d0edeae",
     1770   "ref": null,
     1771   "email": "jbs@bbn.com",
     1772   "desc": "gpoI15 Stanford InstaGENI OpenFlow resources."
     1773  },
     1774  {
     1775   "status": "approved",
     1776   "flowvisor_slice": "11ed87ae-6dcf-4e68-a94c-cea33cf52e5a",
     1777   "slice_urn": "urn:publicid:IDN+ch.geni.net:gpo-infra+slice+gpoI16",
     1778   "pend_reason": [],
     1779   "deleted": "False",
     1780   "user": "urn:publicid:IDN+ch.geni.net+user+jbs",
     1781   "creation": "2013-11-25 20:41:31.828683+00:00",
     1782   "enabled": true,
     1783   "uuid": "11ed87ae-6dcf-4e68-a94c-cea33cf52e5a",
     1784   "id": 14,
     1785   "expiration": "2014-01-15 23:00:00+00:00",
     1786   "sliver_urn": "urn:publicid:IDN+ch.geni.net:gpo-infra+slice+gpoI16:11ed87ae-6dcf-4e68-a94c-cea33cf52e5a",
     1787   "ref": null,
     1788   "email": "jbs@bbn.com",
     1789   "desc": "gpoI16 Stanford InstaGENI OpenFlow resources."
     1790  },
     1791  {
     1792   "status": "approved",
     1793   "flowvisor_slice": "37f9b8ac-36df-4b1a-bda6-f619515be7c9",
     1794   "slice_urn": "urn:publicid:IDN+ch.geni.net:gpo-infra+slice+gpoN15",
     1795   "pend_reason": [],
     1796   "deleted": "False",
     1797   "user": "urn:publicid:IDN+ch.geni.net+user+jbs",
     1798   "creation": "2013-11-25 20:46:36.070634+00:00",
     1799   "enabled": true,
     1800   "uuid": "37f9b8ac-36df-4b1a-bda6-f619515be7c9",
     1801   "id": 15,
     1802   "expiration": "2014-01-15 23:00:00+00:00",
     1803   "sliver_urn": "urn:publicid:IDN+ch.geni.net:gpo-infra+slice+gpoN15:37f9b8ac-36df-4b1a-bda6-f619515be7c9",
     1804   "ref": null,
     1805   "email": "jbs@bbn.com",
     1806   "desc": "gpoN15 Stanford InstaGENI OpenFlow resources."
     1807  },
     1808  {
     1809   "status": "approved",
     1810   "flowvisor_slice": "1ec9ecab-28dd-47a5-ad81-7806f6acc09e",
     1811   "slice_urn": "urn:publicid:IDN+ch.geni.net:gpo-infra+slice+gpoN16",
     1812   "pend_reason": [],
     1813   "deleted": "False",
     1814   "user": "urn:publicid:IDN+ch.geni.net+user+jbs",
     1815   "creation": "2013-11-25 20:51:39.968354+00:00",
     1816   "enabled": true,
     1817   "uuid": "1ec9ecab-28dd-47a5-ad81-7806f6acc09e",
     1818   "id": 16,
     1819   "expiration": "2014-01-15 23:00:00+00:00",
     1820   "sliver_urn": "urn:publicid:IDN+ch.geni.net:gpo-infra+slice+gpoN16:1ec9ecab-28dd-47a5-ad81-7806f6acc09e",
     1821   "ref": null,
     1822   "email": "jbs@bbn.com",
     1823   "desc": "gpoN16 Stanford InstaGENI OpenFlow resources."
     1824  },
     1825  {
     1826   "status": "approved",
     1827   "flowvisor_slice": "3896e2fa-60cc-4bcd-96df-4722575cee2e",
     1828   "slice_urn": "urn:publicid:IDN+ch.geni.net:gpoamcanary+slice+sitemon",
     1829   "pend_reason": [],
     1830   "deleted": "False",
     1831   "user": "urn:publicid:IDN+ch.geni.net+user+tupty",
     1832   "creation": "2013-12-04 18:39:05.243586+00:00",
     1833   "enabled": true,
     1834   "uuid": "3896e2fa-60cc-4bcd-96df-4722575cee2e",
     1835   "id": 17,
     1836   "expiration": "2014-03-05 00:00:00+00:00",
     1837   "sliver_urn": "urn:publicid:IDN+ch.geni.net:gpoamcanary+slice+sitemon:3896e2fa-60cc-4bcd-96df-4722575cee2e",
     1838   "ref": null,
     1839   "email": "tupty@bbn.com",
     1840   "desc": "sitemon OpenFlow resources at Stanford InstaGENI."
     1841  }
     1842 ]
     1843}
     1844lnevers@foam:~$
    15271845
    15281846}}}
     
    15301848{{{
    15311849
    1532 ssh lnevers@flowvisor.stanford.net
     1850LNM:~$ ssh flowvisor.instageni.stanford.edu
     1851Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-56-generic x86_64)
     1852
     1853 * Documentation:  https://help.ubuntu.com/
     1854
     1855The programs included with the Ubuntu system are free software;
     1856the exact distribution terms for each program are described in the
     1857individual files in /usr/share/doc/*/copyright.
     1858
     1859Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
     1860applicable law.
     1861
     1862lnevers@flowvisor:~$ sudo whoami
     1863root
     1864lnevers@flowvisor:~$ uname -a
     1865Linux flowvisor 3.2.0-56-generic #86-Ubuntu SMP Wed Oct 23 09:20:45 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
     1866lnevers@flowvisor:~$
     1867
    15331868}}}
    15341869Check the !FlowVisor version, list of devices, get details for a device, list of active slices, and details for one of the slices:
    15351870{{{     
    15361871
    1537 fvctl --passwd-file=/etc/flowvisor.passwd ping hello
     1872lnevers@flowvisor:~$ fvctl --passwd-file=/etc/flowvisor.passwd ping hello
     1873Got reply:
     1874PONG(fvadmin): FV version=flowvisor-0.8.17::hello
    15381875
    15391876# Devices
    1540 fvctl --passwd-file=/etc/flowvisor.passwd listDevices
    1541 
    1542 fvctl --passwd-file=/etc/flowvisor.passwd getDeviceInfo 06:d6:6c:3b:e5:68:00:00
     1877lnevers@flowvisor:~$ fvctl --passwd-file=/etc/flowvisor.passwd listDevices
     1878Device 0: 0e:ad:6c:3b:e5:63:21:00
     1879Device 1: 0e:a8:6c:3b:e5:63:21:00
     1880Device 2: 0e:af:6c:3b:e5:63:21:00
     1881Device 3: 0e:ab:6c:3b:e5:63:21:00
     1882Device 4: 0e:ac:6c:3b:e5:63:21:00
     1883Device 5: 0e:ae:6c:3b:e5:63:21:00
     1884lnevers@flowvisor:~$
     1885
     1886
     1887lnevers@flowvisor:~$ fvctl --passwd-file=/etc/flowvisor.passwd getDeviceInfo 0e:ae:6c:3b:e5:63:21:00
     1888nPorts=2
     1889portList=24,65534
     1890dpid=0e:ae:6c:3b:e5:63:21:00
     1891remote=/10.3.1.7:6633-->/10.3.1.253:54599
     1892portNames=A24(24),local(65534)
     1893lnevers@flowvisor:~$
     1894
    15431895
    15441896#Slices
    1545 fvctl --passwd-file=/etc/flowvisor.passwd listSlices
    1546 
    1547 fvctl --passwd-file=/etc/flowvisor.passwd getSliceInfo 5c956f94-5e05-40b5-948f-34d0149d9182
     1897lnevers@flowvisor:~$ fvctl --passwd-file=/etc/flowvisor.passwd listSlices
     1898Slice 0: fvadmin
     1899Slice 1: 9633622e-0aec-4fb5-810a-dc1fd0ce2194
     1900Slice 2: fb942ab3-798a-466a-b219-0addc1713291
     1901Slice 3: 14152da9-1dce-4726-a9fe-6725babc8673
     1902Slice 4: 8a60e862-a4a2-4863-aafe-af52f4351ae5
     1903Slice 5: 86f727ad-b671-4127-b863-079c4c3688f4
     1904Slice 6: f931b57b-27e4-4b72-bf51-b1a53a466074
     1905Slice 7: a528d8b1-fd86-400f-a705-e698b059f4dd
     1906Slice 8: 4ea0e71a-1a1f-4d7a-9e35-89dfb2b58233
     1907Slice 9: 989fef55-3335-4717-971f-4bf4cfefecfa
     1908Slice 10: b118684c-366a-498c-a71f-72e861316d36
     1909Slice 11: 25463e44-259a-4693-83bb-728c2d0edeae
     1910Slice 12: 11ed87ae-6dcf-4e68-a94c-cea33cf52e5a
     1911Slice 13: 37f9b8ac-36df-4b1a-bda6-f619515be7c9
     1912Slice 14: 1ec9ecab-28dd-47a5-ad81-7806f6acc09e
     1913Slice 15: 3896e2fa-60cc-4bcd-96df-4722575cee2e
     1914lnevers@flowvisor:~$
     1915
     1916
     1917lnevers@flowvisor:~$ fvctl --passwd-file=/etc/flowvisor.passwd getSliceInfo 3896e2fa-60cc-4bcd-96df-4722575cee2e
     1918Got reply:
     1919drop_policy=exact
     1920connection_1=0e:a8:6c:3b:e5:63:21:00-->/171.67.2.7:46401-->hafmet.gpolab.bbn.com/192.1.249.178:31750
     1921contact_email=tupty@bbn.com
     1922controller_hostname=hafmet.gpolab.bbn.com
     1923controller_port=31750
     1924creator=fvadmin
     1925lnevers@flowvisor:~$
     1926
    15481927
    15491928}}}
     
    15511930Check the FlowVisor setting:
    15521931{{{
    1553 fvctl --passwd-file=/etc/flowvisor.passwd dumpConfig /tmp/flowvisor-config
    1554 more /tmp/flowvisor-config
    1555 
     1932lnevers@flowvisor:~$ fvctl --passwd-file=/etc/flowvisor.passwd dumpConfig /tmp/flowvisor-config
     1933lnevers@flowvisor:~$ cat /tmp/flowvisor-config
     1934{
     1935   "flowvisor": [
     1936      {
     1937         "api_webserver_port": 8080,
     1938         "api_jetty_webserver_port": -1,
     1939         "checkpointing": false,
     1940         "listen_port": 6633,
     1941         "track_flows": false,
     1942         "stats_desc_hack": false,
     1943         "run_topology_server": false,
     1944         "logging": "NOTE",
     1945         "log_ident": "flowvisor",
     1946         "log_facility": "LOG_LOCAL7",
     1947         "version": "flowvisor-0.9",
     1948         "host": "localhost",
     1949         "default_flood_perm": "fvadmin",
     1950         "config_name": "default"
     1951      }
     1952   ],
     1953   "Slice": [
     1954      {
     1955         "config_name": "default",
     1956         "flowmap_type": "federated",
     1957         "name": "fvadmin",
     1958         "creator": "fvadmin",
     1959         "passwd_crypt": "xx",
     1960         "passwd_salt": "xx",
     1961         "controller_hostname": "none",
     1962         "controller_port": 0,
     1963         "contact_email": "fvadmin@localhost",
     1964         "drop_policy": "exact",
     1965         "lldp_spam": true
     1966      },
     1967      {
     1968         "config_name": "default",
     1969         "flowmap_type": "federated",
     1970         "name": "9633622e-0aec-4fb5-810a-dc1fd0ce2194",
     1971         "creator": "fvadmin",
     1972         "passwd_crypt": "xx",
     1973         "passwd_salt": "xx",
     1974         "controller_hostname": "naxos.gpolab.bbn.com",
     1975         "controller_port": 33015,
     1976         "contact_email": "jbs@bbn.com",
     1977         "drop_policy": "exact",
     1978         "lldp_spam": true
     1979      },
     1980      {
     1981         "config_name": "default",
     1982         "flowmap_type": "federated",
     1983         "name": "fb942ab3-798a-466a-b219-0addc1713291",
     1984         "creator": "fvadmin",
     1985         "passwd_crypt": "xx",
     1986         "passwd_salt": "xx",
     1987         "controller_hostname": "naxos.gpolab.bbn.com",
     1988         "controller_port": 33016,
     1989         "contact_email": "jbs@bbn.com",
     1990         "drop_policy": "exact",
     1991         "lldp_spam": true
     1992      },
     1993      {
     1994         "config_name": "default",
     1995         "flowmap_type": "federated",
     1996         "name": "14152da9-1dce-4726-a9fe-6725babc8673",
     1997         "creator": "fvadmin",
     1998         "passwd_crypt": "xx",
     1999         "passwd_salt": "xx",
     2000         "controller_hostname": "naxos.gpolab.bbn.com",
     2001         "controller_port": 33103,
     2002         "contact_email": "jbs@bbn.com",
     2003         "drop_policy": "exact",
     2004         "lldp_spam": true
     2005      },
     2006      {
     2007         "config_name": "default",
     2008         "flowmap_type": "federated",
     2009         "name": "8a60e862-a4a2-4863-aafe-af52f4351ae5",
     2010         "creator": "fvadmin",
     2011         "passwd_crypt": "xx",
     2012         "passwd_salt": "-xx",
     2013         "controller_hostname": "naxos.gpolab.bbn.com",
     2014         "controller_port": 33104,
     2015         "contact_email": "jbs@bbn.com",
     2016         "drop_policy": "exact",
     2017         "lldp_spam": true
     2018      },
     2019      {
     2020         "config_name": "default",
     2021         "flowmap_type": "federated",
     2022         "name": "86f727ad-b671-4127-b863-079c4c3688f4",
     2023         "creator": "fvadmin",
     2024         "passwd_crypt": "xx",
     2025         "passwd_salt": "-xx",
     2026         "controller_hostname": "naxos.gpolab.bbn.com",
     2027         "controller_port": 33105,
     2028         "contact_email": "jbs@bbn.com",
     2029         "drop_policy": "exact",
     2030         "lldp_spam": true
     2031      },
     2032      {
     2033         "config_name": "default",
     2034         "flowmap_type": "federated",
     2035         "name": "f931b57b-27e4-4b72-bf51-b1a53a466074",
     2036         "creator": "fvadmin",
     2037         "passwd_crypt": "xx",
     2038         "passwd_salt": "xx",
     2039         "controller_hostname": "naxos.gpolab.bbn.com",
     2040         "controller_port": 33106,
     2041         "contact_email": "jbs@bbn.com",
     2042         "drop_policy": "exact",
     2043         "lldp_spam": true
     2044      },
     2045      {
     2046         "config_name": "default",
     2047         "flowmap_type": "federated",
     2048         "name": "a528d8b1-fd86-400f-a705-e698b059f4dd",
     2049         "creator": "fvadmin",
     2050         "passwd_crypt": "xx",
     2051         "passwd_salt": "-xx",
     2052         "controller_hostname": "naxos.gpolab.bbn.com",
     2053         "controller_port": 33107,
     2054         "contact_email": "jbs@bbn.com",
     2055         "drop_policy": "exact",
     2056         "lldp_spam": true
     2057      },
     2058      {
     2059         "config_name": "default",
     2060         "flowmap_type": "federated",
     2061         "name": "4ea0e71a-1a1f-4d7a-9e35-89dfb2b58233",
     2062         "creator": "fvadmin",
     2063         "passwd_crypt": "xx",
     2064         "passwd_salt": "xx",
     2065         "controller_hostname": "naxos.gpolab.bbn.com",
     2066         "controller_port": 33108,
     2067         "contact_email": "jbs@bbn.com",
     2068         "drop_policy": "exact",
     2069         "lldp_spam": true
     2070      },
     2071      {
     2072         "config_name": "default",
     2073         "flowmap_type": "federated",
     2074         "name": "989fef55-3335-4717-971f-4bf4cfefecfa",
     2075         "creator": "fvadmin",
     2076         "passwd_crypt": "xx",
     2077         "passwd_salt": "xx",
     2078         "controller_hostname": "naxos.gpolab.bbn.com",
     2079         "controller_port": 33109,
     2080         "contact_email": "jbs@bbn.com",
     2081         "drop_policy": "exact",
     2082         "lldp_spam": true
     2083      },
     2084      {
     2085         "config_name": "default",
     2086         "flowmap_type": "federated",
     2087         "name": "b118684c-366a-498c-a71f-72e861316d36",
     2088         "creator": "fvadmin",
     2089         "passwd_crypt": "xx",
     2090         "passwd_salt": "xx",
     2091         "controller_hostname": "naxos.gpolab.bbn.com",
     2092         "controller_port": 33110,
     2093         "contact_email": "jbs@bbn.com",
     2094         "drop_policy": "exact",
     2095         "lldp_spam": true
     2096      },
     2097      {
     2098         "config_name": "default",
     2099         "flowmap_type": "federated",
     2100         "name": "25463e44-259a-4693-83bb-728c2d0edeae",
     2101         "creator": "fvadmin",
     2102         "passwd_crypt": "xx",
     2103         "passwd_salt": "xx",
     2104         "controller_hostname": "naxos.gpolab.bbn.com",
     2105         "controller_port": 13715,
     2106         "contact_email": "jbs@bbn.com",
     2107         "drop_policy": "exact",
     2108         "lldp_spam": true
     2109      },
     2110      {
     2111         "config_name": "default",
     2112         "flowmap_type": "federated",
     2113         "name": "11ed87ae-6dcf-4e68-a94c-cea33cf52e5a",
     2114         "creator": "fvadmin",
     2115         "passwd_crypt": "xx",
     2116         "passwd_salt": "-xx",
     2117         "controller_hostname": "naxos.gpolab.bbn.com",
     2118         "controller_port": 13716,
     2119         "contact_email": "jbs@bbn.com",
     2120         "drop_policy": "exact",
     2121         "lldp_spam": true
     2122      },
     2123      {
     2124         "config_name": "default",
     2125         "flowmap_type": "federated",
     2126         "name": "37f9b8ac-36df-4b1a-bda6-f619515be7c9",
     2127         "creator": "fvadmin",
     2128         "passwd_crypt": "xx",
     2129         "passwd_salt": "-xx",
     2130         "controller_hostname": "naxos.gpolab.bbn.com",
     2131         "controller_port": 23715,
     2132         "contact_email": "jbs@bbn.com",
     2133         "drop_policy": "exact",
     2134         "lldp_spam": true
     2135      },
     2136      {
     2137         "config_name": "default",
     2138         "flowmap_type": "federated",
     2139         "name": "1ec9ecab-28dd-47a5-ad81-7806f6acc09e",
     2140         "creator": "fvadmin",
     2141         "passwd_crypt": "xx",
     2142         "passwd_salt": "xx",
     2143         "controller_hostname": "naxos.gpolab.bbn.com",
     2144         "controller_port": 23716,
     2145         "contact_email": "jbs@bbn.com",
     2146         "drop_policy": "exact",
     2147         "lldp_spam": true
     2148      },
     2149      {
     2150         "config_name": "default",
     2151         "flowmap_type": "federated",
     2152         "name": "3896e2fa-60cc-4bcd-96df-4722575cee2e",
     2153         "creator": "fvadmin",
     2154         "passwd_crypt": "xx",
     2155         "passwd_salt": "-xx",
     2156         "controller_hostname": "hafmet.gpolab.bbn.com",
     2157         "controller_port": 31750,
     2158         "contact_email": "tupty@bbn.com",
     2159         "drop_policy": "exact",
     2160         "lldp_spam": true
     2161      }
     2162   ],
     2163   "FlowSpaceRule": [
     2164      {
     2165         "dpid": "ea86c3be5632100",
     2166         "priority": 2000,
     2167         "in_port": 0,
     2168         "dl_type": 2048,
     2169         "nw_src": 170528512,
     2170         "nw_dst": 170528512,
     2171         "wildcards": 3279087,
     2172         "slice_action": [
     2173            {
     2174               "9633622e-0aec-4fb5-810a-dc1fd0ce2194": 4
     2175            }
     2176         ]
     2177      },
     2178      {
     2179         "dpid": "ea86c3be5632100",
     2180         "priority": 2000,
     2181         "in_port": 0,
     2182         "dl_type": 2054,
     2183         "nw_src": 170528512,
     2184         "nw_dst": 170528512,
     2185         "wildcards": 3279087,
     2186         "slice_action": [
     2187            {
     2188               "9633622e-0aec-4fb5-810a-dc1fd0ce2194": 4
     2189            }
     2190         ]
     2191      },
     2192      {
     2193         "dpid": "ea86c3be5632100",
     2194         "priority": 2000,
     2195         "in_port": 0,
     2196         "dl_type": 2048,
     2197         "nw_src": 170528768,
     2198         "nw_dst": 170528768,
     2199         "wildcards": 3279087,
     2200         "slice_action": [
     2201            {
     2202               "fb942ab3-798a-466a-b219-0addc1713291": 4
     2203            }
     2204         ]
     2205      },
     2206      {
     2207         "dpid": "ea86c3be5632100",
     2208         "priority": 2000,
     2209         "in_port": 0,
     2210         "dl_type": 2054,
     2211         "nw_src": 170528768,
     2212         "nw_dst": 170528768,
     2213         "wildcards": 3279087,
     2214         "slice_action": [
     2215            {
     2216               "fb942ab3-798a-466a-b219-0addc1713291": 4
     2217            }
     2218         ]
     2219      },
     2220      {
     2221         "dpid": "ea86c3be5632100",
     2222         "priority": 2000,
     2223         "in_port": 0,
     2224         "dl_type": 2048,
     2225         "nw_src": 170551040,
     2226         "nw_dst": 170551040,
     2227         "wildcards": 3279087,
     2228         "slice_action": [
     2229            {
     2230               "14152da9-1dce-4726-a9fe-6725babc8673": 4
     2231            }
     2232         ]
     2233      },
     2234      {
     2235         "dpid": "ea86c3be5632100",
     2236         "priority": 2000,
     2237         "in_port": 0,
     2238         "dl_type": 2054,
     2239         "nw_src": 170551040,
     2240         "nw_dst": 170551040,
     2241         "wildcards": 3279087,
     2242         "slice_action": [
     2243            {
     2244               "14152da9-1dce-4726-a9fe-6725babc8673": 4
     2245            }
     2246         ]
     2247      },
     2248      {
     2249         "dpid": "ea86c3be5632100",
     2250         "priority": 2000,
     2251         "in_port": 0,
     2252         "dl_type": 2048,
     2253         "nw_src": 170551296,
     2254         "nw_dst": 170551296,
     2255         "wildcards": 3279087,
     2256         "slice_action": [
     2257            {
     2258               "8a60e862-a4a2-4863-aafe-af52f4351ae5": 4
     2259            }
     2260         ]
     2261      },
     2262      {
     2263         "dpid": "ea86c3be5632100",
     2264         "priority": 2000,
     2265         "in_port": 0,
     2266         "dl_type": 2054,
     2267         "nw_src": 170551296,
     2268         "nw_dst": 170551296,
     2269         "wildcards": 3279087,
     2270         "slice_action": [
     2271            {
     2272               "8a60e862-a4a2-4863-aafe-af52f4351ae5": 4
     2273            }
     2274         ]
     2275      },
     2276      {
     2277         "dpid": "ea86c3be5632100",
     2278         "priority": 2000,
     2279         "in_port": 0,
     2280         "dl_type": 2048,
     2281         "nw_src": 170551552,
     2282         "nw_dst": 170551552,
     2283         "wildcards": 3279087,
     2284         "slice_action": [
     2285            {
     2286               "86f727ad-b671-4127-b863-079c4c3688f4": 4
     2287            }
     2288         ]
     2289      },
     2290      {
     2291         "dpid": "ea86c3be5632100",
     2292         "priority": 2000,
     2293         "in_port": 0,
     2294         "dl_type": 2054,
     2295         "nw_src": 170551552,
     2296         "nw_dst": 170551552,
     2297         "wildcards": 3279087,
     2298         "slice_action": [
     2299            {
     2300               "86f727ad-b671-4127-b863-079c4c3688f4": 4
     2301            }
     2302         ]
     2303      },
     2304      {
     2305         "dpid": "ea86c3be5632100",
     2306         "priority": 2000,
     2307         "in_port": 0,
     2308         "dl_type": 2048,
     2309         "nw_src": 170551808,
     2310         "nw_dst": 170551808,
     2311         "wildcards": 3279087,
     2312         "slice_action": [
     2313            {
     2314               "f931b57b-27e4-4b72-bf51-b1a53a466074": 4
     2315            }
     2316         ]
     2317      },
     2318      {
     2319         "dpid": "ea86c3be5632100",
     2320         "priority": 2000,
     2321         "in_port": 0,
     2322         "dl_type": 2054,
     2323         "nw_src": 170551808,
     2324         "nw_dst": 170551808,
     2325         "wildcards": 3279087,
     2326         "slice_action": [
     2327            {
     2328               "f931b57b-27e4-4b72-bf51-b1a53a466074": 4
     2329            }
     2330         ]
     2331      },
     2332      {
     2333         "dpid": "ea86c3be5632100",
     2334         "priority": 2000,
     2335         "in_port": 0,
     2336         "dl_type": 2048,
     2337         "nw_src": 170552064,
     2338         "nw_dst": 170552064,
     2339         "wildcards": 3279087,
     2340         "slice_action": [
     2341            {
     2342               "a528d8b1-fd86-400f-a705-e698b059f4dd": 4
     2343            }
     2344         ]
     2345      },
     2346      {
     2347         "dpid": "ea86c3be5632100",
     2348         "priority": 2000,
     2349         "in_port": 0,
     2350         "dl_type": 2054,
     2351         "nw_src": 170552064,
     2352         "nw_dst": 170552064,
     2353         "wildcards": 3279087,
     2354         "slice_action": [
     2355            {
     2356               "a528d8b1-fd86-400f-a705-e698b059f4dd": 4
     2357            }
     2358         ]
     2359      },
     2360      {
     2361         "dpid": "ea86c3be5632100",
     2362         "priority": 2000,
     2363         "in_port": 0,
     2364         "dl_type": 2048,
     2365         "nw_src": 170552320,
     2366         "nw_dst": 170552320,
     2367         "wildcards": 3279087,
     2368         "slice_action": [
     2369            {
     2370               "4ea0e71a-1a1f-4d7a-9e35-89dfb2b58233": 4
     2371            }
     2372         ]
     2373      },
     2374      {
     2375         "dpid": "ea86c3be5632100",
     2376         "priority": 2000,
     2377         "in_port": 0,
     2378         "dl_type": 2054,
     2379         "nw_src": 170552320,
     2380         "nw_dst": 170552320,
     2381         "wildcards": 3279087,
     2382         "slice_action": [
     2383            {
     2384               "4ea0e71a-1a1f-4d7a-9e35-89dfb2b58233": 4
     2385            }
     2386         ]
     2387      },
     2388      {
     2389         "dpid": "ea86c3be5632100",
     2390         "priority": 2000,
     2391         "in_port": 0,
     2392         "dl_type": 2048,
     2393         "nw_src": 170552576,
     2394         "nw_dst": 170552576,
     2395         "wildcards": 3279087,
     2396         "slice_action": [
     2397            {
     2398               "989fef55-3335-4717-971f-4bf4cfefecfa": 4
     2399            }
     2400         ]
     2401      },
     2402      {
     2403         "dpid": "ea86c3be5632100",
     2404         "priority": 2000,
     2405         "in_port": 0,
     2406         "dl_type": 2054,
     2407         "nw_src": 170552576,
     2408         "nw_dst": 170552576,
     2409         "wildcards": 3279087,
     2410         "slice_action": [
     2411            {
     2412               "989fef55-3335-4717-971f-4bf4cfefecfa": 4
     2413            }
     2414         ]
     2415      },
     2416      {
     2417         "dpid": "ea86c3be5632100",
     2418         "priority": 2000,
     2419         "in_port": 0,
     2420         "dl_type": 2048,
     2421         "nw_src": 170552832,
     2422         "nw_dst": 170552832,
     2423         "wildcards": 3279087,
     2424         "slice_action": [
     2425            {
     2426               "b118684c-366a-498c-a71f-72e861316d36": 4
     2427            }
     2428         ]
     2429      },
     2430      {
     2431         "dpid": "ea86c3be5632100",
     2432         "priority": 2000,
     2433         "in_port": 0,
     2434         "dl_type": 2054,
     2435         "nw_src": 170552832,
     2436         "nw_dst": 170552832,
     2437         "wildcards": 3279087,
     2438         "slice_action": [
     2439            {
     2440               "b118684c-366a-498c-a71f-72e861316d36": 4
     2441            }
     2442         ]
     2443      },
     2444      {
     2445         "dpid": "ea86c3be5632100",
     2446         "priority": 2000,
     2447         "in_port": 0,
     2448         "dl_type": 2048,
     2449         "nw_src": 176754432,
     2450         "nw_dst": 176754432,
     2451         "wildcards": 3279087,
     2452         "slice_action": [
     2453            {
     2454               "25463e44-259a-4693-83bb-728c2d0edeae": 4
     2455            }
     2456         ]
     2457      },
     2458      {
     2459         "dpid": "ea86c3be5632100",
     2460         "priority": 2000,
     2461         "in_port": 0,
     2462         "dl_type": 2054,
     2463         "nw_src": 176754432,
     2464         "nw_dst": 176754432,
     2465         "wildcards": 3279087,
     2466         "slice_action": [
     2467            {
     2468               "25463e44-259a-4693-83bb-728c2d0edeae": 4
     2469            }
     2470         ]
     2471      },
     2472      {
     2473         "dpid": "ea86c3be5632100",
     2474         "priority": 2000,
     2475         "in_port": 0,
     2476         "dl_type": 2048,
     2477         "nw_src": 176754688,
     2478         "nw_dst": 176754688,
     2479         "wildcards": 3279087,
     2480         "slice_action": [
     2481            {
     2482               "11ed87ae-6dcf-4e68-a94c-cea33cf52e5a": 4
     2483            }
     2484         ]
     2485      },
     2486      {
     2487         "dpid": "ea86c3be5632100",
     2488         "priority": 2000,
     2489         "in_port": 0,
     2490         "dl_type": 2054,
     2491         "nw_src": 176754688,
     2492         "nw_dst": 176754688,
     2493         "wildcards": 3279087,
     2494         "slice_action": [
     2495            {
     2496               "11ed87ae-6dcf-4e68-a94c-cea33cf52e5a": 4
     2497            }
     2498         ]
     2499      },
     2500      {
     2501         "dpid": "ea86c3be5632100",
     2502         "priority": 2000,
     2503         "in_port": 0,
     2504         "dl_type": 2048,
     2505         "nw_src": 183308032,
     2506         "nw_dst": 183308032,
     2507         "wildcards": 3279087,
     2508         "slice_action": [
     2509            {
     2510               "37f9b8ac-36df-4b1a-bda6-f619515be7c9": 4
     2511            }
     2512         ]
     2513      },
     2514      {
     2515         "dpid": "ea86c3be5632100",
     2516         "priority": 2000,
     2517         "in_port": 0,
     2518         "dl_type": 2054,
     2519         "nw_src": 183308032,
     2520         "nw_dst": 183308032,
     2521         "wildcards": 3279087,
     2522         "slice_action": [
     2523            {
     2524               "37f9b8ac-36df-4b1a-bda6-f619515be7c9": 4
     2525            }
     2526         ]
     2527      },
     2528      {
     2529         "dpid": "ea86c3be5632100",
     2530         "priority": 2000,
     2531         "in_port": 0,
     2532         "dl_type": 2048,
     2533         "nw_src": 183308288,
     2534         "nw_dst": 183308288,
     2535         "wildcards": 3279087,
     2536         "slice_action": [
     2537            {
     2538               "1ec9ecab-28dd-47a5-ad81-7806f6acc09e": 4
     2539            }
     2540         ]
     2541      },
     2542      {
     2543         "dpid": "ea86c3be5632100",
     2544         "priority": 2000,
     2545         "in_port": 0,
     2546         "dl_type": 2054,
     2547         "nw_src": 183308288,
     2548         "nw_dst": 183308288,
     2549         "wildcards": 3279087,
     2550         "slice_action": [
     2551            {
     2552               "1ec9ecab-28dd-47a5-ad81-7806f6acc09e": 4
     2553            }
     2554         ]
     2555      },
     2556      {
     2557         "dpid": "ea86c3be5632100",
     2558         "priority": 2000,
     2559         "in_port": 0,
     2560         "dl_type": 2048,
     2561         "nw_src": 171048960,
     2562         "nw_dst": 171048960,
     2563         "wildcards": 3412207,
     2564         "slice_action": [
     2565            {
     2566               "3896e2fa-60cc-4bcd-96df-4722575cee2e": 4
     2567            }
     2568         ]
     2569      },
     2570      {
     2571         "dpid": "ea86c3be5632100",
     2572         "priority": 2000,
     2573         "in_port": 0,
     2574         "dl_type": 2054,
     2575         "nw_src": 171048960,
     2576         "nw_dst": 171048960,
     2577         "wildcards": 3412207,
     2578         "slice_action": [
     2579            {
     2580               "3896e2fa-60cc-4bcd-96df-4722575cee2e": 4
     2581            }
     2582         ]
     2583      }
     2584   ]
     2585}
     2586lnevers@flowvisor:~$ 
    15562587}}}
    15572588