Changes between Version 13 and Version 14 of GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-MON-3


Ignore:
Timestamp:
03/14/13 16:15:48 (11 years ago)
Author:
Josh Smift
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-MON-3

    v13 v14  
    2323|| 2          || [[Color(green,Pass)]]          || 2012-08-14           ||               || ||
    2424|| 3          || [[Color(green,Pass)]]          || 2013-03-12           ||               || ||
    25 || 4          || [[Color(#63B8FF,In Progress)]] ||                      ||               || ||
     25|| 4          || [[Color(green,Pass)]]          || 2013-03-14           ||               || ||
    2626|| 5          || [[Color(#63B8FF,In Progress)]] ||                      ||               || ||
    27 || 6          || [[Color(green,Pass)]]          ||                      ||               || (exoticket:10) ||
    28 || 7          || [[Color(yellow,Complete)]]     ||                      ||               || (exoticket:10) ||
    29 || 8          || [[Color(#63B8FF,In Progress)]] ||                      ||               || (exoticket:10) ||
     27|| 6          || [[Color(green,Pass)]]          ||                      ||               || ||
     28|| 7          || [[Color(yellow,Complete)]]     ||                      ||               || We should re-test this if the switch gains the ability to track MAC addresses ||
     29|| 8          || [[Color(#63B8FF,In Progress)]] ||                      ||               || ||
    3030
    3131== High-level description from test plan ==
     
    964964
    965965That ("OS-EXT-SRV-ATTR:host in particular") confirms that this instance is running on bbn-w6. But I don't see an obvious way to get a list of all the VMs on bbn-w6.
     966
     967'''2013-03-14 update:''' Jonathan showed me how to use virsh as root to get a list of the running VMs:
     968
     969{{{
     970[root@bbn-w6 ~]# virsh list
     971 Id    Name                           State
     972----------------------------------------------------
     973 679   instance-00002aaa              running
     974 681   instance-00002ac7              running
     975 696   instance-00002b73              running
     976 698   instance-00002b77              running
     977 700   instance-00002b86              running
     978 701   instance-00002b87              running
     979 702   instance-00002b96              running
     980 704   instance-00002ba0              running
     981 705   instance-00002bc3              running
     982}}}
     983
     984So, that's how to get a list.
    966985
    967986== Step 5: get information about terminated VMs ==