Changes between Version 31 and Version 32 of GENIRacksHome/USIgniteInstageniRacks/ConfirmationTestStatus/UTD-IGN


Ignore:
Timestamp:
05/16/17 08:49:11 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/USIgniteInstageniRacks/ConfirmationTestStatus/UTD-IGN

    v31 v32  
    528528
    529529IG-CT-5
    530 IG-CT-6
     530== IG-CT-6 - Administrative Tests ==
     531
     532Sent request for administrative account to site contact from the [http://groups.geni.net/geni/wiki/GeniAggregate/UTDallasInstaGENI UTDallas InstaGENI] aggregate page.  Followed instructions at the [http://groups.geni.net/geni/wiki/GENIRacksAdministration/InstaGENIAdministration InstaGENI Administration] page for account request. A local administrator account was requested by joining the ''emulab-ops'' group at https://www.instageni.utdallas.edu/joinproject.php3.   Once the administrative account was approved and the membership to emulab-ops was granted, proceeded to execute administrative tests. 
     533
     534{{{
     535LNM:~$ ssh control.instageni.utdallas.edu
     536Welcome to Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-117-generic x86_64)
     537
     538 * Documentation:  https://help.ubuntu.com/
     539
     540  System information as of Mon May 15 19:19:23 UTC 2017
     541
     542  System load:     0.0               IP address for xenbr0: 129.110.253.3
     543  Usage of /:      25.2% of 5.65GB   IP address for xenbr1: 10.1.1.254
     544  Memory usage:    1%                IP address for xenbr2: 10.2.1.254
     545  Swap usage:      0%                IP address for xenbr3: 10.3.1.254
     546  Processes:       388               IP address for tun0:   10.8.0.1
     547  Users logged in: 0
     548
     549  Graph this data and manage this system at:
     550    https://landscape.canonical.com/
     551New release '16.04.2 LTS' available.
     552Run 'do-release-upgrade' to upgrade to it.
     553
     554Last login: Mon May 15 19:19:24 2017 from 128.89.73.1
     555To run a command as administrator (user "root"), use "sudo <command>".
     556See "man sudo_root" for details.
     557
     558lnevers@utdallas:~$ sudo whoami
     559root
     560lnevers@utdallas:~$ uname -a
     561Linux utdallas.control-nodes.geniracks.net 3.13.0-117-generic #164-Ubuntu SMP Fri Apr 7 11:05:26 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
     562lnevers@utdallas:~$
     563lnevers@utdallas:~$ cat /etc/issue
     564Ubuntu 14.04.5 LTS \n \l
     565lnevers@utdallas:~$
     566}}}
     567
     568Also access the boss node:
     569{{{
     570LNM:~$ ssh boss.instageni.utdallas.edu
     571Last login: Mon May 15 14:18:52 2017 from 128.89.73.1
     572FreeBSD 10.2-RELEASE-p28 (TESTBED-GENERIC-IB) #0: Mon Apr  3 10:24:14 MDT 2017
     573
     574Welcome to FreeBSD!
     575
     576Simple tcsh prompt: set prompt = '%# '
     577lnevers@boss:~ % sudo whoami
     578root
     579lnevers@boss:~ %  uname -a
     580FreeBSD boss.instageni.utdallas.edu 10.2-RELEASE-p28 FreeBSD 10.2-RELEASE-p28 #0: Mon Apr  3 10:24:14 MDT 2017     root@node.freebsd102-64.emulab-ops.emulab.net:/usr/obj/usr/src/sys/TESTBED-GENERIC-IB  amd64
     581lnevers@boss:~ %
     582}}}
     583
     584From boss node accessed each of the experiment nodes that support VMs:
     585{{{
     586[lnevers@boss ~]$ for i in pc1 pc2 pc3; do ssh $i "echo -n '===> Host: ';hostname;sudo whoami;uname -a;echo"; done
     587Warning: Permanently added 'pc1.instageni.utdallas.edu' (RSA) to the list of known hosts.
     588===> Host: vhost1.shared-nodes.emulab-ops.instageni.utdallas.edu
     589root
     590Linux vhost1.shared-nodes.emulab-ops.instageni.utdallas.edu 4.4.0-45-generic #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
     591
     592Warning: Permanently added 'pc2.instageni.utdallas.edu' (RSA) to the list of known hosts.
     593===> Host: vhost2.shared-nodes.emulab-ops.instageni.utdallas.edu
     594root
     595Linux vhost2.shared-nodes.emulab-ops.instageni.utdallas.edu 4.4.0-45-generic #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
     596
     597Warning: Permanently added 'pc3.instageni.utdallas.edu' (RSA) to the list of known hosts.
     598===> Host: vhost3.shared-nodes.emulab-ops.instageni.utdallas.edu
     599root
     600Linux vhost3.shared-nodes.emulab-ops.instageni.utdallas.edu 4.4.0-45-generic #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
     601
     602[lnevers@boss ~]$
     603}}}
     604
     605In order to access Dedicated Nodes some experiment must be running on the raw-pc device. At the time of this capture two raw-pc nodes were in use (pc4 and pc5):
     606{{{
     607[lnevers@boss ~]$ for i in pc4 pc5 ; do sudo ssh $i "echo -n '===> Host: ';hostname;whoami;uname -a;echo"; done
     608===> Host: pc2.ln2pc.ch-geni-net.instageni.utdallas.edu
     609root
     610Linux pc2.ln2pc.ch-geni-net.instageni.utdallas.edu 4.4.0-45-generic #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
     611
     612===> Host: pc.ln2pc.ch-geni-net.instageni.utdallas.edu
     613root
     614Linux pc.ln2pc.ch-geni-net.instageni.utdallas.edu 4.4.0-45-generic #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
     615
     616[lnevers@boss ~]$
     617}}}
     618
     619Further verified access by ssh from ops.instageni.gpolab.bbn.com to boss.instageni.gpolab.bbn.com, which is usually restricted for non-admin users:
     620{{{
     621LNM:~$ ssh ops.instageni.utdallas.edu
     622
     623}}}
     624Access infrastructure switches using documented password. First connect to the switch named procurve1 the control network switch:
     625{{{
     626[lnevers@boss ~]$ sudo more /usr/testbed/etc/switch.pswd
     627xxxxxxxxx
     628[lnevers@boss ~]$ sudo ssh procurve1
     629We'd like to keep you up to date about:
     630  * Software feature updates
     631  * New product announcements
     632  * Special events
     633Please register your products now at:  www.hpe.com/networking/register
     634
     635
     636Aruba JL071A 3810M-24G-1-slot Switch
     637Software revision KB.16.02.0018
     638
     639 (C) Copyright 2017 Hewlett Packard Enterprise Development LP
     640
     641                      RESTRICTED RIGHTS LEGEND
     642 Confidential computer software. Valid license from Hewlett Packard Enterprise
     643 Development LP required for possession, use or copying. Consistent with FAR
     644 12.211 and 12.212, Commercial Computer Software, Computer Software
     645 Documentation, and Technical Data for Commercial Items are licensed to the
     646 U.S. Government under vendor's standard commercial license.
     647
     648Press any key to continue
     649
     650Aruba-3810M-24G-1-slot# show version
     651Image stamp:    /ws/swbuildm/rel_spokane_qaoff/code/build/bom(swbuildm_rel_spokane_qaoff_rel_spokane)
     652                Mar 30 2017 09:10:47
     653                KB.16.02.0018
     654                526
     655Boot Image:     Primary
     656
     657Boot ROM Version:    KB.16.01.0008
     658Active Boot ROM:     Primary
     659
     660Aruba-3810M-24G-1-slot# show vlan
     661
     662 Status and Counters - VLAN Information
     663
     664  Maximum VLANs to support : 256                 
     665  Primary VLAN : DEFAULT_VLAN     
     666  Management VLAN : control-hardware
     667
     668  VLAN ID Name                             | Status     Voice Jumbo
     669  ------- -------------------------------- + ---------- ----- -----
     670  1       DEFAULT_VLAN                     | Port-based No    No   
     671  10      control-hardware                 | Port-based No    No   
     672  11      control-alternate                | Port-based No    No   
     673 
     674
     675Aruba-3810M-24G-1-slot# show running-config
     676
     677Running configuration:
     678
     679; JL071A Configuration Editor; Created on release #KB.16.02.0018
     680; Ver #10:08.01.81.b3.ff.7c.59.fc.7b.ff.ff.fc.ff.ff.3f.ef:5a
     681
     682hostname "Aruba-3810M-24G-1-slot"
     683module 1 type jl071x
     684flexible-module A type JL083A
     685telnet-server listen data
     686no web-management
     687web-management listen data
     688ip default-gateway 10.1.1.254
     689ip ssh listen data
     690interface A4
     691   speed-duplex auto-10g
     692   exit
     693snmp-server community "xxxx" unrestricted
     694snmp-server listen data
     695aaa authentication ssh login public-key
     696aaa authentication ssh enable public-key
     697oobm
     698   disable
     699   ip address dhcp-bootp
     700   exit
     701vlan 1
     702   name "DEFAULT_VLAN"
     703   no untagged 18-19
     704   untagged 1-17,20-24,A1-A4
     705   ip address 10.254.254.253 255.255.255.0
     706   ip igmp
     707   exit
     708vlan 10
     709   name "control-hardware"
     710   untagged 18
     711   ip address 10.1.1.253 255.255.255.0
     712   exit
     713vlan 11
     714   name "control-alternate"
     715   untagged 19
     716   ip address 10.2.1.253 255.255.255.0
     717   exit
     718management-vlan 10
     719allow-unsupported-transceiver
     720no tftp server
     721tftp server listen data
     722no autorun
     723no dhcp config-file-update
     724no dhcp image-file-update
     725device-profile name "default-ap-profile"
     726   cos 0
     727   exit
     728activate provision disable
     729password xxxx
     730password xxxx
     731
     732Aruba-3810M-24G-1-slot#
     733
     734
     735}}}
     736
     737Connect to the switch named procurve2 the dataplane network switch via ssh using the documented password:
     738{{{
     739[lnevers@boss ~]$ sudo more /usr/testbed/etc/switch.pswd
     740xxxxxxx
     741[lnevers@boss ~]$ sudo ssh procurve2
     742We'd like to keep you up to date about:
     743  * Software feature updates
     744  * New product announcements
     745  * Special events
     746Please register your products now at:  www.hpe.com/networking/register
     747
     748
     749manager@10.3.1.253's password:
     750HP J9850A Switch 5406Rzl2
     751Software revision KB.16.02.0018
     752
     753 (C) Copyright 2017 Hewlett Packard Enterprise Development LP
     754
     755                      RESTRICTED RIGHTS LEGEND
     756 Confidential computer software. Valid license from Hewlett Packard Enterprise
     757 Development LP required for possession, use or copying. Consistent with FAR
     758 12.211 and 12.212, Commercial Computer Software, Computer Software
     759 Documentation, and Technical Data for Commercial Items are licensed to the
     760 U.S. Government under vendor's standard commercial license.
     761
     762Press any key to continue
     763
     764HP 5406R# show version
     765Management Module 1: Active
     766Image stamp:    /ws/swbuildm/rel_spokane_qaoff/code/build/bom(swbuildm_rel_spokane_qaoff_rel_spokane)
     767                Mar 30 2017 09:10:47
     768                KB.16.02.0018
     769                526
     770Boot Image:     Primary
     771
     772Boot ROM Version:    KB.16.01.0006
     773Active Boot ROM:     Primary
     774
     775HP 5406R# show vlan
     776
     777 Status and Counters - VLAN Information
     778
     779  Maximum VLANs to support : 256                 
     780  Primary VLAN : DEFAULT_VLAN   
     781  Management VLAN : control-hardware
     782
     783  VLAN ID Name                             | Status     Voice Jumbo
     784  ------- -------------------------------- + ---------- ----- -----
     785  1       DEFAULT_VLAN                     | Port-based No    No   
     786  10      control-hardware                 | Port-based No    No   
     787  257     5003                             | Port-based No    No   
     788  258     5018                             | Port-based No    No   
     789  259     5051                             | Port-based No    No   
     790  901     5050                             | Port-based No    No   
     791  911     5048                             | Port-based No    No   
     792 
     793
     794HP 5406R# show running-config
     795
     796Running configuration:
     797
     798; J9850A Configuration Editor; Created on release #KB.16.02.0018
     799; Ver #10:08.01.81.b3.ff.7c.59.fc.7b.ff.ff.fc.ff.ff.3f.ef:5a
     800hostname "HP 5406R"
     801module A type j9990a
     802module B type j9995a
     803telnet-server listen data
     804no web-management
     805web-management listen data
     806ip default-gateway 10.3.1.7
     807ip ssh listen data
     808interface A1
     809   speed-duplex auto-1000
     810   exit
     811interface A2
     812   speed-duplex auto-1000
     813   exit
     814interface A3
     815   speed-duplex auto-1000
     816   exit
     817interface A4
     818   speed-duplex auto-1000
     819   exit
     820interface A5
     821   speed-duplex auto-1000
     822   exit
     823interface A6
     824   speed-duplex auto-1000
     825   exit
     826interface A7
     827   speed-duplex auto-1000
     828   exit
     829interface A8
     830   speed-duplex auto-1000
     831   exit
     832interface A9
     833   speed-duplex auto-1000
     834   exit
     835interface A10
     836   speed-duplex auto-1000
     837   exit
     838interface A13
     839   speed-duplex auto-1000
     840   exit
     841interface A14
     842   disable
     843   speed-duplex auto-1000
     844   exit
     845interface A19
     846   disable
     847   speed-duplex auto-1000
     848   exit
     849snmp-server community "xxxx" unrestricted
     850snmp-server community "xxxx" unrestricted
     851snmp-server listen data
     852openflow
     853   controller-id 1 ip 206.196.180.241 controller-interface vlan 10
     854   instance "instance_1"
     855      member vlan 911
     856      controller-id 1
     857      version 1.3
     858      max-backoff-interval 10
     859      enable
     860      exit
     861   enable
     862   exit
     863oobm
     864   disable
     865   ip address dhcp-bootp
     866   exit
     867vlan 1
     868   name "DEFAULT_VLAN"
     869   no untagged A1-A10,A13,A20-A21
     870   untagged A11-A12,A14-A19,A22-A24,B1-B8
     871   no ip address
     872   forbid A1-A9
     873   exit
     874vlan 10
     875   name "control-hardware"
     876   untagged A20
     877   ip address 10.3.1.253 255.255.255.0
     878   exit
     879vlan 257
     880   name "5003"
     881   no ip address
     882   exit
     883vlan 258
     884   name "5018"
     885   untagged A1-A9
     886   no ip address
     887   exit
     888vlan 259
     889   name "5051"
     890   untagged A10,A13
     891   no ip address
     892   exit
     893vlan 901
     894   name "5050"
     895   tagged A1,A21
     896   no ip address
     897   exit
     898vlan 911
     899   name "5048"
     900   tagged A1,A21
     901   no ip address
     902   exit
     903management-vlan 10
     904allow-unsupported-transceiver
     905no tftp server
     906tftp server listen data
     907no autorun
     908no dhcp config-file-update
     909no dhcp image-file-update
     910device-profile name "default-ap-profile"
     911   cos 0
     912   exit
     913no allow-v2-modules
     914activate provision disable
     915password xxx
     916password xxx
     917
     918HP 5406R#
     919
     920HP 5406R# ping 172.217.7.228     
     921172.217.7.228 is alive, time = 34 ms
     922HP 5406R#
     923
     924}}}
     925
     926
     927Access the FlowVisor VM and gather version information:
     928{{{
     929
     930LNM:~$ ssh lnevers@flowvisor.instageni.utdallas.edu
     931Welcome to Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-116-generic x86_64)
     932
     933 * Documentation:  https://help.ubuntu.com/
     934New release '16.04.2 LTS' available.
     935Run 'do-release-upgrade' to upgrade to it.
     936
     937Last login: Mon May 15 15:19:12 2017 from 128.89.73.1
     938lnevers@SDNnat:~$ sudo whoami
     939root
     940lnevers@SDNnat:~$ cat /etc/issue
     941Ubuntu 14.04.5 LTS \n \l
     942
     943lnevers@SDNnat:~$ uname -a
     944Linux SDNnat 3.13.0-116-generic #163-Ubuntu SMP Fri Mar 31 14:13:22 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
     945lnevers@SDNnat:~$
     946}}}
     947
    531948
    532949== IG-ST-1 New Site to GPO IG topology ==