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


Ignore:
Timestamp:
06/01/17 15:37:11 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v7 v8  
    512512== IG-CT-6 - Administrative Tests ==
    513513
     514Sent request for administrative account to site contact from the [http://groups.geni.net/geni/wiki/GeniAggregate/UCSanDiegoInstaGENI UCSD 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.ucsd.edu/joinproject.php3.   Once the administrative account was approved and the membership to emulab-ops was granted, proceeded to execute administrative tests. 
     515
     516{{{
     517LNM:~$ ssh control.instageni.ucsd.edu
     518
     519}}}
     520
     521Also access the boss node:
     522{{{
     523LNM:~$ ssh boss.instageni.ucsd.edu
     524
     525sudo whoami
     526}}}
     527
     528From boss node accessed each of the experiment nodes that support VMs:
     529{{{
     530[lnevers@boss ~]$ for i in pc1 pc2 pc3; do ssh $i "echo -n '===> Host: ';hostname;sudo whoami;uname -a;echo"; done
     531
     532}}}
     533
     534In 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):
     535{{{
     536[lnevers@boss ~]$ for i in pc4 pc5 ; do sudo ssh $i "echo -n '===> Host: ';hostname;whoami;uname -a;echo"; done
     537}}}
     538
     539Further verified access by ssh from ops.instageni.ucsd.edu to boss.instageni.gpolab.bbn.com, which is usually restricted for non-admin users:
     540{{{
     541LNM:~$ ssh ops.instageni.ucsd.edu
     542}}}
     543Access infrastructure switches using documented password. First connect to the switch named procurve1 the control network switch:
     544{{{
     545[lnevers@boss ~]$ sudo more /usr/testbed/etc/switch.pswd
     546XXXXXXXXX
     547[lnevers@boss ~]$ telnet procurve1
     548
     549
     550}}}
     551
     552Connect to the switch named procurve2 the dataplane network switch via ssh using the documented password:
     553{{{
     554[lnevers@boss ~]$ sudo more /usr/testbed/etc/switch.pswd
     555xxxxxxx
     556[lnevers@boss ~]$ ssh manager@procurve2
     557show version
     558show vlan
     559show running
     560ping 172.217.7.228     
     561}}}
     562
     563Access the FlowVisor VM and gather version information:
     564{{{
     565
     566ssh lnevers@flowvisor.instageni.ucla.edu
     567sudo whoami
     568umane -a
     569cat /etc/issue
     570}}}
    514571----
    515572{{{
     
    517574Email <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!
    518575}}}
     576----
     577{{{
     578#!html
     579Email <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}}}