Changes between Version 8 and Version 9 of GENIRacksHome/InstageniRacks/ConfirmationTestStatus/UCSD


Ignore:
Timestamp:
06/01/17 16:04:02 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v8 v9  
    521521Also access the boss node:
    522522{{{
    523 LNM:~$ ssh boss.instageni.ucsd.edu
    524 
    525 sudo whoami
     523LNM:~$ ssh lneversu@boss.instageni.ucsd.edu
     524FreeBSD 9.0-STABLE (TESTBED-XEN) #0: Mon Mar  3 15:37:17 MST 2014
     525
     526Welcome to FreeBSD!
     527
     528If you `set watch = (0 any any)' in tcsh, you will be notified when
     529someone logs in or out of your system.
     530> bash
     531[lneversu@boss ~]$ sudo whoami
     532root
     533[lneversu@boss ~]$ uname -a
     534FreeBSD boss.instageni.ucsd.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
     535[lneversu@boss ~]$
     536
    526537}}}
    527538
    528539From boss node accessed each of the experiment nodes that support VMs:
    529540{{{
    530 [lnevers@boss ~]$ for i in pc1 pc2 pc3; do ssh $i "echo -n '===> Host: ';hostname;sudo whoami;uname -a;echo"; done
    531 
     541[lneversu@boss ~]$ for i in pc1 pc2 pc3; do ssh $i "echo -n '===> Host: ';hostname;sudo whoami;uname -a;echo"; done
     542Warning: Permanently added 'pc1.instageni.ucsd.edu' (RSA) to the list of known hosts.
     543===> Host: vhost1.shared-nodes.emulab-ops.instageni.ucsd.edu
     544root
     545Linux vhost1.shared-nodes.emulab-ops.instageni.ucsd.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
     546
     547Warning: Permanently added 'pc2.instageni.ucsd.edu' (RSA) to the list of known hosts.
     548===> Host: vhost2.shared-nodes.emulab-ops.instageni.ucsd.edu
     549root
     550Linux vhost2.shared-nodes.emulab-ops.instageni.ucsd.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
     551
     552Warning: Permanently added 'pc3.instageni.ucsd.edu' (RSA) to the list of known hosts.
     553===> Host: vhost3.shared-nodes.emulab-ops.instageni.ucsd.edu
     554root
     555Linux vhost3.shared-nodes.emulab-ops.instageni.ucsd.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
     556
     557[lneversu@boss ~]$
    532558}}}
    533559
    534560In 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):
    535561{{{
    536 [lnevers@boss ~]$ for i in pc4 pc5 ; do sudo ssh $i "echo -n '===> Host: ';hostname;whoami;uname -a;echo"; done
     562[lneversu@boss ~]$  for i in pc4 pc5 ; do sudo ssh $i "echo -n '===> Host: ';hostname;whoami;uname -a;echo"; done
     563===> Host: pc2.2pc.ch-geni-net.instageni.ucsd.edu
     564root
     565Linux pc2.2pc.ch-geni-net.instageni.ucsd.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
     566
     567===> Host: pc.2pc.ch-geni-net.instageni.ucsd.edu
     568root
     569Linux pc.2pc.ch-geni-net.instageni.ucsd.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
     570
     571[lneversu@boss ~]$
    537572}}}
    538573
    539574Further verified access by ssh from ops.instageni.ucsd.edu to boss.instageni.gpolab.bbn.com, which is usually restricted for non-admin users:
    540575{{{
    541 LNM:~$ ssh ops.instageni.ucsd.edu
     576LNM:~$ ssh lneversu@ops.instageni.ucsd.edu
     577Last login: Thu Jun  1 12:40:37 2017 from 128.89.73.1
     578FreeBSD 9.0-STABLE (TESTBED-XEN) #0: Mon Mar  3 15:37:17 MST 2014
     579
     580Welcome to FreeBSD!
     581
     582Need to quickly return to your home directory? Type "cd".
     583                -- Dru <genesis@istar.ca>
     584> bash
     585[lneversu@ops ~]$ sudo whoami
     586root
     587[lneversu@ops ~]$ uname -a
     588FreeBSD ops.instageni.ucsd.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
     589[lneversu@ops ~]$ ssh boss
     590The authenticity of host 'boss.instageni.ucsd.edu (137.110.252.4)' can't be established.
     591ECDSA key fingerprint is bd:05:23:a7:5b:cc:78:c8:8c:a8:d3:e9:f7:27:53:cb.
     592Are you sure you want to continue connecting (yes/no)? yes
     593Warning: Permanently added 'boss.instageni.ucsd.edu' (ECDSA) to the list of known hosts.
     594Last login: Thu Jun  1 12:40:57 2017 from 128.89.73.1
     595FreeBSD 9.0-STABLE (TESTBED-XEN) #0: Mon Mar  3 15:37:17 MST 2014
     596
     597Welcome to FreeBSD!
     598
     599To read a compressed file without having to first uncompress it, use
     600"zcat" or "zmore" to view it.
     601                -- Dru <genesis@istar.ca>
     602> bash
     603[lneversu@boss ~]$
    542604}}}
    543605Access infrastructure switches using documented password. First connect to the switch named procurve1 the control network switch:
     
    545607[lnevers@boss ~]$ sudo more /usr/testbed/etc/switch.pswd
    546608XXXXXXXXX
    547 [lnevers@boss ~]$ telnet procurve1
    548 
     609[lneversu@boss ~]$ sudo ssh procurve1
     610We'd like to keep you up to date about:
     611  * Software feature updates
     612  * New product announcements
     613  * Special events
     614Please register your products now at:  www.hp.com/networking/register
     615
     616
     617HP J9623A E2620-24 Switch
     618Software revision RA.15.08.0009
     619
     620Copyright (C) 1991-2012 Hewlett-Packard Development Company, L.P.
     621
     622                   RESTRICTED RIGHTS LEGEND
     623 Confidential computer software.  Valid license from HP required for possession,
     624 use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer
     625 Software, Computer Software Documentation, and Technical Data for Commercial
     626 Items are licensed to the U.S. Government under vendor's standard commercial
     627 license.
     628                   HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.
     629                   20555 State Highway 249, Houston, TX 77070
     630
     631Press any key to continue
     632
     633HP-E2620-24# show version
     634Image stamp:    /ws/swbuildm/rel_galt_qaoff/code/build/xform(rel_galt_qaoff)
     635                May  9 2012 15:28:43
     636                RA.15.08.0009
     637                474
     638Boot Image:     Primary
     639HP-E2620-24# show vlan
     640
     641 Status and Counters - VLAN Information
     642
     643  Maximum VLANs to support : 50                   
     644  Primary VLAN : DEFAULT_VLAN     
     645  Management VLAN : control-hardware
     646
     647  VLAN ID Name                             | Status     Voice Jumbo
     648  ------- -------------------------------- + ---------- ----- -----
     649  1       DEFAULT_VLAN                     | Port-based No    No   
     650  10      control-hardware                 | Port-based No    No   
     651  11      control-alternate                | Port-based No    No   
     652 
     653HP-E2620-24# show interfaces brief
     654
     655 Status and Counters - Port Status
     656
     657                  | Intrusion                           MDI  Flow Bcast
     658  Port  Type      | Alert     Enabled Status Mode       Mode Ctrl Limit
     659  ----- --------- + --------- ------- ------ ---------- ---- ---- -----
     660  1     10/100TX  | No        Yes     Up     100FDx     MDI  off  0   
     661  2     10/100TX  | No        Yes     Up     100FDx     MDIX off  0   
     662  3     10/100TX  | No        Yes     Up     100FDx     MDIX off  0   
     663  4     10/100TX  | No        Yes     Up     100FDx     MDIX off  0   
     664  5     10/100TX  | No        Yes     Up     100FDx     MDIX off  0   
     665  6     10/100TX  | No        Yes     Up     100FDx     MDI  off  0   
     666  7     10/100TX  | No        Yes     Up     100FDx     MDI  off  0   
     667  8     10/100TX  | No        Yes     Up     100FDx     MDIX off  0   
     668  9     10/100TX  | No        Yes     Up     100FDx     MDI  off  0   
     669  10    10/100TX  | No        Yes     Up     100FDx     MDIX off  0   
     670  11    10/100TX  | No        Yes     Down   10FDx      MDIX off  0   
     671  12    10/100TX  | No        Yes     Down   10FDx      MDI  off  0   
     672  13    10/100TX  | No        Yes     Down   10FDx      MDI  off  0   
     673  14    10/100TX  | No        Yes     Down   10FDx      MDI  off  0   
     674  15    10/100TX  | No        Yes     Down   10FDx      MDIX off  0   
     675  16    10/100TX  | No        Yes     Down   10FDx      MDIX off  0   
     676  17    10/100TX  | No        Yes     Down   10FDx      MDIX off  0   
     677  18    10/100TX  | No        Yes     Down   10FDx      MDIX off  0   
     678  19    10/100TX  | No        Yes     Down   10FDx      MDIX off  0   
     679  20    10/100TX  | No        Yes     Down   10FDx      MDI  off  0   
     680  21    10/100TX  | No        Yes     Down   10FDx      MDIX off  0   
     681  22    10/100TX  | No        Yes     Up     100FDx     MDI  off  0   
     682  23    10/100TX  | No        Yes     Up     100FDx     MDIX off  0   
     683  24    10/100TX  | No        Yes     Up     100FDx     MDIX off  0   
     684  25    100/1000T | No        Yes     Up     1000FDx    MDIX off  0   
     685  26    100/1000T | No        Yes     Down   1000FDx    MDIX off  0   
     686  27              | No        Yes     Down                   off  0   
     687  28    1000LX    | No        Yes     Up     1000FDx    NA   off  0   
     688 
     689HP-E2620-24# show running-config
     690
     691Running configuration:
     692
     693; J9623A Configuration Editor; Created on release #RA.15.08.0009
     694; Ver #02:13.2d:3c
     695hostname "HP-E2620-24"
     696max-vlans 50
     697no stack
     698no web-management
     699ip default-gateway 10.1.1.254
     700snmp-server community "xxx" unrestricted
     701aaa authentication ssh login public-key
     702aaa authentication ssh enable public-key
     703vlan 1
     704   name "DEFAULT_VLAN"
     705   no untagged 23-24
     706   untagged 1-22,25-28
     707   ip address 10.254.254.253 255.255.255.0
     708   ip igmp
     709   exit
     710vlan 10
     711   name "control-hardware"
     712   untagged 23
     713   ip address 10.1.1.253 255.255.255.0
     714   exit
     715vlan 11
     716   name "control-alternate"
     717   untagged 24
     718   ip address 10.2.1.253 255.255.255.0
     719   exit
     720management-vlan 10
     721no dhcp config-file-update
     722password xxx
     723password xxx
     724
     725HP-E2620-24#
    549726
    550727}}}
     
    552729Connect to the switch named procurve2 the dataplane network switch via ssh using the documented password:
    553730{{{
    554 [lnevers@boss ~]$ sudo more /usr/testbed/etc/switch.pswd
     731[lneversu@boss ~]$ sudo ssh procurve2
     732We'd like to keep you up to date about:
     733  * Software feature updates
     734  * New product announcements
     735  * Special events
     736Please register your products now at:  www.hp.com/networking/register
     737
     738
     739HP J8697A Switch E5406zl
     740Software revision K.15.06.5008
     741
     742Copyright (C) 1991-2012 Hewlett-Packard Development Company, L.P.
     743
     744                   RESTRICTED RIGHTS LEGEND
     745 Confidential computer software.  Valid license from HP required for possession,
     746 use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer
     747 Software, Computer Software Documentation, and Technical Data for Commercial
     748 Items are licensed to the U.S. Government under vendor's standard commercial
     749 license.
     750                   HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.
     751                   20555 State Highway 249, Houston, TX 77070
     752
     753Press any key to continue
     754
    555755xxxxxxx
    556 [lnevers@boss ~]$ ssh manager@procurve2
    557 show version
    558 show vlan
    559 show running
    560 ping 172.217.7.228     
     756[lneversu@boss ~]$ sudo ssh procurve2
     757We'd like to keep you up to date about:
     758  * Software feature updates
     759  * New product announcements
     760  * Special events
     761Please register your products now at:  www.hp.com/networking/register
     762
     763
     764HP J8697A Switch E5406zl
     765Software revision K.15.06.5008
     766
     767Copyright (C) 1991-2012 Hewlett-Packard Development Company, L.P.
     768
     769                   RESTRICTED RIGHTS LEGEND
     770 Confidential computer software.  Valid license from HP required for possession,
     771 use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer
     772 Software, Computer Software Documentation, and Technical Data for Commercial
     773 Items are licensed to the U.S. Government under vendor's standard commercial
     774 license.
     775                   HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.
     776                   20555 State Highway 249, Houston, TX 77070
     777
     778Press any key to continue
     779
     780
     781HP-E5406zl# show version
     782Image stamp:    /ws/swbuildm/of_bridge_qaoff/code/build/btm(of_bridge_qaoff)
     783                Feb 18 2012 11:26:28
     784                K.15.06.5008
     785                79
     786Boot Image:     Primary
     787HP-E5406zl# show vlan
     788
     789 Status and Counters - VLAN Information
     790
     791  Maximum VLANs to support : 256                 
     792  Primary VLAN : DEFAULT_VLAN   
     793  Management VLAN : control-hardware
     794
     795  VLAN ID Name                             | Status     Voice Jumbo
     796  ------- -------------------------------- + ---------- ----- -----
     797  1       DEFAULT_VLAN                     | Port-based No    No   
     798  10      control-hardware                 | Port-based No    No   
     799  257     5012                             | Port-based No    No   
     800  258     5042                             | Port-based No    No   
     801  1720    5039                             | Port-based No    No   
     802  1729    5035                             | Port-based No    No   
     803  1731    5036                             | Port-based No    No   
     804  1733    5038                             | Port-based No    No   
     805  1734    5040                             | Port-based No    No   
     806  1735    5037                             | Port-based No    No   
     807  1739    5041                             | Port-based No    No   
     808 
     809
     810HP-E5406zl# show running
     811
     812Running configuration:
     813
     814; J8697A Configuration Editor; Created on release #K.15.06.5008
     815; Ver #02:10.0d:1f
     816
     817hostname "HP-E5406zl"
     818module 1 type J9549A
     819interface A1
     820   speed-duplex auto-1000
     821exit
     822interface A2
     823   speed-duplex auto-1000
     824exit
     825interface A3
     826   speed-duplex auto-1000
     827exit
     828interface A4
     829   speed-duplex auto-1000
     830exit
     831interface A5
     832   speed-duplex auto-1000
     833exit
     834interface A6
     835   speed-duplex auto-1000
     836exit
     837interface A7
     838   speed-duplex auto-1000
     839exit
     840interface A8
     841   speed-duplex auto-1000
     842exit
     843interface A9
     844   speed-duplex auto-1000
     845exit
     846interface A10
     847   speed-duplex auto-1000
     848exit
     849interface A13
     850   speed-duplex auto-1000
     851exit
     852ip default-gateway 10.3.1.7
     853vlan 1
     854   name "DEFAULT_VLAN"
     855   forbid A1-A9
     856   untagged A11-A12,A14-A19,A21-A23
     857   no untagged A1-A10,A13,A20,A24
     858   no ip address
     859   exit
     860vlan 10
     861   name "control-hardware"
     862   untagged A20
     863   ip address 10.3.1.253 255.255.255.0
     864   exit
     865vlan 257
     866   name "5012"
     867   untagged A1-A9
     868   no ip address
     869   exit
     870vlan 1729
     871   name "5035"
     872   tagged A4,A24
     873   no ip address
     874   exit
     875vlan 1731
     876   name "5036"
     877   tagged A1,A24
     878   no ip address
     879   exit
     880vlan 1735
     881   name "5037"
     882   tagged A1,A24
     883   no ip address
     884   exit
     885vlan 1733
     886   name "5038"
     887   tagged A1,A24
     888   no ip address
     889   exit
     890vlan 1720
     891   name "5039"
     892   tagged A1,A24
     893   no ip address
     894   exit
     895vlan 1734
     896   name "5040"
     897   tagged A4,A24
     898   no ip address
     899   exit
     900vlan 1739
     901   name "5041"
     902   tagged A1,A24
     903   no ip address
     904   exit
     905vlan 258
     906   name "5042"
     907   untagged A10,A13
     908   no ip address
     909   exit
     910no web-management
     911openflow
     912   vlan 1734
     913      enable
     914      controller "tcp:128.95.190.50:6633" listener "ptcp:5000" fail-secure on
     915      exit
     916   exit
     917snmp-server community "xxx" unrestricted
     918aaa authentication ssh login public-key
     919aaa authentication ssh enable public-key
     920management-vlan 10
     921no autorun
     922no dhcp config-file-update
     923no dhcp image-file-update
     924password xxx
     925password xxx
     926
     927HP-E5406zl# ping 172.217.7.228     
     928172.217.7.228 is alive, time = 65 ms
     929HP-E5406zl#
    561930}}}
    562931
     
    574943Email <a href="mailto:help@geni.net"> help@geni.net </a> for GENI support or email <a href="mailto:luisa.nevers@bbn.com">me</a> with feedback on this page!
    575944}}}
    576 ----
    577 {{{
    578 #!html
    579 Email <a href="mailto:help@geni.net"> help@geni.net </a> for GENI support or email <a href="mailto:luisa.nevers@bbn.com">me</a> with feedback on this page!
    580 }}}