Changes between Version 11 and Version 12 of GENIRacksHome/InstageniRacks/ConfirmationTestStatus/UColorado


Ignore:
Timestamp:
10/06/14 15:48:14 (9 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v11 v12  
    767767Also access the boss node:
    768768{{{
    769 LNM:~$ ssh boss.instageni.colorado.net
    770 
    771 sudo whoami
     769LNM:~$ ssh boss.instageni.colorado.edu
     770Last login: Mon Oct  6 13:27:55 2014 from dhcp89-73-116.bbn.com
     771FreeBSD 9.0-STABLE (TESTBED-XEN) #0: Mon Mar  3 15:37:17 MST 2014
     772
     773Welcome to FreeBSD!
     774
     775Need to do a search in a manpage or in a file you've sent to a pager? Use
     776"/search_word". To repeat the same search, type "n" for next.
     777                -- Dru <genesis@istar.ca>
     778> bash
     779[lnevers@boss ~]$ sudo whoami
     780root
     781[lnevers@boss ~]$ uname -a
     782FreeBSD boss.instageni.colorado.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
     783[lnevers@boss ~]$
    772784}}}
    773785
     
    775787{{{
    776788[lnevers@boss ~]$ for i in pc1 pc2 pc3; do ssh $i "echo -n '===> Host: ';hostname;sudo whoami;uname -a;echo"; done
    777 
     789Warning: Permanently added 'pc1.instageni.colorado.edu' (RSA) to the list of known hosts.
     790===> Host: vhost1.shared-nodes.emulab-ops.instageni.colorado.edu
     791root
     792Linux vhost1.shared-nodes.emulab-ops.instageni.colorado.edu 2.6.32-042stab049.6.emulab.1 #1 SMP Mon May 21 14:36:04 MDT 2012 x86_64 x86_64 x86_64 GNU/Linux
     793
     794Warning: Permanently added 'pc2.instageni.colorado.edu' (RSA) to the list of known hosts.
     795===> Host: vhost2.shared-nodes.emulab-ops.instageni.colorado.edu
     796root
     797Linux vhost2.shared-nodes.emulab-ops.instageni.colorado.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
     798
     799Warning: Permanently added 'pc3.instageni.colorado.edu' (RSA) to the list of known hosts.
     800===> Host: vhost3.shared-nodes.emulab-ops.instageni.colorado.edu
     801root
     802Linux vhost3.shared-nodes.emulab-ops.instageni.colorado.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
     803
     804[lnevers@boss ~]$
    778805}}}
    779806
    780807In 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):
    781808{{{
    782 [lnevers@boss ~]$ for i in pc4 pc5 ; do sudo ssh $i "echo -n '===> Host: ';hostname;whoami;uname -a;echo"; done
     809[lnevers@boss ~]$  for i in pc4 pc5 ; do sudo ssh $i "echo -n '===> Host: ';hostname;whoami;uname -a;echo"; done
     810===> Host: colorado-ig.ig-ct-4.ch-geni-net.instageni.colorado.edu
     811root
     812Linux colorado-ig.ig-ct-4.ch-geni-net.instageni.colorado.edu 2.6.40-4.emulab2.fc15.i686.PAE #1 SMP Tue Feb 26 13:35:12 MST 2013 i686 i686 i386 GNU/Linux
     813
     814===> Host: colorado-ig2.ig-ct-4.ch-geni-net.instageni.colorado.edu
     815root
     816Linux colorado-ig2.ig-ct-4.ch-geni-net.instageni.colorado.edu 2.6.40-4.emulab2.fc15.i686.PAE #1 SMP Tue Feb 26 13:35:12 MST 2013 i686 i686 i386 GNU/Linux
     817
     818[lnevers@boss ~]$
    783819}}}
    784820
    785821Further verified access by ssh from ops.instageni.gpolab.bbn.com to boss.instageni.gpolab.bbn.com, which is usually restricted for non-admin users:
    786822{{{
    787 LNM:~$ ssh ops.instageni.colorado.net
    788 
     823LNM:~$ ssh ops.instageni.colorado.edu
     824The authenticity of host 'ops.instageni.colorado.edu (192.12.245.133)' can't be established.
     825RSA key fingerprint is 46:63:92:67:c8:75:20:4e:52:9f:2d:f6:cb:58:16:77.
     826Are you sure you want to continue connecting (yes/no)? yes
     827Warning: Permanently added 'ops.instageni.colorado.edu,192.12.245.133' (RSA) to the list of known hosts.
     828FreeBSD 9.0-STABLE (TESTBED-XEN) #0: Mon Mar  3 15:37:17 MST 2014
     829
     830Welcome to FreeBSD!
     831
     832If you use the C shell, add the following line to the .cshrc file in your
     833home directory to prevent core files from being written to disk:
     834
     835        limit coredumpsize 0
     836                -- Dru <genesis@istar.ca>
     837> bash
     838[lnevers@ops ~]$ ssh boss
     839The authenticity of host 'boss.instageni.colorado.edu (192.12.245.132)' can't be established.
     840ECDSA key fingerprint is bd:05:23:a7:5b:cc:78:c8:8c:a8:d3:e9:f7:27:53:cb.
     841Are you sure you want to continue connecting (yes/no)? yes
     842Warning: Permanently added 'boss.instageni.colorado.edu' (ECDSA) to the list of known hosts.
     843Last login: Mon Oct  6 13:42:53 2014 from dhcp89-73-116.bbn.com
     844FreeBSD 9.0-STABLE (TESTBED-XEN) #0: Mon Mar  3 15:37:17 MST 2014
     845
     846Welcome to FreeBSD!
     847
     848Nice bash prompt: PS1='(\[$(tput md)\]\t <\w>\[$(tput me)\]) $(echo $?) \$ '
     849                -- Mathieu <mathieu@hal.interactionvirtuelle.com>
     850> bash
     851[lnevers@boss ~]$
    789852}}}
    790853Access infrastructure switches using documented password. First connect to the switch named procurve1 the control network switch:
     
    793856XXXXXXXXX
    794857[lnevers@boss ~]$ telnet procurve1
    795 
    796 
     858Trying 10.1.1.253...
     859Connected to procurve1.
     860Escape character is '^]'.
     861
     862HP J9623A E2620-24 Switch
     863Software revision RA.15.08.0009
     864
     865Copyright (C) 1991-2012 Hewlett-Packard Development Company, L.P.
     866
     867                   RESTRICTED RIGHTS LEGEND
     868 Confidential computer software.  Valid license from HP required for possession,
     869 use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer
     870 Software, Computer Software Documentation, and Technical Data for Commercial
     871 Items are licensed to the U.S. Government under vendor's standard commercial
     872 license.
     873                   HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.
     874                   20555 State Highway 249, Houston, TX 77070
     875
     876We'd like to keep you up to date about:
     877  * Software feature updates
     878  * New product announcements
     879  * Special events
     880Please register your products now at:  www.hp.com/networking/register
     881
     882Username: manager
     883Password:
     884
     885HP-E2620-24# show version
     886Image stamp:    /ws/swbuildm/rel_galt_qaoff/code/build/xform(rel_galt_qaoff)
     887                May  9 2012 15:28:43
     888                RA.15.08.0009
     889                474
     890Boot Image:     Primary
     891HP-E2620-24# show vlans
     892
     893 Status and Counters - VLAN Information
     894
     895  Maximum VLANs to support : 50                   
     896  Primary VLAN : DEFAULT_VLAN     
     897  Management VLAN : control-hardware
     898
     899  VLAN ID Name                             | Status     Voice Jumbo
     900  ------- -------------------------------- + ---------- ----- -----
     901  1       DEFAULT_VLAN                     | Port-based No    No   
     902  10      control-hardware                 | Port-based No    No   
     903  11      control-alternate                | Port-based No    No   
     904 
     905
     906HP-E2620-24# show running-config
     907
     908Running configuration:
     909
     910; J9623A Configuration Editor; Created on release #RA.15.08.0009
     911; Ver #02:13.2d:3c
     912hostname "HP-E2620-24"
     913max-vlans 50
     914no stack
     915no web-management
     916ip default-gateway 10.1.1.254
     917snmp-server community "xxx" unrestricted
     918aaa authentication ssh login public-key
     919aaa authentication ssh enable public-key
     920vlan 1
     921   name "DEFAULT_VLAN"
     922   no untagged 23-24
     923   untagged 1-22,25-28
     924   ip address 10.254.254.253 255.255.255.0
     925   ip igmp
     926   exit
     927vlan 10
     928   name "control-hardware"
     929   untagged 23
     930   ip address 10.1.1.253 255.255.255.0
     931   exit
     932vlan 11
     933   name "control-alternate"
     934   untagged 24
     935   ip address 10.2.1.253 255.255.255.0
     936   exit
     937management-vlan 10
     938no dhcp config-file-update
     939password xxx
     940password xxx
     941
     942HP-E2620-24#
    797943}}}
    798944
     
    800946{{{
    801947[lnevers@boss ~]$ sudo more /usr/testbed/etc/switch.pswd
    802 xxxxxxx
    803 [lnevers@boss ~]$ ssh manager@procurve2
     948xxxxxxx[lnevers@boss ~]$ telnet procurve2
     949Trying 10.3.1.253...
     950Connected to procurve2.
     951Escape character is '^]'.
     952
     953HP J8697A Switch E5406zl
     954Software revision K.15.06.5008
     955
     956Copyright (C) 1991-2012 Hewlett-Packard Development Company, L.P.
     957
     958                   RESTRICTED RIGHTS LEGEND
     959 Confidential computer software.  Valid license from HP required for possession,
     960 use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer
     961 Software, Computer Software Documentation, and Technical Data for Commercial
     962 Items are licensed to the U.S. Government under vendor's standard commercial
     963 license.
     964                   HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.
     965                   20555 State Highway 249, Houston, TX 77070
     966
     967We'd like to keep you up to date about:
     968  * Software feature updates
     969  * New product announcements
     970  * Special events
     971Please register your products now at:  www.hp.com/networking/register
     972
     973Username: manager
     974Password:
     975
     976HP-E5406zl# show version
     977Image stamp:    /ws/swbuildm/of_bridge_qaoff/code/build/btm(of_bridge_qaoff)
     978                Feb 18 2012 11:26:28
     979                K.15.06.5008
     980                79
     981Boot Image:     Primary
     982HP-E5406zl# show vlans
     983
     984 Status and Counters - VLAN Information
     985
     986  Maximum VLANs to support : 256                 
     987  Primary VLAN : DEFAULT_VLAN   
     988  Management VLAN : control-hardware
     989
     990  VLAN ID Name                             | Status     Voice Jumbo
     991  ------- -------------------------------- + ---------- ----- -----
     992  1       DEFAULT_VLAN                     | Port-based No    No   
     993  10      control-hardware                 | Port-based No    No   
     994  257     5000                             | Port-based No    No   
     995  1750    5005                             | Port-based No    No   
     996 
     997
     998HP-E5406zl# show running-config
     999
     1000Running configuration:
     1001
     1002; J8697A Configuration Editor; Created on release #K.15.06.5008
     1003; Ver #02:10.0d:1f
     1004
     1005hostname "HP-E5406zl"
     1006module 1 type J9549A
     1007interface A1
     1008   speed-duplex auto-1000
     1009exit
     1010interface A2
     1011   speed-duplex auto-1000
     1012exit
     1013interface A3
     1014   speed-duplex auto-1000
     1015exit
     1016interface A4
     1017   speed-duplex auto-1000
     1018exit
     1019interface A5
     1020   speed-duplex auto-1000
     1021exit
     1022interface A6
     1023   speed-duplex auto-1000
     1024exit
     1025interface A7
     1026   speed-duplex auto-1000
     1027exit
     1028interface A8
     1029   speed-duplex auto-1000
     1030exit
     1031interface A9
     1032   speed-duplex auto-1000
     1033exit
     1034interface A10
     1035   speed-duplex auto-1000
     1036exit
     1037interface A13
     1038   speed-duplex auto-1000
     1039exit
     1040ip default-gateway 10.3.1.7
     1041vlan 1
     1042   name "DEFAULT_VLAN"
     1043   forbid A1-A9
     1044   untagged A11-A12,A14-A18,A21-A24
     1045   no untagged A1-A10,A13,A19-A20
     1046   no ip address
     1047   exit
     1048vlan 10
     1049   name "control-hardware"
     1050   untagged A20
     1051   ip address 10.3.1.253 255.255.255.0
     1052   exit
     1053vlan 257
     1054   name "5000"
     1055   untagged A1-A9
     1056   no ip address
     1057   exit
     1058vlan 1750
     1059   name "5005"
     1060   tagged A1,A4,A7,A10,A13,A19
     1061   no ip address
     1062   exit
     1063no web-management
     1064openflow
     1065   vlan 1750
     1066      enable
     1067      controller "tcp:10.3.1.7:6633" fail-secure on
     1068      exit
     1069   exit
     1070snmp-server community "xxx" unrestricted
     1071aaa authentication ssh login public-key
     1072aaa authentication ssh enable public-key
     1073management-vlan 10
     1074no autorun
     1075no dhcp config-file-update
     1076no dhcp image-file-update
     1077password xxx
     1078password xxx
     1079
     1080HP-E5406zl#
    8041081}}}
    8051082