Changes between Version 26 and Version 27 of GENIRacksHome/USIgniteInstageniRacks/ConfirmationTestStatus/UL-IGN


Ignore:
Timestamp:
05/31/17 16:30:45 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v26 v27  
    527527[[Image(ULLafayette-genimon-stitching.jpeg, 80%)]]
    528528
     529== IG-CT-6 - Administrative Tests ==
     530
     531Sent request for administrative account to site contact from the [http://groups.geni.net/geni/wiki/GeniAggregate/ULLafayetteInstaGENI ULLafayette 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.louisiana.edu/joinproject.php3.   Once the administrative account was approved and the membership to emulab-ops was granted, proceeded to execute administrative tests. 
     532
     533{{{
     534LNM:~$  ssh control.instageni.louisiana.edu
     535Welcome to Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-119-generic x86_64)
     536
     537 * Documentation:  https://help.ubuntu.com/
     538
     539  System information as of Wed May 31 18:49:01 UTC 2017
     540
     541  System load:     0.03              IP address for xenbr0: 104.141.5.3
     542  Usage of /:      25.4% of 5.65GB   IP address for xenbr1: 10.1.1.254
     543  Memory usage:    1%                IP address for xenbr2: 10.2.1.254
     544  Swap usage:      0%                IP address for xenbr3: 10.3.1.254
     545  Processes:       372               IP address for tun0:   10.8.0.1
     546  Users logged in: 0
     547
     548  Graph this data and manage this system at:
     549    https://landscape.canonical.com/
     550New release '16.04.2 LTS' available.
     551Run 'do-release-upgrade' to upgrade to it.
     552
     553
     554The programs included with the Ubuntu system are free software;
     555the exact distribution terms for each program are described in the
     556individual files in /usr/share/doc/*/copyright.
     557
     558Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
     559applicable law.
     560
     561To run a command as administrator (user "root"), use "sudo <command>".
     562See "man sudo_root" for details.
     563
     564lnevers@ullafayette:~$ sudo whoami
     565root
     566lnevers@ullafayette:~$ uname -a
     567Linux ullafayette.control-nodes.geniracks.net 3.13.0-119-generic #166-Ubuntu SMP Wed May 3 12:18:55 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
     568lnevers@ullafayette:~$
     569}}}
     570
     571Also access the boss node:
     572{{{
     573LNM:~$ ssh boss.instageni.louisiana.edu
     574Last login: Mon May 22 12:43:36 2017 from ops.instageni.louisiana.edu
     575FreeBSD 10.2-RELEASE-p22 (TESTBED-GENERIC-IB) #0: Fri Sep 30 11:18:46 MDT 2016
     576
     577Welcome to FreeBSD!
     578
     579Ever wonder what those numbers after command names were, as in cat(1)?  It's
     580the section of the manual the man page is in.  "man man" will tell you more.
     581                -- David Scheidt <dscheidt@tumbolia.com>
     582lnevers@boss:~ % sudo whoami
     583root
     584lnevers@boss:~ % uname -a
     585FreeBSD boss.instageni.louisiana.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
     586lnevers@boss:~ %
     587}}}
     588
     589From boss node accessed each of the experiment nodes that support VMs:
     590{{{
     591[lnevers@boss ~]$ for i in pc1 pc2 pc3; do ssh $i "echo -n '===> Host: ';hostname;sudo whoami;uname -a;echo"; done
     592Warning: Permanently added 'pc1.instageni.louisiana.edu' (RSA) to the list of known hosts.
     593===> Host: vhost1.shared-nodes.emulab-ops.instageni.louisiana.edu
     594root
     595Linux vhost1.shared-nodes.emulab-ops.instageni.louisiana.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 'pc2.instageni.louisiana.edu' (RSA) to the list of known hosts.
     598===> Host: vhost2.shared-nodes.emulab-ops.instageni.louisiana.edu
     599root
     600Linux vhost2.shared-nodes.emulab-ops.instageni.louisiana.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
     602Warning: Permanently added 'pc3.instageni.louisiana.edu' (RSA) to the list of known hosts.
     603===> Host: vhost3.shared-nodes.emulab-ops.instageni.louisiana.edu
     604root
     605Linux vhost3.shared-nodes.emulab-ops.instageni.louisiana.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
     606
     607[lnevers@boss ~]$
     608}}}
     609
     610In 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):
     611{{{
     612[lnevers@boss ~]$ for i in pc4 pc5 ; do sudo ssh $i "echo -n '===> Host: ';hostname;whoami;uname -a;echo"; done
     613===> Host: pc.2pc.ch-geni-net.instageni.louisiana.edu
     614root
     615Linux pc.2pc.ch-geni-net.instageni.louisiana.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
     616
     617===> Host: pc2.2pc.ch-geni-net.instageni.louisiana.edu
     618root
     619Linux pc2.2pc.ch-geni-net.instageni.louisiana.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
     620
     621[lnevers@boss ~]$
     622
     623}}}
     624
     625Further verified access by ssh from ops.instageni.louisiana.edu to boss.instageni.louisiana.edu, which is usually restricted for non-admin users:
     626{{{
     627LNM:~$ ssh ops.instageni.louisiana.edu
     628Last login: Mon May 22 12:43:31 2017 from 128.89.73.1
     629FreeBSD 10.2-RELEASE-p22 (TESTBED-GENERIC-IB) #0: Fri Sep 30 11:18:46 MDT 2016
     630
     631Welcome to FreeBSD!
     632
     633Want colour in your directory listings?  Use "ls -G".  "ls -F" is also useful,
     634and they can be combined as "ls -FG".
     635lnevers@ops:~ % ssh boss
     636Last login: Wed May 31 15:16:13 2017 from 128.89.73.1
     637FreeBSD 10.2-RELEASE-p22 (TESTBED-GENERIC-IB) #0: Fri Sep 30 11:18:46 MDT 2016
     638
     639Welcome to FreeBSD!
     640
     641In order to search for a string in some files, use 'grep' like this:
     642
     643         grep "string" filename1 [filename2 filename3 ...]
     644
     645This will print out the lines in the files that contain the string.  grep can
     646also do a lot more advanced searches - type 'man grep' for details.
     647lnevers@boss:~ %
     648
     649}}}
     650Access infrastructure switches using documented password. First connect to the switch named procurve1 the control network switch:
     651{{{
     652[lnevers@boss ~]$ sudo more /usr/testbed/etc/switch.pswd
     653XXXXXXXXX
     654[lnevers@boss ~]$ sudo ssh procurve1
     655We'd like to keep you up to date about:
     656  * Software feature updates
     657  * New product announcements
     658  * Special events
     659Please register your products now at:  www.hpe.com/networking/register
     660
     661
     662Aruba JL071A 3810M-24G-1-slot Switch
     663Software revision KB.16.01.0004
     664
     665Copyright (C) 2016 Aruba, a Hewlett Packard Enterprise company.
     666
     667                   RESTRICTED RIGHTS LEGEND
     668 Confidential computer software.  Valid license from  Hewlett Packard
     669 Enterprise required for possession, use or copying. Consistent with FAR
     670 12.211 and 12.212, Commercial Computer Software, Computer Software
     671 Documentation, and Technical Data for Commercial Items are licensed to
     672 the U.S. Government under vendor's standard commercial license.
     673
     674Press any key to continue
     675
     676Aruba-3810M-24G-1-slot#
     677Aruba-3810M-24G-1-slot# show version 
     678Image stamp:   
     679 /ws/swbuildm/rel_richmond_qaoff/code/build/bom(swbuildm_rel_richmond_qaoff_rel_
     680richmond)
     681                Jan 17 2016 15:59:54
     682                KB.16.01.0004
     683                215
     684Boot Image:     Primary
     685
     686Boot ROM Version:    KB.16.01.0005
     687Active Boot ROM:     Primary
     688
     689Aruba-3810M-24G-1-slot# show vlan
     690
     691 Status and Counters - VLAN Information
     692
     693  Maximum VLANs to support : 256                 
     694  Primary VLAN : DEFAULT_VLAN     
     695  Management VLAN : control-hardware
     696
     697  VLAN ID Name                             | Status     Voice Jumbo
     698  ------- -------------------------------- + ---------- ----- -----
     699  1       DEFAULT_VLAN                     | Port-based No    No   
     700  10      control-hardware                 | Port-based No    No   
     701  11      control-alternate                | Port-based No    No   
     702 
     703
     704Aruba-3810M-24G-1-slot# sho interfaces brief
     705
     706 Status and Counters - Port Status
     707
     708                          | Intrusion                           MDI  Flow Bcast
     709  Port         Type       | Alert     Enabled Status Mode       Mode Ctrl Limit
     710  ------------ ---------- + --------- ------- ------ ---------- ---- ---- -----
     711  1            100/1000T  | No        Yes     Up     1000FDx    MDIX off  0   
     712  2            100/1000T  | No        Yes     Up     1000FDx    MDI  off  0   
     713  3            100/1000T  | No        Yes     Up     1000FDx    MDI  off  0   
     714  4            100/1000T  | No        Yes     Up     1000FDx    MDI  off  0   
     715  5            100/1000T  | No        Yes     Up     1000FDx    MDIX off  0   
     716  6            100/1000T  | No        Yes     Up     1000FDx    MDI  off  0   
     717  7            100/1000T  | No        Yes     Up     1000FDx    MDI  off  0   
     718  8            100/1000T  | No        Yes     Up     1000FDx    MDIX off  0   
     719  9            100/1000T  | No        Yes     Up     1000FDx    MDI  off  0   
     720  10           100/1000T  | No        Yes     Up     1000FDx    MDI  off  0   
     721  11           100/1000T  | No        Yes     Down   1000FDx    Auto off  0   
     722  12           100/1000T  | No        Yes     Down   1000FDx    Auto off  0   
     723  13           100/1000T  | No        Yes     Down   1000FDx    Auto off  0   
     724  14           100/1000T  | No        Yes     Down   1000FDx    NA   off  0   
     725  15           100/1000T  | No        Yes     Down   1000FDx    Auto off  0   
     726  16           100/1000T  | No        Yes     Down   1000FDx    Auto off  0   
     727  17           100/1000T  | No        Yes     Up     1000FDx    MDI  off  0   
     728  18           100/1000T  | No        Yes     Up     1000FDx    MDI  off  0   
     729  19           100/1000T  | No        Yes     Up     1000FDx    MDI  off  0   
     730  20           100/1000T  | No        Yes     Up     1000FDx    MDI  off  0   
     731  21           100/1000T  | No        Yes     Down   1000FDx    Auto off  0   
     732  22           100/1000T  | No        Yes     Down   1000FDx    Auto off  0   
     733  23           100/1000T  | No        Yes     Down   1000FDx    Auto off  0   
     734  24           100/1000T  | No        Yes     Up     1000FDx    MDIX off  0   
     735  A1                      | No        Yes     Down   .               off  0   
     736  A2                      | No        Yes     Down   .               off  0   
     737  A3                      | No        Yes     Down   .               off  0   
     738  A4                      | No        Yes     Down   .               off  0   
     739 
     740Aruba-3810M-24G-1-slot# show running-config
     741
     742Running configuration:
     743
     744; JL071A Configuration Editor; Created on release #KB.16.01.0004
     745; Ver #0c:01.7c.59.f4.7b.ff.ff.fc.ff.ff.3f.ef:
     746
     747hostname "Aruba-3810M-24G-1-slot"
     748module 1 type jl071x
     749flexible-module A type JL083A
     750telnet-server listen data
     751no web-management
     752web-management listen data
     753ip default-gateway 10.1.1.254
     754ip ssh listen data
     755snmp-server community "xxx" unrestricted
     756snmp-server listen data
     757aaa authentication ssh login public-key
     758aaa authentication ssh enable public-key
     759oobm
     760   disable
     761   ip address dhcp-bootp
     762   exit
     763vlan 1
     764   name "DEFAULT_VLAN"
     765   no untagged 18-19
     766   untagged 1-17,20-24,A1-A4
     767   ip address 10.254.254.253 255.255.255.0
     768   ip igmp
     769   exit
     770vlan 10
     771   name "control-hardware"
     772   untagged 18
     773   ip address 10.1.1.253 255.255.255.0
     774   exit
     775vlan 11
     776   name "control-alternate"
     777   untagged 19
     778   ip address 10.2.1.253 255.255.255.0
     779   exit
     780management-vlan 10
     781no tftp server
     782tftp server listen data
     783no autorun
     784no dhcp config-file-update
     785no dhcp image-file-update
     786password xx
     787password xxx
     788
     789Aruba-3810M-24G-1-slot#
     790
     791
     792}}}
     793
     794Connect to the switch named procurve2 the dataplane network switch via ssh using the documented password:
     795{{{
     796[lnevers@boss ~]$ sudo more /usr/testbed/etc/switch.pswd
     797xxxxxxx
     798[lnevers@boss ~]$ sudo ssh procurve2
     799We'd like to keep you up to date about:
     800  * Software feature updates
     801  * New product announcements
     802  * Special events
     803Please register your products now at:  www.hpe.com/networking/register
     804
     805
     806manager@10.3.1.253's password:
     807HP J9850A Switch 5406Rzl2
     808Software revision KB.16.02.0018
     809
     810 (C) Copyright 2017 Hewlett Packard Enterprise Development LP
     811
     812                      RESTRICTED RIGHTS LEGEND
     813 Confidential computer software. Valid license from Hewlett Packard Enterprise
     814 Development LP required for possession, use or copying. Consistent with FAR
     815 12.211 and 12.212, Commercial Computer Software, Computer Software
     816 Documentation, and Technical Data for Commercial Items are licensed to the
     817 U.S. Government under vendor's standard commercial license.
     818
     819Press any key to continue
     820
     821HP 5406R# show version
     822Management Module 1: Active
     823Image stamp:   
     824 /ws/swbuildm/rel_spokane_qaoff/code/build/bom(swbuildm_rel_spokane_qaoff_rel_sp
     825okane)
     826                Mar 30 2017 09:10:47
     827                KB.16.02.0018
     828                526
     829Boot Image:     Primary
     830
     831Boot ROM Version:    KB.16.01.0006
     832Active Boot ROM:     Primary
     833
     834HP 5406R# show vlan
     835
     836 Status and Counters - VLAN Information
     837
     838  Maximum VLANs to support : 256                 
     839  Primary VLAN : DEFAULT_VLAN   
     840  Management VLAN : control-hardware
     841
     842  VLAN ID Name                             | Status     Voice Jumbo
     843  ------- -------------------------------- + ---------- ----- -----
     844  1       DEFAULT_VLAN                     | Port-based No    No   
     845  10      control-hardware                 | Port-based No    No   
     846  257     5008                             | Port-based No    No   
     847  258     5154                             | Port-based No    No   
     848  3995    5023                             | Port-based No    No   
     849 
     850
     851HP 5406R# show interfaces brief
     852
     853 Status and Counters - Port Status
     854
     855                          | Intrusion                           MDI  Flow Bcast
     856  Port         Type       | Alert     Enabled Status Mode       Mode Ctrl Limit
     857  ------------ ---------- + --------- ------- ------ ---------- ---- ---- -----
     858  A1           100/1000T  | No        Yes     Up     1000FDx    MDI  off  0   
     859  A2           100/1000T  | No        Yes     Up     1000FDx    MDIX off  0   
     860  A3           100/1000T  | No        Yes     Up     1000FDx    MDIX off  0   
     861  A4           100/1000T  | No        Yes     Up     1000FDx    MDIX off  0   
     862  A5           100/1000T  | No        Yes     Up     1000FDx    MDIX off  0   
     863  A6           100/1000T  | No        Yes     Up     1000FDx    MDIX off  0   
     864  A7           100/1000T  | No        Yes     Up     1000FDx    MDIX off  0   
     865  A8           100/1000T  | No        Yes     Up     1000FDx    MDIX off  0   
     866  A9           100/1000T  | No        Yes     Up     1000FDx    MDIX off  0   
     867  A10          100/1000T  | No        Yes     Up     1000FDx    MDIX off  0   
     868  A11          100/1000T  | No        Yes     Up     1000FDx    MDI  off  0   
     869  A12          100/1000T  | No        Yes     Up     1000FDx    MDI  off  0   
     870  A13          100/1000T  | No        Yes     Up     1000FDx    MDI  off  0   
     871  A14          100/1000T  | No        Yes     Up     1000FDx    MDI  off  0   
     872  A15          100/1000T  | No        Yes     Up     1000FDx    MDI  off  0   
     873  A16          100/1000T  | No        Yes     Down   1000FDx    Auto off  0   
     874  A17          100/1000T  | No        Yes     Down   1000FDx    Auto off  0   
     875  A18          100/1000T  | No        Yes     Down   1000FDx    Auto off  0   
     876  A19          100/1000T  | No        Yes     Down   1000FDx    Auto off  0   
     877  A20          100/1000T  | No        Yes     Up     1000FDx    MDI  off  0   
     878  A21          SFP+LR     | No        Yes     Up     10GigFD    NA   off  0   
     879  A22                     | No        Yes     Down   .               off  0   
     880  A23                     | No        Yes     Down   .               off  0   
     881  A24                     | No        Yes     Down   .               off  0   
     882  B1           10GbE-T    | No        Yes     Up     1000FDx    MDIX off  0   
     883  B2           10GbE-T    | No        Yes     Up     1000FDx    MDIX off  0   
     884  B3           10GbE-T    | No        Yes     Up     1000FDx    MDI  off  0   
     885  B4           10GbE-T    | No        Yes     Up     1000FDx    MDI  off  0   
     886  B5           10GbE-T    | No        Yes     Up     1000FDx    MDIX off  0   
     887  B6           10GbE-T    | No        Yes     Down   10GigFD    Auto off  0   
     888  B7           10GbE-T    | No        Yes     Down   10GigFD    Auto off  0   
     889  B8           10GbE-T    | No        Yes     Up     1000FDx    MDI  off  0   
     890 
     891HP 5406R# show running-config
     892
     893Running configuration:
     894
     895; J9850A Configuration Editor; Created on release #KB.16.02.0018
     896; Ver #10:08.01.81.b3.ff.7c.59.fc.7b.ff.ff.fc.ff.ff.3f.ef:5a
     897hostname "HP 5406R"
     898module A type j9990a
     899module B type j9995a
     900telnet-server listen data
     901no web-management
     902web-management listen data
     903ip default-gateway 10.3.1.7
     904ip ssh listen data
     905interface A1
     906   speed-duplex auto-1000
     907   exit
     908interface A2
     909   speed-duplex auto-1000
     910   exit
     911interface A3
     912   speed-duplex auto-1000
     913   exit
     914interface A4
     915   speed-duplex auto-1000
     916   exit
     917interface A5
     918   speed-duplex auto-1000
     919   exit
     920interface A6
     921   speed-duplex auto-1000
     922   exit
     923interface A7
     924   speed-duplex auto-1000
     925   exit
     926interface A8
     927   speed-duplex auto-1000
     928   exit
     929interface A9
     930   speed-duplex auto-1000
     931   exit
     932interface A10
     933   speed-duplex auto-1000
     934   exit
     935interface A13
     936   speed-duplex auto-1000
     937   exit
     938snmp-server community "xxx" unrestricted
     939snmp-server listen data
     940openflow
     941   enable
     942   exit
     943oobm
     944   disable
     945   ip address dhcp-bootp
     946   exit
     947vlan 1
     948   name "DEFAULT_VLAN"
     949   no untagged A1-A10,A13,A20-A21
     950   untagged A11-A12,A14-A19,A22-A24,B1-B8
     951   no ip address
     952   forbid A1-A9
     953   exit
     954vlan 10
     955   name "control-hardware"
     956   untagged A20
     957   ip address 10.3.1.253 255.255.255.0
     958   exit
     959vlan 257
     960   name "5008"
     961   untagged A1-A9
     962   no ip address
     963   exit
     964vlan 258
     965   name "5154"
     966   untagged A10,A13
     967   no ip address
     968   exit
     969vlan 3995
     970   name "5023"
     971   tagged A4,A21
     972   no ip address
     973   exit
     974management-vlan 10
     975no tftp server
     976tftp server listen data
     977no autorun
     978no dhcp config-file-update
     979no dhcp image-file-update
     980device-profile name "default-ap-profile"
     981   cos 0
     982   exit
     983no allow-v2-modules
     984activate provision disable
     985password xxx
     986password xxx
     987
     988HP 5406R# ping 172.217.7.228
     989172.217.7.228 is alive, time = 48 ms
     990HP 5406R#
     991}}}
     992
     993Access the FlowVisor VM and gather version information:
     994{{{
     995
     996LNM:~$ ssh flowvisor.instageni.louisiana.edu
     997Welcome to Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-116-generic x86_64)
     998
     999 * Documentation:  https://help.ubuntu.com/
     1000New release '16.04.2 LTS' available.
     1001Run 'do-release-upgrade' to upgrade to it.
     1002
     1003
     1004The programs included with the Ubuntu system are free software;
     1005the exact distribution terms for each program are described in the
     1006individual files in /usr/share/doc/*/copyright.
     1007
     1008Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
     1009applicable law.
     1010
     1011lnevers@SDNnat:~$ sudo whoami
     1012root
     1013lnevers@SDNnat:~$ uname -a
     1014Linux 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
     1015lnevers@SDNnat:~$
     1016
     1017}}}
     1018
    5291019
    5301020== IG-ST-1 New Site to GPO IG topology ==