Changes between Version 40 and Version 41 of GENIRacksHome/USIgniteInstageniRacks/ConfirmationTestStatus/UVM-IGN


Ignore:
Timestamp:
05/16/17 15:58:38 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v40 v41  
    528528
    529529
    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/UVMInstaGENI UVM 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.uvm.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.uvm.edu
     536The authenticity of host 'control.instageni.uvm.edu (132.198.183.131)' can't be established.
     537ECDSA key fingerprint is SHA256:tIAzGjrGVBkK+r18zkXvG96WTkIFn9p1vIhV25uGiYk.
     538Are you sure you want to continue connecting (yes/no)? yes
     539Warning: Permanently added 'control.instageni.uvm.edu,132.198.183.131' (ECDSA) to the list of known hosts.
     540
     541Welcome to Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-116-generic x86_64)
     542
     543 * Documentation:  https://help.ubuntu.com/
     544
     545  System information as of Tue May 16 18:27:52 UTC 2017
     546
     547  System load:     0.0               IP address for xenbr0: 132.198.183.131
     548  Usage of /:      25.2% of 5.65GB   IP address for xenbr1: 10.1.1.254
     549  Memory usage:    1%                IP address for xenbr2: 10.2.1.254
     550  Swap usage:      0%                IP address for xenbr3: 10.3.1.254
     551  Processes:       413               IP address for tun0:   10.8.0.1
     552  Users logged in: 1
     553
     554  Graph this data and manage this system at:
     555    https://landscape.canonical.com/
     556New release '16.04.2 LTS' available.
     557Run 'do-release-upgrade' to upgrade to it.
     558
     559
     560The programs included with the Ubuntu system are free software;
     561the exact distribution terms for each program are described in the
     562individual files in /usr/share/doc/*/copyright.
     563
     564Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
     565applicable law.
     566
     567To run a command as administrator (user "root"), use "sudo <command>".
     568See "man sudo_root" for details.
     569
     570
     571lnevers@uvm:~$
     572lnevers@uvm:~$ sudo whoami
     573root
     574lnevers@uvm:~$ cat /etc/issue; uname -a
     575Ubuntu 14.04.5 LTS \n \l
     576
     577Linux uvm.control-nodes.geniracks.net 3.13.0-116-generic #163-Ubuntu SMP Fri Mar 31 14:13:22 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
     578lnevers@uvm:~$
     579}}}
     580
     581Also access the boss node:
     582{{{
     583LNM:~$ ssh boss.instageni.uvm.edu
     584FreeBSD 10.2-RELEASE-p22 (TESTBED-GENERIC-IB) #0: Fri Sep 30 11:18:46 MDT 2016
     585
     586Welcome to FreeBSD!
     587
     588nc(1) (or netcat) is useful not only for redirecting input/output to
     589TCP or UDP connections, but also for proxying them with inetd(8).
     590lnevers@boss:~ % sudo whoami
     591root
     592lnevers@boss:~ %  uname -a
     593FreeBSD boss.instageni.uvm.edu 10.2-RELEASE-p22 FreeBSD 10.2-RELEASE-p22 #0: Fri Sep 30 11:18:46 MDT 2016     root@node.freebsd102-64.emulab-ops.emulab.net:/usr/obj/usr/src/sys/TESTBED-GENERIC-IB  amd64
     594lnevers@boss:~ %
     595}}}
     596
     597From boss node accessed each of the experiment nodes that support VMs:
     598{{{
     599[lnevers@boss ~]$ for i in pc1 pc2 pc3; do ssh $i "echo -n '===> Host: ';hostname;sudo whoami;uname -a;echo"; done
     600Warning: Permanently added 'pc1.instageni.uvm.edu' (RSA) to the list of known hosts.
     601===> Host: vhost1.shared-nodes.emulab-ops.instageni.uvm.edu
     602root
     603Linux vhost1.shared-nodes.emulab-ops.instageni.uvm.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
     604
     605Warning: Permanently added 'pc2.instageni.uvm.edu' (RSA) to the list of known hosts.
     606===> Host: vhost2.shared-nodes.emulab-ops.instageni.uvm.edu
     607root
     608Linux vhost2.shared-nodes.emulab-ops.instageni.uvm.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
     609
     610Warning: Permanently added 'pc3.instageni.uvm.edu' (RSA) to the list of known hosts.
     611===> Host: vhost3.shared-nodes.emulab-ops.instageni.uvm.edu
     612root
     613Linux vhost3.shared-nodes.emulab-ops.instageni.uvm.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
     614
     615[lnevers@boss ~]$
     616
     617}}}
     618
     619In 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):
     620{{{
     621[lnevers@boss ~]$ for i in pc4 pc5 ; do sudo ssh $i "echo -n '===> Host: ';hostname;whoami;uname -a;echo"; done
     622}}}
     623
     624Further verified access by ssh from ops.instageni.gpolab.bbn.com to boss.instageni.gpolab.bbn.com, which is usually restricted for non-admin users:
     625{{{
     626LNM:~$ ssh ops.instageni.uvm.edu
     627
     628Last login: Tue May 16 15:44:20 2017 from 128.89.253.131
     629FreeBSD 10.2-RELEASE-p22 (TESTBED-GENERIC-IB) #0: Fri Sep 30 11:18:46 MDT 2016
     630
     631Welcome to FreeBSD!
     632
     633Time to change your password? Type "passwd" and follow the prompts.
     634                -- Dru <genesis@istar.ca>
     635lnevers@ops:~ % sudo whoami
     636root
     637lnevers@ops:~ % uname -a
     638FreeBSD ops.instageni.uvm.edu 10.2-RELEASE-p22 FreeBSD 10.2-RELEASE-p22 #0: Fri Sep 30 11:18:46 MDT 2016     root@node.freebsd102-64.emulab-ops.emulab.net:/usr/obj/usr/src/sys/TESTBED-GENERIC-IB  amd64
     639lnevers@ops:~ % ssh boss
     640The authenticity of host 'boss.instageni.uvm.edu (132.198.183.132)' can't be established.
     641ECDSA key fingerprint is a0:bb:78:16:0b:bd:f9:73:60:5d:eb:8d:1b:be:bb:00.
     642No matching host key fingerprint found in DNS.
     643Are you sure you want to continue connecting (yes/no)? yes
     644Warning: Permanently added 'boss.instageni.uvm.edu' (ECDSA) to the list of known hosts.
     645Last login: Tue May 16 15:44:40 2017 from 128.89.253.131
     646FreeBSD 10.2-RELEASE-p22 (TESTBED-GENERIC-IB) #0: Fri Sep 30 11:18:46 MDT 2016
     647
     648Welcome to FreeBSD!
     649
     650To save disk space in your home directory, compress files you rarely
     651use with "gzip filename".
     652                -- Dru <genesis@istar.ca>
     653lnevers@boss:~ %
     654
     655}}}
     656Access infrastructure switches using documented password. First connect to the switch named procurve1 the control network switch:
     657{{{
     658[lnevers@boss ~]$ sudo more /usr/testbed/etc/switch.pswd
     659XXXXXXXXX
     660lnevers@boss:~ % sudo ssh procurve1
     661We'd like to keep you up to date about:
     662  * Software feature updates
     663  * New product announcements
     664  * Special events
     665Please register your products now at:  www.hpe.com/networking/register
     666
     667
     668
     669Aruba JL071A 3810M-24G-1-slot Switch
     670Software revision KB.16.01.0004
     671
     672Copyright (C) 2016 Aruba, a Hewlett Packard Enterprise company.
     673
     674                   RESTRICTED RIGHTS LEGEND
     675 Confidential computer software.  Valid license from  Hewlett Packard
     676 Enterprise required for possession, use or copying. Consistent with FAR
     677 12.211 and 12.212, Commercial Computer Software, Computer Software
     678 Documentation, and Technical Data for Commercial Items are licensed to
     679 the U.S. Government under vendor's standard commercial license.
     680
     681Press any key to continue
     682
     683Aruba-3810M-24G-1-slot#
     684Aruba-3810M-24G-1-slot# show version
     685Image stamp:    /ws/swbuildm/rel_richmond_qaoff/code/build/bom(swbuildm_rel_richmond_qaoff_rel_richmond)
     686                Jan 17 2016 15:59:54
     687                KB.16.01.0004
     688                215
     689Boot Image:     Primary
     690
     691Boot ROM Version:    KB.16.01.0005
     692Active Boot ROM:     Primary
     693
     694Aruba-3810M-24G-1-slot# show vlan
     695
     696 Status and Counters - VLAN Information
     697
     698  Maximum VLANs to support : 256                 
     699  Primary VLAN : DEFAULT_VLAN     
     700  Management VLAN : control-hardware
     701
     702  VLAN ID Name                             | Status     Voice Jumbo
     703  ------- -------------------------------- + ---------- ----- -----
     704  1       DEFAULT_VLAN                     | Port-based No    No   
     705  10      control-hardware                 | Port-based No    No   
     706  11      control-alternate                | Port-based No    No   
     707 
     708
     709Aruba-3810M-24G-1-slot# show running-config
     710
     711Running configuration:
     712
     713; JL071A Configuration Editor; Created on release #KB.16.01.0004
     714; Ver #0c:01.7c.59.f4.7b.ff.ff.fc.ff.ff.3f.ef:
     715
     716hostname "Aruba-3810M-24G-1-slot"
     717module 1 type jl071x
     718flexible-module A type JL083A
     719telnet-server listen data
     720no web-management
     721web-management listen data
     722ip default-gateway 10.1.1.254
     723ip ssh listen data
     724snmp-server community "xxx" unrestricted
     725snmp-server listen data
     726aaa authentication ssh login public-key
     727aaa authentication ssh enable public-key
     728oobm
     729   disable
     730   ip address dhcp-bootp
     731   exit
     732vlan 1
     733   name "DEFAULT_VLAN"
     734   no untagged 18-19
     735   untagged 1-17,20-24,A1-A4
     736   ip address 10.254.254.253 255.255.255.0
     737   ip igmp
     738   exit
     739vlan 10
     740   name "control-hardware"
     741   untagged 18
     742   ip address 10.1.1.253 255.255.255.0
     743   exit
     744vlan 11
     745   name "control-alternate"
     746   untagged 19
     747   ip address 10.2.1.253 255.255.255.0
     748   exit
     749management-vlan 10
     750no tftp server
     751tftp server listen data
     752no autorun
     753no dhcp config-file-update
     754no dhcp image-file-update
     755password xxx
     756password xxx
     757
     758Aruba-3810M-24G-1-slot# 
     759
     760}}}
     761
     762Connect to the switch named procurve2 the dataplane network switch via ssh using the documented password:
     763{{{
     764[lnevers@boss ~]$ sudo more /usr/testbed/etc/switch.pswd
     765xxxxxxx
     766lnevers@boss:~ % sudo ssh procurve2
     767We'd like to keep you up to date about:
     768  * Software feature updates
     769  * New product announcements
     770  * Special events
     771Please register your products now at:  www.hpe.com/networking/register
     772
     773
     774manager@10.3.1.253's password:
     775HP J9850A Switch 5406Rzl2
     776Software revision KB.16.02.0018
     777
     778 (C) Copyright 2017 Hewlett Packard Enterprise Development LP
     779
     780                      RESTRICTED RIGHTS LEGEND
     781 Confidential computer software. Valid license from Hewlett Packard Enterprise
     782 Development LP required for possession, use or copying. Consistent with FAR
     783 12.211 and 12.212, Commercial Computer Software, Computer Software
     784 Documentation, and Technical Data for Commercial Items are licensed to the
     785 U.S. Government under vendor's standard commercial license.
     786
     787Press any key to continue
     788
     789HP 5406R# show version
     790Management Module 1: Active
     791Image stamp:    /ws/swbuildm/rel_spokane_qaoff/code/build/bom(swbuildm_rel_spokane_qaoff_rel_spokane)
     792                Mar 30 2017 09:10:47
     793                KB.16.02.0018
     794                526
     795Boot Image:     Primary
     796
     797Boot ROM Version:    KB.16.01.0006
     798Active Boot ROM:     Primary
     799
     800HP 5406R# show vlans
     801
     802 Status and Counters - VLAN Information
     803
     804  Maximum VLANs to support : 256                 
     805  Primary VLAN : DEFAULT_VLAN   
     806  Management VLAN : control-hardware
     807
     808  VLAN ID Name                             | Status     Voice Jumbo
     809  ------- -------------------------------- + ---------- ----- -----
     810  1       DEFAULT_VLAN                     | Port-based No    No   
     811  10      control-hardware                 | Port-based No    No   
     812  257     5007                             | Port-based No    No   
     813  258     5036                             | Port-based No    No   
     814  1774    5035                             | Port-based No    No   
     815 
     816
     817HP 5406R# show running-config
     818
     819Running configuration:
     820
     821; J9850A Configuration Editor; Created on release #KB.16.02.0018
     822; Ver #10:08.01.81.b3.ff.7c.59.fc.7b.ff.ff.fc.ff.ff.3f.ef:5a
     823hostname "HP 5406R"
     824module A type j9990a
     825module B type j9995a
     826telnet-server listen data
     827no web-management
     828web-management listen data
     829ip default-gateway 10.3.1.7
     830ip ssh listen data
     831interface A1
     832   speed-duplex auto-1000
     833   exit
     834interface A2
     835   speed-duplex auto-1000
     836   exit
     837interface A3
     838   speed-duplex auto-1000
     839   exit
     840interface A4
     841   speed-duplex auto-1000
     842   exit
     843interface A5
     844   speed-duplex auto-1000
     845   exit
     846interface A6
     847   speed-duplex auto-1000
     848   exit
     849interface A7
     850   speed-duplex auto-1000
     851   exit
     852interface A8
     853   speed-duplex auto-1000
     854   exit
     855interface A9
     856   speed-duplex auto-1000
     857   exit
     858interface A10
     859   speed-duplex auto-1000
     860   exit
     861interface A11
     862   disable
     863   speed-duplex auto-1000
     864   exit
     865interface A12
     866   disable
     867   speed-duplex auto-1000
     868   exit
     869interface A13
     870   speed-duplex auto-1000
     871   exit
     872interface A14
     873   disable
     874   speed-duplex auto-1000
     875   exit
     876interface A15
     877   disable
     878   speed-duplex auto-1000
     879   exit
     880snmp-server community "xxx" unrestricted
     881snmp-server listen data
     882openflow
     883   controller-id 1 ip 206.196.180.241 controller-interface vlan 10
     884   instance "instance_1"
     885      member vlan 1774
     886      controller-id 1
     887      version 1.3
     888      max-backoff-interval 10
     889      enable
     890      exit
     891   enable
     892   exit
     893oobm
     894   disable
     895   ip address dhcp-bootp
     896   exit
     897vlan 1
     898   name "DEFAULT_VLAN"
     899   no untagged A1-A10,A13,A20-A21
     900   untagged A11-A12,A14-A19,A22-A24,B1-B8
     901   no ip address
     902   forbid A1-A9
     903   exit
     904vlan 10
     905   name "control-hardware"
     906   untagged A20
     907   ip address 10.3.1.253 255.255.255.0
     908   exit
     909vlan 257
     910   name "5007"
     911   untagged A1-A9
     912   no ip address
     913   exit
     914vlan 258
     915   name "5036"
     916   untagged A10,A13
     917   no ip address
     918   exit
     919vlan 1774
     920   name "5035"
     921   tagged A1,A21
     922   no ip address
     923   exit
     924management-vlan 10
     925no tftp server
     926tftp server listen data
     927no autorun
     928no dhcp config-file-update
     929no dhcp image-file-update
     930device-profile name "default-ap-profile"
     931   cos 0
     932   exit
     933no allow-v2-modules
     934activate provision disable
     935password xxx
     936password xxx
     937
     938HP 5406R# ping 172.217.7.228     
     939172.217.7.228 is alive, time = 30 ms
     940HP 5406R#
     941}}}
     942
     943Access the FlowVisor VM and gather version information:
     944{{{
     945LNM:~$ ssh lnevers@flowvisor.instageni.uvm.edu
     946Welcome to Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-116-generic x86_64)
     947
     948 * Documentation:  https://help.ubuntu.com/
     949New release '16.04.2 LTS' available.
     950Run 'do-release-upgrade' to upgrade to it.
     951
     952Last login: Tue May 16 15:40:59 2017 from 128.89.253.131
     953lnevers@SDNnat:~$ sudo whoami
     954root
     955lnevers@SDNnat:~$ uname -a
     956Linux 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
     957lnevers@SDNnat:~$
     958lnevers@SDNnat:~$ cat /etc/issue
     959Ubuntu 14.04.5 LTS \n \l
     960
     961lnevers@SDNnat:~$
     962}}}
     963
     964
    531965
    532966== IG-ST-1 New Site to GPO IG topology ==