Changes between Version 17 and Version 18 of GENIRacksHome/InstageniRacks/ConfirmationTestStatus/OHMetroDC


Ignore:
Timestamp:
10/02/14 09:07:39 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v17 v18  
    15431543Access the FlowVisor VM and gather version information: *** NO ACCESS AVAILABLE YET DUE TO DNS ISSUE******
    15441544{{{
    1545 
    1546 ssh lnevers@flowvisor.metrodatacenter.com
     1545LNM:~$ ssh flowvisor.instageni.metrodatacenter.com
     1546Welcome to Ubuntu 12.04.5 LTS (GNU/Linux 3.2.0-69-generic x86_64)
     1547
     1548 * Documentation:  https://help.ubuntu.com/
     1549New release '14.04.1 LTS' available.
     1550Run 'do-release-upgrade' to upgrade to it.
     1551
     1552Last login: Thu Oct  2 09:00:45 2014 from dhcp89-73-116.bbn.com
     1553lnevers@flowvisor:~$ sudo whoami
     1554root
     1555lnevers@flowvisor:~$ uname -a
     1556Linux flowvisor 3.2.0-69-generic #103-Ubuntu SMP Tue Sep 2 05:02:14 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
     1557lnevers@flowvisor:~$
    15471558}}}
    15481559Check the !FlowVisor version, list of devices, get details for a device, list of active slices, and details for one of the slices:
    15491560{{{     
    15501561
    1551 fvctl --passwd-file=/etc/flowvisor.passwd ping hello
     1562lnevers@flowvisor:~$ fvctl --passwd-file=/etc/flowvisor.passwd ping hello
     1563Got reply:
     1564PONG(fvadmin): FV version=flowvisor-0.8.17::hello
    15521565
    15531566# Devices
    1554 fvctl --passwd-file=/etc/flowvisor.passwd listDevices
    1555 
    1556 fvctl --passwd-file=/etc/flowvisor.passwd getDeviceInfo 06:d6:6c:3b:e5:68:00:00
     1567lnevers@flowvisor:~$ fvctl --passwd-file=/etc/flowvisor.passwd listDevices
     1568Device 0: 09:c1:38:ea:a7:20:2e:00
     1569
     1570lnevers@flowvisor:~$ fvctl --passwd-file=/etc/flowvisor.passwd getDeviceInfo 09:c1:38:ea:a7:20:2e:00
     1571nPorts=4
     1572portList=1,13,19,65534
     1573dpid=09:c1:38:ea:a7:20:2e:00
     1574remote=/10.3.1.7:6633-->/10.3.1.253:63908
     1575portNames=A1(1),A13(13),A19(19),local(65534)
     1576lnevers@flowvisor:~$
    15571577
    15581578#Slices
    1559 fvctl --passwd-file=/etc/flowvisor.passwd listSlices
    1560 
    1561 fvctl --passwd-file=/etc/flowvisor.passwd getSliceInfo 5c956f94-5e05-40b5-948f-34d0149d9182
    1562 
     1579lnevers@flowvisor:~$ fvctl --passwd-file=/etc/flowvisor.passwd listSlices
     1580Slice 0: fvadmin
     1581lnevers@flowvisor:~$ fvctl --passwd-file=/etc/flowvisor.passwd getSliceInfo  fvadmin
     1582Got reply:
     1583drop_policy=exact
     1584contact_email=fvadmin@localhost
     1585controller_hostname=none
     1586controller_port=0
     1587creator=fvadmin
    15631588}}}
    15641589
    15651590Check the FlowVisor setting:
    15661591{{{
    1567 fvctl --passwd-file=/etc/flowvisor.passwd dumpConfig /tmp/flowvisor-config
    1568 more /tmp/flowvisor-config
    1569 
     1592lnevers@flowvisor:~$ fvctl --passwd-file=/etc/flowvisor.passwd dumpConfig /tmp/flowvisor-config
     1593lnevers@flowvisor:~$ cat /tmp/flowvisor-config
     1594{
     1595   "flowvisor": [
     1596      {
     1597         "api_webserver_port": 8080,
     1598         "api_jetty_webserver_port": -1,
     1599         "checkpointing": false,
     1600         "listen_port": 6633,
     1601         "track_flows": false,
     1602         "stats_desc_hack": false,
     1603         "run_topology_server": false,
     1604         "logging": "NOTE",
     1605         "log_ident": "flowvisor",
     1606         "log_facility": "LOG_LOCAL7",
     1607         "version": "flowvisor-0.9",
     1608         "host": "localhost",
     1609         "default_flood_perm": "fvadmin",
     1610         "config_name": "default"
     1611      }
     1612   ],
     1613   "Slice": [
     1614      {
     1615         "config_name": "default",
     1616         "flowmap_type": "federated",
     1617         "name": "fvadmin",
     1618         "creator": "fvadmin",
     1619         "passwd_crypt": "xxx",
     1620         "passwd_salt": "xxx",
     1621         "controller_hostname": "none",
     1622         "controller_port": 0,
     1623         "contact_email": "fvadmin@localhost",
     1624         "drop_policy": "exact",
     1625         "lldp_spam": true
     1626      }
     1627   ],
     1628   "FlowSpaceRule": []
     1629}lnevers@flowvisor:~$
    15701630}}}
    15711631----