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


Ignore:
Timestamp:
08/15/16 13:40:45 (8 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v8 v9  
    632632{{{
    633633}}}
     634
     635== EG-CT-4 - Multiple sites !OpenFlow experiment and interoperability ==
     636No meso-scale available, see UNF Stitching !OpenFlow test [wiki:GeniNetworkStitchingConfirmationTestStatus/UNF#IG-ST-6NewSiteOpenFlowtopology IG-ST-6] status.
     637
     638== EG-CT-5 - Experiment Monitoring ==
     639
     640== EG-CT-6 - Administrative Tests ==
     641
     642dministrator accounts on an ExoGENI rack are documented at https://wiki.exogeni.net/doku.php?id=public:operators:start,  with https://wiki.exogeni.net/doku.php?id=public:operators:start#authentication_authorization proving insight into accounts creation and usage.
     643
     644With requested account accessed rack head node and verified root access and group membership:
     645{{{
     646LNM:~$ ssh unf-hn.exogeni.net
     647
     648
     649sudo whoami
     650
     651id
     652
     653}}}
     654
     655From head node verified login and administrative access to each of the worker nodes that supply VMs.
     656{{{
     657for i in 1 2 3 4 5 6 7 8; do sudo ssh root@unf-w$i "echo -n 'Executing on: ' ; hostname;whoami;uname -a"; done
     658}}}
     659
     660For each worker node execute the following:
     661{{{
     662for i in 9 10; do sudo ssh root@unf-w$i "echo -n 'Executing on: ' ; hostname;whoami;uname -a"; done
     663}}}
     664
     665Connect to the management switch:
     666{{{
     667[lnevers@unf-hn ~]$ ssh unf-8052.unf.xo
     668
     669>ena
     670
     671show interface status
     672show version
     673show vlan
     674}}}
     675
     676}}}
     677
     678Connect to the !OpenFlow switch:
     679{{{
     680 ssh lnevers@unf-8264.unf.xo
     681
     682>ena
     683
     684show interface status
     685show version brief
     686show vlan
     687}}}