Changes between Version 7 and Version 8 of GENIRacksAdministration/OpenGENIFAQ


Ignore:
Timestamp:
05/28/14 14:49:00 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksAdministration/OpenGENIFAQ

    v7 v8  
    6565== Monitoring ==
    6666
    67 === Q. Can I check the status for the OpenGENI rack components? ===
     67=== Q. Can I check the status for the OpenGENI software components? ===
     68
    6869Yes, the GRAM software that runs on the control node includes a ''healthcheck.py'' script which can be used to check the status for all aggregate component.  Following is an example:
    6970{{{
     
    101102Checking status of Openstack networking software modules:
    102103
    103 +--------------------------------------+--------------------+---------------------------------------+-------+----------------+
    104 | id                                   | agent_type         | host                                  | alive | admin_state_up |
    105 +--------------------------------------+--------------------+---------------------------------------+-------+----------------+
    106 | 43cc0cee-fdc5-4f98-8c94-719eee033a66 | L3 agent           | clemson-clemson-control-1.clemson.edu | :-)   | True           |
    107 | b074b103-4734-4fbb-9ac7-66f59a43dba7 | Open vSwitch agent | clemson-clemson-compute-2.clemson.edu | xxx   | True           |
    108 | f372a9b7-3673-4538-a10d-7638646608b6 | Open vSwitch agent | clemson-clemson-compute-1.clemson.edu | :-)   | True           |
    109 +--------------------------------------+--------------------+---------------------------------------+-------+----------------+
     104+--------------------------------------+--------------------+------------------------+-------+----------------+
     105+--------------------------------------+--------------------+------------------------+-------+----------------+
     106| id                                   | agent_type         | host                   | alive | admin_state_up |
     107+--------------------------------------+--------------------+------------------------+-------+----------------+
     108| 47648f6d-4b89-457a-b9e8-61b48f7a6e49 | DHCP agent         | bbn-cam-ctrl-1         | :-)   | True           |
     109| 54ad9b0e-a92e-4ab0-bf99-55aabcc86237 | L3 agent           | bbn-cam-ctrl-1.bbn.com | :-)   | True           |
     110| 74426394-c899-4632-9591-0afd7a004e14 | Open vSwitch agent | bbn-cam-ctrl-1         | :-)   | True           |
     111| 7e198c11-253b-448f-b6b2-b288446be95e | Open vSwitch agent | bbn-cam-cmpe-1         | :-)   | True           |
     112| 83c68b64-2223-47d3-b4d7-6b4c94e251e9 | Open vSwitch agent | bbn-cam-cmpe-2         | :-)   | True           |
     113+--------------------------------------+--------------------+------------------------+-------+----------------+
     114
    110115Keystone - pass
    111116Nova - pass
     
    118123AM is functioning
    119124}}}
     125