Changes between Version 15 and Version 16 of GENIRacksHome/InstageniRacks/ConfirmationTestStatus/VirginiaTech


Ignore:
Timestamp:
06/01/15 12:09:37 (9 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/InstageniRacks/ConfirmationTestStatus/VirginiaTech

    v15 v16  
    639639
    640640 No Experiments for External Check Stores - No meso-scale.
     641
    641642== IG-CT-6 - Administrative Tests ==
    642643
     
    646647{{{
    647648LNM:~$ ssh lnevers@control.instageni.arc.vt.edu
     649Permission denied (publickey).
     650LNM:~$
    648651
    649652}}}
     
    652655{{{
    653656LNM:~$ ssh boss.instageni.arc.vt.edu
     657Last login: Fri May 29 12:19:52 2015 from 128.89.73.50
     658FreeBSD 9.0-STABLE (TESTBED-XEN) #0: Mon Mar  3 15:37:17 MST 2014
     659
     660Welcome to FreeBSD!
     661
     662If you need to ask a question on the FreeBSD-questions mailing list then
     663
     664        http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/\
     665                freebsd-questions/index.html
     666
     667contains lots of useful advice to help you get the best results.
     668> bash
     669[lnevers@boss ~]$ sudo whoami
     670root
     671[lnevers@boss ~]$ uname -a
     672FreeBSD boss.instageni.arc.vt.edu 9.0-STABLE FreeBSD 9.0-STABLE #0: Mon Mar  3 15:37:17 MST 2014     root@node.freebsd90-node.testbed.emulab.net:/usr/obj/usr/src/sys/TESTBED-XEN  i386
     673[lnevers@boss ~]$
    654674}}}
    655675
     
    657677{{{
    658678LNM:~$ ssh ops.instageni.arc.vt.edu
    659 
     679The authenticity of host 'ops.instageni.arc.vt.edu (198.82.156.5)' can't be established.
     680RSA key fingerprint is 46:63:92:67:c8:75:20:4e:52:9f:2d:f6:cb:58:16:77.
     681Are you sure you want to continue connecting (yes/no)? yes
     682Warning: Permanently added 'ops.instageni.arc.vt.edu,198.82.156.5' (RSA) to the list of known hosts.
     683FreeBSD 9.0-STABLE (TESTBED-XEN) #0: Mon Mar  3 15:37:17 MST 2014
     684
     685Welcome to FreeBSD!
     686
     687Forget how to spell a word or a variation of a word? Use
     688
     689        look portion_of_word_you_know
     690                -- Dru <genesis@istar.ca>
     691> bash
     692[lnevers@ops ~]$ ssh boss
     693The authenticity of host 'boss.instageni.arc.vt.edu (198.82.156.4)' can't be established.
     694ECDSA key fingerprint is bd:05:23:a7:5b:cc:78:c8:8c:a8:d3:e9:f7:27:53:cb.
     695Are you sure you want to continue connecting (yes/no)? yes
     696Warning: Permanently added 'boss.instageni.arc.vt.edu' (ECDSA) to the list of known hosts.
     697Last login: Mon Jun  1 08:11:58 2015 from 128.89.73.50
     698FreeBSD 9.0-STABLE (TESTBED-XEN) #0: Mon Mar  3 15:37:17 MST 2014
     699
     700Welcome to FreeBSD!
     701
     702Ever wonder what those numbers after command names were, as in cat(1)?  It's
     703the section of the manual the man page is in.  "man man" will tell you more.
     704                -- David Scheidt <dscheidt@tumbolia.com>
     705> bash
     706[lnevers@boss ~]$
    660707}}}
    661708From boss node accessed each of the experiment nodes that support VMs:
    662709{{{
    663 [lnevers@boss ~]$ for i in pc1 pc2; do ssh $i "echo -n '===> Host: ';hostname;sudo whoami;uname -a;echo"; done
    664 
     710[lnevers@boss ~]$ for i in pc1 pc2 pc3; do ssh $i "echo -n '===> Host: ';hostname;sudo whoami;uname -a;echo"; done
     711===> Host: vhost1.shared-nodes.emulab-ops.instageni.arc.vt.edu
     712root
     713Linux vhost1.shared-nodes.emulab-ops.instageni.arc.vt.edu 3.8.0-37-generic #53~precise1 SMP Fri Mar 14 16:11:09 MDT 2014 x86_64 x86_64 x86_64 GNU/Linux
     714
     715===> Host: vhost2.shared-nodes.emulab-ops.instageni.arc.vt.edu
     716root
     717Linux vhost2.shared-nodes.emulab-ops.instageni.arc.vt.edu 3.8.0-37-generic #53~precise1 SMP Fri Mar 14 16:11:09 MDT 2014 x86_64 x86_64 x86_64 GNU/Linux
     718
     719Warning: Permanently added 'pc3.instageni.arc.vt.edu' (RSA) to the list of known hosts.
     720===> Host: vhost3.shared-nodes.emulab-ops.instageni.arc.vt.edu
     721root
     722Linux vhost3.shared-nodes.emulab-ops.instageni.arc.vt.edu 3.8.0-37-generic #53~precise1 SMP Fri Mar 14 16:11:09 MDT 2014 x86_64 x86_64 x86_64 GNU/Linux
     723
     724[lnevers@boss ~]$
    665725}}}
    666726
    667727In 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 (pcX and pcY):
    668728{{{
    669 [lnevers@boss ~]$ sudo ssh pcX
    670 [root@pcX ~]# sudo whoami
     729[lnevers@boss ~]$ for i in {4..12}; do sudo ssh pc$i "echo -n '===> Host: ';hostname;sudo whoami;uname -a";
     730
     731===> Host: pc4.ln2.ch-geni-net.instageni.arc.vt.edu
    671732root
    672 [root@pcX ~]# exit
    673 logout
    674 Connection to pcX.instageni.arc.vt.edu
    675 [lnevers@boss ~]$ sudo ssh pcY
    676 [root@pc ~]# sudo whoami
     733Linux pc4.ln2.ch-geni-net.instageni.arc.vt.edu 3.13.0-33-generic #58-Ubuntu SMP Tue Jul 29 16:45:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
     734===> Host: pc4.ln1.ch-geni-net.instageni.arc.vt.edu
    677735root
    678 [root@pc ~]#
     736Linux pc4.ln1.ch-geni-net.instageni.arc.vt.edu 3.13.0-33-generic #58-Ubuntu SMP Tue Jul 29 16:45:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
     737===> Host: pc1.ln1.ch-geni-net.instageni.arc.vt.edu
     738root
     739Linux pc1.ln1.ch-geni-net.instageni.arc.vt.edu 3.13.0-33-generic #58-Ubuntu SMP Tue Jul 29 16:45:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
     740===> Host: pc3.ln2.ch-geni-net.instageni.arc.vt.edu
     741root
     742Linux pc3.ln2.ch-geni-net.instageni.arc.vt.edu 3.13.0-33-generic #58-Ubuntu SMP Tue Jul 29 16:45:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
     743===> Host: pc2.ln2.ch-geni-net.instageni.arc.vt.edu
     744root
     745Linux pc2.ln2.ch-geni-net.instageni.arc.vt.edu 3.13.0-33-generic #58-Ubuntu SMP Tue Jul 29 16:45:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
     746===> Host: pc2.ln1.ch-geni-net.instageni.arc.vt.edu
     747root
     748Linux pc2.ln1.ch-geni-net.instageni.arc.vt.edu 3.13.0-33-generic #58-Ubuntu SMP Tue Jul 29 16:45:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
     749===> Host: pc3.ln1.ch-geni-net.instageni.arc.vt.edu
     750root
     751Linux pc3.ln1.ch-geni-net.instageni.arc.vt.edu 3.13.0-33-generic #58-Ubuntu SMP Tue Jul 29 16:45:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
     752===> Host: pc1.ln2.ch-geni-net.instageni.arc.vt.edu
     753root
     754Linux pc1.ln2.ch-geni-net.instageni.arc.vt.edu 3.13.0-33-generic #58-Ubuntu SMP Tue Jul 29 16:45:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
     755}}}
     756
    679757}}}
    680758
     
    683761[lnevers@boss ~]$ sudo more /usr/testbed/etc/switch.pswd
    684762XXXXXXXXX
    685 [lnevers@boss ~]$ telnet procurve1
    686 
     763[lnevers@boss ~]$ sudo ssh procurve1
     764We'd like to keep you up to date about:
     765  * Software feature updates
     766  * New product announcements
     767  * Special events
     768Please register your products now at:  www.hp.com/networking/register
     769
     770
     771HP J9626A E2620-48 Switch
     772Software revision RA.15.08.0009
     773
     774Copyright (C) 1991-2012 Hewlett-Packard Development Company, L.P.
     775
     776                   RESTRICTED RIGHTS LEGEND
     777 Confidential computer software.  Valid license from HP required for possession,
     778 use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer
     779 Software, Computer Software Documentation, and Technical Data for Commercial
     780 Items are licensed to the U.S. Government under vendor's standard commercial
     781 license.
     782                   HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.
     783                   20555 State Highway 249, Houston, TX 77070
     784HP-E2620-48# show version
     785Image stamp:    /ws/swbuildm/rel_galt_qaoff/code/build/xform(rel_galt_qaoff)
     786                May  9 2012 15:28:43
     787                RA.15.08.0009
     788                474
     789Boot Image:     Primary
     790HP-E2620-48# show vlans
     791
     792 Status and Counters - VLAN Information
     793
     794  Maximum VLANs to support : 50                   
     795  Primary VLAN : DEFAULT_VLAN     
     796  Management VLAN : control-hardware
     797
     798  VLAN ID Name                             | Status     Voice Jumbo
     799  ------- -------------------------------- + ---------- ----- -----
     800  1       DEFAULT_VLAN                     | Port-based No    No   
     801  10      control-hardware                 | Port-based No    No   
     802  11      control-alternate                | Port-based No    No   
     803 
     804HP-E2620-48# show running-config
     805
     806Running configuration:
     807
     808; J9626A Configuration Editor; Created on release #RA.15.08.0009
     809; Ver #02:13.2d:3c
     810hostname "HP-E2620-48"
     811max-vlans 50
     812no stack
     813no web-management
     814ip default-gateway 10.1.1.254
     815snmp-server community "xx" unrestricted
     816aaa authentication ssh login public-key
     817aaa authentication ssh enable public-key
     818vlan 1
     819   name "DEFAULT_VLAN"
     820   no untagged 47-48
     821   untagged 1-46,49-52
     822   ip address 10.254.254.253 255.255.255.0
     823   ip igmp
     824   exit
     825vlan 10
     826   name "control-hardware"
     827   untagged 47
     828   ip address 10.1.1.253 255.255.255.0
     829   exit
     830vlan 11
     831   name "control-alternate"
     832   untagged 48
     833   ip address 10.2.1.253 255.255.255.0
     834   exit
     835management-vlan 10
     836no dhcp config-file-update
     837password xx
     838password xx
     839
     840HP-E2620-48#
    687841
    688842}}}
     
    692846[lnevers@boss ~]$ sudo more /usr/testbed/etc/switch.pswd
    693847xxxxxxx
    694 [lnevers@boss ~]$ ssh manager@procurve2
     848[lnevers@boss ~]$ sudo ssh manager@procurve2
     849We'd like to keep you up to date about:
     850  * Software feature updates
     851  * New product announcements
     852  * Special events
     853Please register your products now at:  www.hp.com/networking/register
     854
     855
     856HP J8697A Switch E5406zl
     857Software revision K.15.06.5008
     858
     859Copyright (C) 1991-2012 Hewlett-Packard Development Company, L.P.
     860
     861                   RESTRICTED RIGHTS LEGEND
     862 Confidential computer software.  Valid license from HP required for possession,
     863 use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer
     864 Software, Computer Software Documentation, and Technical Data for Commercial
     865 Items are licensed to the U.S. Government under vendor's standard commercial
     866 license.
     867                   HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.
     868                   20555 State Highway 249, Houston, TX 77070
     869HP-E5406zl# show version
     870Image stamp:    /ws/swbuildm/of_bridge_qaoff/code/build/btm(of_bridge_qaoff)
     871                Feb 18 2012 11:26:28
     872                K.15.06.5008
     873                79
     874Boot Image:     Primary
     875HP-E5406zl# show vlans
     876
     877 Status and Counters - VLAN Information
     878
     879  Maximum VLANs to support : 256                 
     880  Primary VLAN : DEFAULT_VLAN   
     881  Management VLAN : control-hardware
     882
     883  VLAN ID Name                             | Status     Voice Jumbo
     884  ------- -------------------------------- + ---------- ----- -----
     885  1       DEFAULT_VLAN                     | Port-based No    No   
     886  10      control-hardware                 | Port-based No    No   
     887  257     5000                             | Port-based No    No   
     888  258     5032                             | Port-based No    No   
     889  259     5033                             | Port-based No    No   
     890  1750    5003                             | Port-based No    No   
     891  4016    5005                             | Port-based No    No   
     892  4017    5006                             | Port-based No    No   
     893  4018    5007                             | Port-based No    No   
     894  4019    5008                             | Port-based No    No   
     895  4020    5009                             | Port-based No    No   
     896 
     897
     898HP-E5406zl# show vlans 10
     899
     900 Status and Counters - VLAN Information - VLAN 10
     901
     902  VLAN ID : 10     
     903  Name : control-hardware               
     904  Status : Port-based
     905  Voice : No
     906  Jumbo : No
     907
     908  Port Information Mode     Unknown VLAN Status   
     909  ---------------- -------- ------------ ----------
     910  B19              Untagged Learn        Up       
     911 
     912
     913HP-E5406zl#
     914HP-E5406zl# show running-config
     915
     916Running configuration:
     917
     918; J8697A Configuration Editor; Created on release #K.15.06.5008
     919; Ver #02:10.0d:1f
     920
     921hostname "HP-E5406zl"
     922module 1 type J9534A
     923module 2 type J9536A
     924module 3 type J9550A
     925interface A1
     926   speed-duplex auto-1000
     927exit
     928interface A2
     929   speed-duplex auto-1000
     930exit
     931interface A3
     932   speed-duplex auto-1000
     933exit
     934interface A4
     935   speed-duplex auto-1000
     936exit
     937interface A5
     938   speed-duplex auto-1000
     939exit
     940interface A6
     941   speed-duplex auto-1000
     942exit
     943interface A7
     944   speed-duplex auto-1000
     945exit
     946interface A8
     947   speed-duplex auto-1000
     948exit
     949interface A9
     950   speed-duplex auto-1000
     951exit
     952interface A10
     953   speed-duplex auto-1000
     954exit
     955interface A13
     956   speed-duplex auto-1000
     957exit
     958interface A16
     959   speed-duplex auto-1000
     960exit
     961interface A19
     962   speed-duplex auto-1000
     963exit
     964interface A22
     965   speed-duplex auto-1000
     966exit
     967interface B1
     968   speed-duplex auto-1000
     969exit
     970interface B4
     971   speed-duplex auto-1000
     972exit
     973interface B7
     974   speed-duplex auto-1000
     975exit
     976ip default-gateway 10.3.1.7
     977vlan 1
     978   name "DEFAULT_VLAN"
     979   forbid A1-A9
     980   untagged A11-A12,A14-A15,A17-A18,A20-A21,A23-A24,B2-B3,B5-B6,B8-B18,B20,B22,C1-C24
     981   no untagged A1-A10,A13,A16,A19,A22,B1,B4,B7,B19,B21
     982   no ip address
     983   exit
     984vlan 10
     985   name "control-hardware"
     986   untagged B19
     987   ip address 10.3.1.253 255.255.255.0
     988   exit
     989vlan 257
     990   name "5000"
     991   untagged A1-A9
     992   no ip address
     993   exit
     994vlan 1750
     995   name "5003"
     996   tagged B21
     997   no ip address
     998   exit
     999vlan 4016
     1000   name "5005"
     1001   tagged B21
     1002   no ip address
     1003   exit
     1004vlan 4017
     1005   name "5006"
     1006   tagged B21
     1007   no ip address
     1008   exit
     1009vlan 4018
     1010   name "5007"
     1011   tagged B21
     1012   no ip address
     1013   exit
     1014vlan 4019
     1015   name "5008"
     1016   tagged B21
     1017   no ip address
     1018   exit
     1019vlan 4020
     1020   name "5009"
     1021   tagged B21
     1022   no ip address
     1023   exit
     1024vlan 258
     1025   name "5032"
     1026   untagged A13,A16,B1,B4
     1027   no ip address
     1028   exit
     1029vlan 259
     1030   name "5033"
     1031   untagged A10,A19,A22,B7
     1032   no ip address
     1033   exit
     1034no web-management
     1035openflow
     1036   vlan 1750
     1037      enable
     1038      controller "tcp:10.3.1.7:6633" fail-secure on
     1039      exit
     1040   vlan 4003
     1041      controller "tcp:192.1.249.185:33020" listener "ptcp:5000" fail-secure on
     1042      exit
     1043   vlan 4016
     1044      enable
     1045      controller "tcp:10.3.1.7:6633" fail-secure on
     1046      exit
     1047   vlan 4017
     1048      enable
     1049      controller "tcp:10.3.1.7:6633" fail-secure on
     1050      exit
     1051   vlan 4018
     1052      enable
     1053      controller "tcp:10.3.1.7:6633" fail-secure on
     1054      exit
     1055   vlan 4019
     1056      enable
     1057      controller "tcp:10.3.1.7:6633" fail-secure on
     1058      exit
     1059   vlan 4020
     1060      enable
     1061      controller "tcp:10.3.1.7:6633" fail-secure on
     1062      exit
     1063   exit
     1064snmp-server community "xx" unrestricted
     1065aaa authentication ssh login public-key
     1066aaa authentication ssh enable public-key
     1067management-vlan 10
     1068no autorun
     1069no dhcp config-file-update
     1070no dhcp image-file-update
     1071password xx
     1072password xx
     1073
     1074HP-E5406zl# 
    6951075}}}
    6961076