Changes between Version 8 and Version 9 of GENIRacksHome/ExogeniRacks/ConfirmationTestStatus/GWU


Ignore:
Timestamp:
05/01/17 10:20:06 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/ExogeniRacks/ConfirmationTestStatus/GWU

    v8 v9  
    520520Check FOAM version and FOAM configuration for site.admin.email, geni.site-tag, email.from settings on the GWU head node:
    521521{{{
    522 sudo foamctl admin:get-version  --passwd-file=/etc/foam.passwd
    523 sudo foamctl config:get-value --key="site.admin.email"  --passwd-file=/opt/foam/etc/foampasswd
    524 sudo foamctl config:get-value --key="geni.site-tag"  --passwd-file=/opt/foam/etc/foampasswd
    525 suco foamctl config:get-value --key="email.from"  --passwd-file=/opt/foam/etc/foampasswd
    526 sudo foamctl config:get-value --key="geni.approval.approve-on-creation"  --passwd-file=/opt/foam/etc/foampasswd
     522[lnevers@gwu-hn ~]$ sudo foamctl admin:get-version  --passwd-file=/etc/foam.passwd
     523Basic auth failed: invalid password
     524[lnevers@gwu-hn ~]$ sudo foamctl config:get-value --key="site.admin.email"  --passwd-file=/opt/foam/etc/foampasswd
     525Basic auth failed: invalid password
     526[lnevers@gwu-hn ~]$ sudo foamctl config:get-value --key="geni.site-tag"  --passwd-file=/opt/foam/etc/foampasswd
     527Basic auth failed: invalid password
     528[lnevers@gwu-hn ~]$ sudo foamctl config:get-value --key="email.from"  --passwd-file=/opt/foam/etc/foampasswd
     529Basic auth failed: invalid password
     530[lnevers@gwu-hn ~]$ sudo foamctl config:get-value --key="geni.approval.approve-on-creation"  --passwd-file=/opt/foam/etc/foampasswd
     531Basic auth failed: invalid password
    527532}}}
    528533
    529534Show FOAM slivers details:
    530535{{{
    531 foamctl geni:list-unfivers --passwd-file=/opt/foam/etc/foampasswd
     536[lnevers@gwu-hn ~]$ sudo foamctl geni:list-slivers --passwd-file=/opt/foam/etc/foampasswd
     537Basic auth failed: invalid password
    532538
    533539}}}
     
    535541Check the !FlowVisor version, list of devices, get details for a device, list of active slices, and details for one of the slices on the GWU Head node:
    536542{{{
    537 /opt/flowvisor/bin/fvctl --passwd-file=/etc/flowvisor/fvpasswd ping hello
    538 /opt/flowvisor/bin/fvctl --passwd-file=/etc/flowvisor/fvpasswd listDevices
    539 /opt/flowvisor/bin/fvctl --passwd-file=/etc/flowvisor/fvpasswd getDeviceInfo
    540 /opt/flowvisor/bin/fvctl --passwd-file=/etc/flowvisor/fvpasswd listSlices
    541 /opt/flowvisor/bin/fvctl --passwd-file=/etc/flowvisor/fvpasswd getSliceInfo  urn
    542 
     543[lnevers@gwu-hn ~]$ sudo /opt/flowvisor/bin/fvctl --passwd-file=/etc/flowvisor/fvpasswd ping hello
     544Got reply:
     545PONG(fvadmin): FV version=flowvisor-0.8.1::hello
     546[lnevers@gwu-hn ~]$ sudo /opt/flowvisor/bin/fvctl --passwd-file=/etc/flowvisor/fvpasswd listDevices
     547[lnevers@gwu-hn ~]$ sudo /opt/flowvisor/bin/fvctl --passwd-file=/etc/flowvisor/fvpasswd getDeviceInfo
     548command 'getDeviceInfo' takes 1 args: only 0 given
     549getDeviceInfo <dpid>
     550[lnevers@gwu-hn ~]$ sudo /opt/flowvisor/bin/fvctl --passwd-file=/etc/flowvisor/fvpasswd listSlices
     551Slice 0: bob
     552Slice 1: fvadmin
     553Slice 2: alice
     554[lnevers@gwu-hn ~]$ sudo /opt/flowvisor/bin/fvctl --passwd-file=/etc/flowvisor/fvpasswd getSliceInfo  fvadmin
     555Got reply:
     556contact_email=fvadmin@localhost
     557controller_hostname=localhost
     558controller_port=25669
     559creator=fvadmin
     560[lnevers@gwu-hn ~]$
    543561}}}
    544562