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


Ignore:
Timestamp:
05/03/17 11:03:22 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v14 v15  
    10641064}}}
    10651065
    1066 Access the FOAM VM and gather information for version
    1067 {{{
    1068 LNM:~$ ssh lnevers@foam.instageni.hawaii.net
    1069 
    1070 sudo foamctl admin:get-version  --passwd-file=/etc/foam.passwd
    1071 
    1072 }}}
    1073 Check FOAM configuration for  site.admin.email, geni.site-tag, email.from settings:
    1074 {{{
    1075 foamctl config:get-value --key="site.admin.email"  --passwd-file=/etc/foam.passwd
    1076 
    1077 foamctl config:get-value --key="geni.site-tag"  --passwd-file=/etc/foam.passwd
    1078 
    1079 foamctl config:get-value --key="email.from"  --passwd-file=/etc/foam.passwd
    1080 
    1081 # check if FOAM auto-approve is on. Value 2 = auto-approve is on.
    1082 
    1083 foamctl config:get-value --key="geni.approval.approve-on-creation"  --passwd-file=/etc/foam.passwd
    1084 
    1085 }}}
    1086 
    1087 Show FOAM slivers details:
    1088 
    1089 {{{
    1090 foamctl geni:list-slivers --passwd-file=/etc/foam.passwd
    1091 
    1092 }}}
    1093 Access the FlowVisor VM and gather version information:
    1094 {{{
    1095 
    1096 ssh lnevers@flowvisor.instageni.hawaii.net
    1097 }}}
    1098 Check the !FlowVisor version, list of devices, get details for a device, list of active slices, and details for one of the slices:
    1099 {{{     
    1100 
    1101 fvctl --passwd-file=/etc/flowvisor.passwd ping hello
    1102 
    1103 # Devices
    1104 fvctl --passwd-file=/etc/flowvisor.passwd listDevices
    1105 
    1106 fvctl --passwd-file=/etc/flowvisor.passwd getDeviceInfo 06:d6:6c:3b:e5:68:00:00
    1107 
    1108 #Slices
    1109 fvctl --passwd-file=/etc/flowvisor.passwd listSlices
    1110 
    1111 fvctl --passwd-file=/etc/flowvisor.passwd getSliceInfo 5c956f94-5e05-40b5-948f-34d0149d9182
    1112 
    1113 }}}
    1114 
    1115 Check the FlowVisor setting:
    1116 {{{
    1117 fvctl --passwd-file=/etc/flowvisor.passwd dumpConfig /tmp/flowvisor-config
    1118 more /tmp/flowvisor-config
     1066FOAM NO LONGER SUPPORTED.
     1067
     1068
     1069Access the FlowVisor VM and gather version information. This host is now used to provide NAT for SDN:
     1070{{{
     1071ssh lnevers@flowvisor.instageni.hawaii.edu
     1072}}}
     1073sudo whoami
     1074uname -a
    11191075
    11201076}}}