Changes between Version 16 and Version 17 of GENIRacksHome/InstageniRacks/ConfirmationTestStatus/VirginiaTech


Ignore:
Timestamp:
06/04/15 10:25:54 (9 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v16 v17  
    646646
    647647{{{
    648 LNM:~$ ssh lnevers@control.instageni.arc.vt.edu
    649 Permission denied (publickey).
    650 LNM:~$
    651 
     648LNM:~$  ssh lnevers@control.instageni.arc.vt.edu
     649Welcome to Ubuntu precise (development branch) (GNU/Linux 3.2.0-23-generic x86_64)
     650
     651 * Documentation:  https://help.ubuntu.com/
     652
     653  System information as of Thu Jun  4 14:20:31 UTC 2015
     654
     655  System load:     0.0               IP address for xenbr0:   198.82.156.3
     656  Usage of /:      35.8% of 5.85GB   IP address for xenbr0:1: 172.16.0.1
     657  Memory usage:    57%               IP address for xenbr0:2: 10.249.249.253
     658  Swap usage:      0%                IP address for xenbr1:   10.1.1.254
     659  Processes:       115               IP address for xenbr2:   10.2.1.254
     660  Users logged in: 0                 IP address for xenbr3:   10.3.1.254
     661
     662  Graph this data and manage this system at https://landscape.canonical.com/
     663New release '14.04.2 LTS' available.
     664Run 'do-release-upgrade' to upgrade to it.
     665
     666Last login: Wed Jun  3 20:07:24 2015 from 128.89.73.50
     667lnevers@control:~$ sudo whoami
     668root
     669lnevers@control:~$ uname -a
     670Linux control.instageni.arc.vt.edu 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
     671lnevers@control:~$
    652672}}}
    653673
     
    10781098{{{
    10791099LNM:~$ ssh lnevers@foam.instageni.arc.vt.edu
    1080 
    1081 sudo foamctl admin:get-version  --passwd-file=/etc/foam.passwd
    1082 
     1100Welcome to Ubuntu 12.04.5 LTS (GNU/Linux 3.2.0-80-generic x86_64)
     1101
     1102 * Documentation:  https://help.ubuntu.com/
     1103New release '14.04.2 LTS' available.
     1104Run 'do-release-upgrade' to upgrade to it.
     1105
     1106Last login: Thu Jun  4 10:21:36 2015 from 128.89.73.50
     1107lnevers@foam:~$ sudo foamctl admin:get-version  --passwd-file=/etc/foam.passwd
     1108{
     1109 "version": "0.14.0"
     1110}
     1111lnevers@foam:~$
    10831112}}}
    10841113Check FOAM configuration for  site.admin.email, geni.site-tag, email.from settings:
    10851114{{{
    1086 foamctl config:get-value --key="site.admin.email"  --passwd-file=/etc/foam.passwd
    1087 
    1088 foamctl config:get-value --key="geni.site-tag"  --passwd-file=/etc/foam.passwd
    1089 
    1090 foamctl config:get-value --key="email.from"  --passwd-file=/etc/foam.passwd
     1115lnevers@foam:~$ foamctl config:get-value --key="site.admin.email"  --passwd-file=/etc/foam.passwd
     1116{
     1117 "value": null
     1118}
     1119lnevers@foam:~$
     1120lnevers@foam:~$ foamctl config:get-value --key="geni.site-tag"  --passwd-file=/etc/foam.passwd
     1121{
     1122 "value": "foam.instageni.arc.vt.edu"
     1123}
     1124lnevers@foam:~$
     1125lnevers@foam:~$ foamctl config:get-value --key="email.from"  --passwd-file=/etc/foam.passwd
     1126{
     1127 "value": "mkg@vt.edu"
     1128}
     1129lnevers@foam:~$
    10911130
    10921131# check if FOAM auto-approve is on. Value 2 = auto-approve is on.
    10931132
    1094 foamctl config:get-value --key="geni.approval.approve-on-creation"  --passwd-file=/etc/foam.passwd
     1133lnevers@foam:~$ foamctl config:get-value --key="geni.approval.approve-on-creation"  --passwd-file=/etc/foam.passwd
     1134{
     1135 "value": 2
     1136}
     1137lnevers@foam:~$
     1138
    10951139
    10961140}}}
     
    10991143
    11001144{{{
    1101 foamctl geni:list-slivers --passwd-file=/etc/foam.passwd
    1102 
     1145lnevers@foam:~$ foamctl geni:list-slivers --passwd-file=/etc/foam.passwd
     1146{
     1147 "slivers": []
     1148}
     1149lnevers@foam:~$
    11031150}}}
    11041151Access the FlowVisor VM and gather version information:
    11051152{{{
    1106 
    1107 ssh lnevers@flowvisor.instageni.arc.vt.edu
     1153LNM:~$ ssh lnevers@flowvisor.instageni.arc.vt.edu
     1154Welcome to Ubuntu 12.04.5 LTS (GNU/Linux 3.2.0-80-generic x86_64)
     1155
     1156 * Documentation:  https://help.ubuntu.com/
     1157New release '14.04.2 LTS' available.
     1158Run 'do-release-upgrade' to upgrade to it.
     1159
     1160Last login: Wed Jun  3 16:07:50 2015 from 128.89.73.50
     1161lnevers@flowvisor:~$ sudo whoami
     1162root
     1163lnevers@flowvisor:~$ uname -a
     1164Linux flowvisor 3.2.0-80-generic #116-Ubuntu SMP Mon Mar 23 17:11:03 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
     1165lnevers@flowvisor:~$
    11081166}}}
    11091167Check the !FlowVisor version, list of devices, get details for a device, list of active slices, and details for one of the slices:
    11101168{{{     
    11111169
    1112 fvctl --passwd-file=/etc/flowvisor.passwd ping hello
     1170lnevers@flowvisor:~$ fvctl --passwd-file=/etc/flowvisor.passwd ping hello
     1171Got reply:
     1172PONG(fvadmin): FV version=flowvisor-0.8.17::hello
     1173lnevers@flowvisor:~$
    11131174
    11141175# Devices
    1115 fvctl --passwd-file=/etc/flowvisor.passwd listDevices
    1116 
    1117 fvctl --passwd-file=/etc/flowvisor.passwd getDeviceInfo 06:d6:6c:3b:e5:68:00:00
     1176lnevers@flowvisor:~$ fvctl --passwd-file=/etc/flowvisor.passwd listDevices
     1177Device 0: 06:d6:f0:92:1c:3a:05:00
     1178Device 1: 0f:b0:f0:92:1c:3a:05:00
     1179Device 2: 0f:b1:f0:92:1c:3a:05:00
     1180Device 3: 0f:b2:f0:92:1c:3a:05:00
     1181Device 4: 0f:b3:f0:92:1c:3a:05:00
     1182Device 5: 0f:b4:f0:92:1c:3a:05:00
     1183lnevers@flowvisor:~$ fvctl --passwd-file=/etc/flowvisor.passwd getDeviceInfo 06:d6:f0:92:1c:3a:05:00
     1184nPorts=2
     1185portList=45,65534
     1186dpid=06:d6:f0:92:1c:3a:05:00
     1187remote=/10.3.1.7:6633-->/10.3.1.253:51074
     1188portNames=B21(45),local(65534)
     1189lnevers@flowvisor:~$
    11181190
    11191191#Slices
    1120 fvctl --passwd-file=/etc/flowvisor.passwd listSlices
    1121 
    1122 fvctl --passwd-file=/etc/flowvisor.passwd getSliceInfo 5c956f94-5e05-40b5-948f-34d0149d9182
    1123 
     1192lnevers@flowvisor:~$ fvctl --passwd-file=/etc/flowvisor.passwd listSlices
     1193Slice 0: fvadmin
     1194lnevers@flowvisor:~$ fvctl --passwd-file=/etc/flowvisor.passwd getSliceInfo fvadmin
     1195Got reply:
     1196drop_policy=exact
     1197contact_email=fvadmin@localhost
     1198controller_hostname=none
     1199controller_port=0
     1200creator=fvadmin
     1201lnevers@flowvisor:~$
    11241202}}}
    11251203
    11261204Check the FlowVisor setting:
    11271205{{{
    1128 fvctl --passwd-file=/etc/flowvisor.passwd dumpConfig /tmp/flowvisor-config
    1129 more /tmp/flowvisor-config
    1130 
     1206lnevers@flowvisor:~$ fvctl --passwd-file=/etc/flowvisor.passwd dumpConfig /tmp/flowvisor-config
     1207lnevers@flowvisor:~$ cat /tmp/flowvisor-config
     1208{
     1209   "flowvisor": [
     1210      {
     1211         "api_webserver_port": 8080,
     1212         "api_jetty_webserver_port": -1,
     1213         "checkpointing": false,
     1214         "listen_port": 6633,
     1215         "track_flows": false,
     1216         "stats_desc_hack": false,
     1217         "run_topology_server": false,
     1218         "logging": "NOTE",
     1219         "log_ident": "flowvisor",
     1220         "log_facility": "LOG_LOCAL7",
     1221         "version": "flowvisor-0.9",
     1222         "host": "localhost",
     1223         "default_flood_perm": "fvadmin",
     1224         "config_name": "default"
     1225      }
     1226   ],
     1227   "Slice": [
     1228      {
     1229         "config_name": "default",
     1230         "flowmap_type": "federated",
     1231         "name": "fvadmin",
     1232         "creator": "fvadmin",
     1233         "passwd_crypt": "xx",
     1234         "passwd_salt": "xx",
     1235         "controller_hostname": "none",
     1236         "controller_port": 0,
     1237         "contact_email": "fvadmin@localhost",
     1238         "drop_policy": "exact",
     1239         "lldp_spam": true
     1240      }
     1241   ],
     1242   "FlowSpaceRule": []
     1243}lnevers@flowvisor:~$
    11311244}}}
    11321245