Changes between Version 6 and Version 7 of GENIRacksHome/InstageniRacks/ConfirmationTestStatus/UMissouriColumbia


Ignore:
Timestamp:
10/14/13 08:55:07 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v6 v7  
    10911091Sent request for administrative account to site contact from the [http://groups.geni.net/geni/wiki/GeniAggregate/MissouriInstaGENI Missouri InstaGENI] aggregate page.  Followed instructions at [https://users.emulab.net/trac/protogeni/wiki/RackAdminAccounts Admin Accounts on InstaGeni Racks] page for account request. A local admin account was create and also had to join the ''emulab-ops'' group at https://www.instageni.rnet.missouri.edu/joinproject.php3?target_pid=emulab-ops.   Once the administrative account was created and membership to emulab-ops was approved, proceeded to execute administrative tests.
    10921092
    1093 {{{
    1094 LNM:~$ ssh control.geni.missouri.edu
     1093<<<TODO>>>>
     1094
     1095{{{
     1096LNM:~$ ssh control.instageni.rnet.missouri.edu
    10951097
    10961098}}}
     
    10981100Also access the boss node:
    10991101{{{
    1100 LNM:~$ ssh boss.geni.missouri.edu
    1101 
     1102ssh boss.instageni.rnet.missouri.edu
    11021103sudo whoami
    11031104}}}
     
    13991400}}}
    14001401
    1401 <FOAM/FLOWVISOR>
     1402<<<TODO>>>>
     1403
     1404Access the FOAM VM and gather information for version
     1405{{{
     1406LNM:~$ ssh lnevers@foam.instageni.rnet.missouri.edu
     1407
     1408sudo foamctl admin:get-version  --passwd-file=/etc/foam.passwd
     1409
     1410}}}
     1411Check FOAM configuration for  site.admin.email, geni.site-tag, email.from settings:
     1412{{{
     1413foamctl config:get-value --key="site.admin.email"  --passwd-file=/etc/foam.passwd
     1414
     1415foamctl config:get-value --key="geni.site-tag"  --passwd-file=/etc/foam.passwd
     1416
     1417foamctl config:get-value --key="email.from"  --passwd-file=/etc/foam.passwd
     1418
     1419# check if FOAM auto-approve is on. Value 2 = auto-approve is on.
     1420
     1421foamctl config:get-value --key="geni.approval.approve-on-creation"  --passwd-file=/etc/foam.passwd
     1422
     1423}}}
     1424
     1425Show FOAM slivers and details for one sliver:
     1426
     1427{{{
     1428foamctl geni:list-slivers --passwd-file=/etc/foam.passwd
     1429
     1430}}}
     1431Access the FlowVisor VM and gather version information:
     1432{{{
     1433
     1434ssh lnevers@flowvisor.instageni.rnet.missouri.edu
     1435}}}
     1436Check the !FlowVisor version, list of devices, get details for a device, list of active slices, and details for one of the slices:
     1437{{{     
     1438
     1439fvctl --passwd-file=/etc/flowvisor.passwd ping hello
     1440
     1441# Devices
     1442fvctl --passwd-file=/etc/flowvisor.passwd listDevices
     1443
     1444fvctl --passwd-file=/etc/flowvisor.passwd getDeviceInfo 06:d6:6c:3b:e5:68:00:00
     1445
     1446#Slices
     1447fvctl --passwd-file=/etc/flowvisor.passwd listSlices
     1448
     1449fvctl --passwd-file=/etc/flowvisor.passwd getSliceInfo 5c956f94-5e05-40b5-948f-34d0149d9182
     1450
     1451}}}
     1452
     1453Check the FlowVisor setting:
     1454{{{
     1455fvctl --passwd-file=/etc/flowvisor.passwd dumpConfig /tmp/flowvisor-config
     1456more /tmp/flowvisor-config
     1457
     1458}}}
     1459
     1460
    14021461
    14031462Verify 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 all alerts have status OK.