Changes between Version 9 and Version 10 of GENIRacksHome/InstageniRacks/ConfirmationTestStatus/Ukansas


Ignore:
Timestamp:
11/13/13 14:16:12 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v9 v10  
    11331133== IG-CT-6 - Administrative Tests ==
    11341134
     1135Sent request for administrative account to site contact from the [http://groups.geni.net/geni/wiki/GeniAggregate/KansasInstaGENI Kansas 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.instainstageni.ku.gpeni.net/joinproject.php3?target_pid=emulab-ops.   Once the administrative account was approved and the membership to emulab-ops was granted, proceeded to execute administrative tests. 
     1136
     1137{{{
     1138LNM:~$ ssh control.instageni.ku.gpeni.net
     1139Welcome to Ubuntu precise (development branch) (GNU/Linux 3.2.0-23-generic x86_64)
     1140
     1141 * Documentation:  https://help.ubuntu.com/
     1142
     1143  System information as of Wed Nov 13 19:00:15 UTC 2013
     1144
     1145  System load:     0.0               IP address for xenbr0:   198.248.240.194
     1146  Usage of /:      33.4% of 5.85GB   IP address for xenbr0:1: 172.16.0.1
     1147  Memory usage:    28%               IP address for xenbr1:   10.1.1.254
     1148  Swap usage:      0%                IP address for xenbr2:   10.2.1.254
     1149  Processes:       146               IP address for xenbr3:   10.3.1.254
     1150  Users logged in: 1
     1151
     1152  Graph this data and manage this system at https://landscape.canonical.com/
     1153Last login: Wed Nov 13 18:59:42 2013 from dhcp89-073-116.bbn.com
     1154lnevers@kansas:~$ sudo whoami
     1155root
     1156lnevers@kansas:~$ uname -a
     1157Linux kansas.control-nodes.geniracks.net 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
     1158lnevers@kansas:~$
     1159}}}
     1160
     1161Also access the boss node:
     1162{{{
     1163LNM:~$ ssh boss.instageni.ku.gpeni.net
     1164Last login: Wed Nov 13 12:49:59 2013 from dhcp89-073-116.bbn.com
     1165FreeBSD 9.0-STABLE (TESTBED-XEN) #0: Tue Apr 30 14:24:36 MDT 2013
     1166
     1167Welcome to FreeBSD!
     1168
     1169To clear the screen, use "clear". To re-display your screen buffer, press
     1170the scroll lock key and use your page up button. When you're finished,
     1171press the scroll lock key again to get your prompt back.
     1172                -- Dru <genesis@istar.ca>
     1173> bash
     1174[lnevers@boss ~]$ sudo whoami
     1175root
     1176[lnevers@boss ~]$ uname -a
     1177FreeBSD boss.instageni.ku.gpeni.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Tue Apr 30 14:24:36 MDT 2013     root@n1.one-freebsd.testbed.emulab.net:/usr/obj/mnt/src/sys/TESTBED-XEN  i386
     1178[lnevers@boss ~]$ 
     1179}}}
     1180
     1181From boss node accessed each of the experiment nodes that support VMs:
     1182{{{
     1183[lnevers@boss ~]$ for i in pc1 pc2 pc5; do ssh $i "echo -n '===> Host: ';hostname;sudo whoami;uname -a;echo"; done
     1184===> Host: vhost1.shared-nodes.emulab-ops.instageni.ku.gpeni.net
     1185root
     1186Linux vhost1.shared-nodes.emulab-ops.instageni.ku.gpeni.net 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
     1187
     1188===> Host: vhost2.shared-nodes.emulab-ops.instageni.ku.gpeni.net
     1189root
     1190Linux vhost2.shared-nodes.emulab-ops.instageni.ku.gpeni.net 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
     1191
     1192lnevers@pc5.instageni.ku.gpeni.net's password:
     1193Permission denied, please try again.
     1194lnevers@pc5.instageni.ku.gpeni.net's password:
     1195Permission denied, please try again.
     1196lnevers@pc5.instageni.ku.gpeni.net's password:
     1197Permission denied (publickey,password).
     1198}}}
     1199
     1200In order to access Dedicated Nodes(pc3 and pc4) some experiment must be running on the raw-pc device. At the time of this capture only one raw-pc nodes was in use and available for access (pc3):
     1201{{{
     1202[lnevers@boss ~]$ sudo ssh pc3
     1203[root@server-lab03 ~]# whoami
     1204root
     1205[root@server-lab03 ~]# uname -a
     1206Linux server-lab03.lab03damian.emulab-net.instageni.ku.gpeni.net 2.6.40-4.emulab2.fc15.i686.PAE #1 SMP Tue Feb 26 13:35:12 MST 2013 i686 i686 i386 GNU/Linux
     1207[root@server-lab03 ~]# exit
     1208logout
     1209Connection to pc3.instageni.ku.gpeni.net closed.
     1210[lnevers@boss ~]$
     1211}}}
     1212
     1213Further verified access by ssh from ops.instageni.gpolab.bbn.com to boss.instageni.gpolab.bbn.com, which is usually restricted for non-admin users:
     1214{{{
     1215LNM:~$ ssh ops.instageni.ku.gpeni.net
     1216FreeBSD 9.0-STABLE (XEN) #4: Mon Nov 26 10:02:53 MST 2012
     1217
     1218Welcome to FreeBSD!
     1219
     1220Want to see how much virtual memory you're using? Just type "swapinfo" to
     1221be shown information about the usage of your swap partitions.
     1222> bash
     1223[lnevers@ops ~]$ sudo whoami
     1224root
     1225[lnevers@ops ~]$ uname -a
     1226FreeBSD ops.instageni.ku.gpeni.net 9.0-STABLE FreeBSD 9.0-STABLE #4: Mon Nov 26 10:02:53 MST 2012     root@myops.myelab.testbed.emulab.net:/usr/obj/usr/src/sys/XEN  i386
     1227[lnevers@ops ~]$ ssh boss
     1228The authenticity of host 'boss.instageni.ku.gpeni.net (198.248.240.196)' can't be established.
     1229ECDSA key fingerprint is bd:05:23:a7:5b:cc:78:c8:8c:a8:d3:e9:f7:27:53:cb.
     1230Are you sure you want to continue connecting (yes/no)? yes
     1231Warning: Permanently added 'boss.instageni.ku.gpeni.net' (ECDSA) to the list of known hosts.
     1232Last login: Wed Nov 13 13:06:44 2013 from dhcp89-073-116.bbn.com
     1233FreeBSD 9.0-STABLE (TESTBED-XEN) #0: Tue Apr 30 14:24:36 MDT 2013
     1234
     1235Welcome to FreeBSD!
     1236
     1237To erase a line you've written at the command prompt, use "Ctrl-U".
     1238                -- Dru <genesis@istar.ca>
     1239> bash
     1240[lnevers@boss ~]$
     1241}}}
     1242Access infrastructure switches using documented password. First connect to the switch named procurve1 the control network switch:
     1243{{{
     1244[lnevers@boss ~]$ sudo more /usr/testbed/etc/switch.pswd
     1245XXXXXXXXX
     1246[lnevers@boss ~]$ telnet procurve1
     1247Trying 10.1.1.253...
     1248Connected to procurve1.
     1249Escape character is '^]'.
     1250
     1251HP J9623A E2620-24 Switch
     1252Software revision RA.15.05.0006
     1253
     1254Copyright (C) 1991-2011 Hewlett-Packard Development Company, L.P.
     1255
     1256                   RESTRICTED RIGHTS LEGEND
     1257 Confidential computer software.  Valid license from HP required for possession,
     1258 use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer
     1259 Software, Computer Software Documentation, and Technical Data for Commercial
     1260 Items are licensed to the U.S. Government under vendor's standard commercial
     1261 license.
     1262                   HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.
     1263                   20555 State Highway 249, Houston, TX 77070
     1264
     1265We'd like to keep you up to date about:
     1266  * Software feature updates
     1267  * New product announcements
     1268  * Special events
     1269Please register your products now at:  www.hp.com/networking/register
     1270Password:
     1271HP-E2620-24# show version
     1272Image stamp:    /sw/code/build/xform(RA_15_05)
     1273                Aug  9 2011 09:08:18
     1274                RA.15.05.0006
     1275                44
     1276Boot Image:     Primary
     1277HP-E2620-24# show running-config
     1278
     1279Running configuration:
     1280
     1281; J9623A Configuration Editor; Created on release #RA.15.05.0006
     1282; Ver #01:01:00
     1283
     1284hostname "HP-E2620-24"
     1285ip default-gateway 10.1.1.254
     1286vlan 1
     1287   name "DEFAULT_VLAN"
     1288   untagged 1-22,25-28
     1289   ip address 10.254.254.253 255.255.255.0
     1290   no untagged 23-24
     1291   ip igmp
     1292   exit
     1293vlan 11
     1294   name "control-alternate"
     1295   untagged 24
     1296   ip address 10.2.1.253 255.255.255.0
     1297   exit
     1298vlan 10
     1299   name "control-hardware"
     1300   untagged 23
     1301   ip address 10.1.1.253 255.255.255.0
     1302   exit
     1303no web-management
     1304snmp-server community "a72318128cae" unrestricted
     1305management-vlan 10
     1306no dhcp config-file-update
     1307password manager
     1308password operator
     1309
     1310HP-E2620-24# show vlan 10
     1311
     1312 Status and Counters - VLAN Information - VLAN 10
     1313
     1314  VLAN ID : 10     
     1315  Name : control-hardware               
     1316  Status : Port-based
     1317  Voice : No
     1318  Jumbo : No
     1319
     1320  Port Information Mode     Unknown VLAN Status   
     1321  ---------------- -------- ------------ ----------
     1322  23               Untagged Learn        Up       
     1323 
     1324
     1325HP-E2620-24#
     1326}}}
     1327
     1328Connect to the switch named procurve2 the dataplane network switch via ssh using the documented password:
     1329{{{
     1330[lnevers@boss ~]$ sudo more /usr/testbed/etc/switch.pswd
     1331xxxxxxx
     1332[lnevers@boss ~]$ ssh manager@procurve2
     1333Warning: Permanently added 'procurve2' (RSA) to the list of known hosts.
     1334We'd like to keep you up to date about:
     1335  * Software feature updates
     1336  * New product announcements
     1337  * Special events
     1338Please register your products now at:  www.hp.com/networking/register
     1339
     1340
     1341manager@procurve2's password:
     1342HP J8697A Switch E5406zl
     1343Software revision K.15.06.5008
     1344
     1345Copyright (C) 1991-2012 Hewlett-Packard Development Company, L.P.
     1346
     1347                   RESTRICTED RIGHTS LEGEND
     1348 Confidential computer software.  Valid license from HP required for possession,
     1349 use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer
     1350 Software, Computer Software Documentation, and Technical Data for Commercial
     1351 Items are licensed to the U.S. Government under vendor's standard commercial
     1352 license.
     1353                   HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.
     1354                   20555 State Highway 249, Houston, TX 77070
     1355
     1356Press any key to continue
     1357HP-E5406zl# show version
     1358Image stamp:    /ws/swbuildm/of_bridge_qaoff/code/build/btm(of_bridge_qaoff)
     1359                Feb 18 2012 11:26:28
     1360                K.15.06.5008
     1361                79
     1362Boot Image:     Primary
     1363HP-E5406zl# show running-config
     1364
     1365Running configuration:
     1366
     1367; J8697A Configuration Editor; Created on release #K.15.06.5008
     1368; Ver #02:10.0d:1f
     1369
     1370hostname "HP-E5406zl"
     1371module 1 type J9550A
     1372interface A1
     1373   speed-duplex auto-1000
     1374exit
     1375interface A2
     1376   speed-duplex auto-1000
     1377exit
     1378interface A3
     1379   speed-duplex auto-1000
     1380exit
     1381interface A4
     1382   speed-duplex auto-1000
     1383exit
     1384interface A5
     1385   speed-duplex auto-1000
     1386exit
     1387interface A6
     1388   speed-duplex auto-1000
     1389exit
     1390interface A7
     1391   disable
     1392   speed-duplex auto-1000
     1393exit
     1394interface A8
     1395   disable
     1396   speed-duplex auto-1000
     1397exit
     1398interface A9
     1399   disable
     1400   speed-duplex auto-1000
     1401exit
     1402interface A10
     1403   disable
     1404   speed-duplex auto-1000
     1405exit
     1406interface A11
     1407   disable
     1408   speed-duplex auto-1000
     1409exit
     1410interface A12
     1411   disable
     1412   speed-duplex auto-1000
     1413exit
     1414interface A13
     1415   speed-duplex auto-1000
     1416exit
     1417interface A14
     1418   speed-duplex auto-1000
     1419exit
     1420interface A15
     1421   speed-duplex auto-1000
     1422exit
     1423ip default-gateway 10.3.1.254
     1424vlan 1
     1425   name "DEFAULT_VLAN"
     1426   forbid A1-A6,A13-A15
     1427   untagged A7-A12,A16-A19,A21-A23
     1428   no untagged A1-A6,A13-A15,A20,A24
     1429   no ip address
     1430   exit
     1431vlan 11
     1432   name "control-alternate"
     1433   no ip address
     1434   exit
     1435vlan 10
     1436   name "control-hardware"
     1437   untagged A20
     1438   ip address 10.3.1.253 255.255.255.0
     1439   exit
     1440vlan 257
     1441   name "_6"
     1442   untagged A1-A6,A13-A15
     1443   no ip address
     1444   exit
     1445vlan 1752
     1446   name "10003"
     1447   tagged A1,A13,A24
     1448   no ip address
     1449   exit
     1450vlan 258
     1451   name "10012"
     1452   tagged A13
     1453   no ip address
     1454   exit
     1455no web-management
     1456openflow
     1457   vlan 1750
     1458      enable
     1459      controller "tcp:10.3.1.7:6633" fail-secure on
     1460      exit
     1461   vlan 1752
     1462      enable
     1463      controller "tcp:10.3.1.7:6633" fail-secure on
     1464      exit
     1465   exit
     1466snmp-server community "xxx" unrestricted
     1467management-vlan 10
     1468no autorun
     1469no dhcp config-file-update
     1470no dhcp image-file-update
     1471password manager
     1472password operator
     1473
     1474HP-E5406zl# show vlans   
     1475
     1476 Status and Counters - VLAN Information
     1477
     1478  Maximum VLANs to support : 256                 
     1479  Primary VLAN : DEFAULT_VLAN     
     1480  Management VLAN : control-hardware
     1481
     1482  VLAN ID Name                             | Status     Voice Jumbo
     1483  ------- -------------------------------- + ---------- ----- -----
     1484  1       DEFAULT_VLAN                     | Port-based No    No   
     1485  10      control-hardware                 | Port-based No    No   
     1486  11      control-alternate                | Port-based No    No   
     1487  257     _6                               | Port-based No    No   
     1488  258     10012                            | Port-based No    No   
     1489  1752    10003                            | Port-based No    No   
     1490 
     1491
     1492HP-E5406zl# show vlans 1752
     1493
     1494 Status and Counters - VLAN Information - VLAN 1752
     1495
     1496  VLAN ID : 1752   
     1497  Name : 10003                           
     1498  Status : Port-based
     1499  Voice : No
     1500  Jumbo : No
     1501
     1502  Port Information Mode     Unknown VLAN Status   
     1503  ---------------- -------- ------------ ----------
     1504  A1               Tagged   Learn        Up       
     1505  A13              Tagged   Learn        Up       
     1506  A24              Tagged   Learn        Up       
     1507 
     1508
     1509HP-E5406zl#
     1510
     1511}}}
     1512
     1513Access the FOAM VM and gather information for version
     1514{{{
     1515LNM:~$ ssh lnevers@foam.kansas.net
     1516
     1517sudo foamctl admin:get-version  --passwd-file=/etc/foam.passwd
     1518
     1519}}}
     1520Check FOAM configuration for  site.admin.email, geni.site-tag, email.from settings:
     1521{{{
     1522foamctl config:get-value --key="site.admin.email"  --passwd-file=/etc/foam.passwd
     1523
     1524foamctl config:get-value --key="geni.site-tag"  --passwd-file=/etc/foam.passwd
     1525
     1526foamctl config:get-value --key="email.from"  --passwd-file=/etc/foam.passwd
     1527
     1528# check if FOAM auto-approve is on. Value 2 = auto-approve is on.
     1529
     1530foamctl config:get-value --key="geni.approval.approve-on-creation"  --passwd-file=/etc/foam.passwd
     1531
     1532}}}
     1533
     1534Show FOAM slivers details:
     1535
     1536{{{
     1537foamctl geni:list-slivers --passwd-file=/etc/foam.passwd
     1538
     1539}}}
     1540Access the FlowVisor VM and gather version information:
     1541{{{
     1542
     1543ssh lnevers@flowvisor.kansas.net
     1544}}}
     1545Check the !FlowVisor version, list of devices, get details for a device, list of active slices, and details for one of the slices:
     1546{{{     
     1547
     1548fvctl --passwd-file=/etc/flowvisor.passwd ping hello
     1549
     1550# Devices
     1551fvctl --passwd-file=/etc/flowvisor.passwd listDevices
     1552
     1553fvctl --passwd-file=/etc/flowvisor.passwd getDeviceInfo 06:d6:6c:3b:e5:68:00:00
     1554
     1555#Slices
     1556fvctl --passwd-file=/etc/flowvisor.passwd listSlices
     1557
     1558fvctl --passwd-file=/etc/flowvisor.passwd getSliceInfo 5c956f94-5e05-40b5-948f-34d0149d9182
     1559
     1560}}}
     1561
     1562Check the FlowVisor setting:
     1563{{{
     1564fvctl --passwd-file=/etc/flowvisor.passwd dumpConfig /tmp/flowvisor-config
     1565more /tmp/flowvisor-config
     1566
     1567}}}
     1568
    11351569
    11361570Verify alerts for the compute resource Aggregate Manager are being reported to the [http://monitor.gpolab.bbn.com/nagios/cgi-bin/status.cgi GPO Tango GENI Nagios monitoring] and that the majority of alerts have a status of "OK". Other statuses may be encountered and are verified with activities, outages or known issues for the site.