Changes between Version 6 and Version 7 of GENIRacksAdministration/OpenGENIFAQ


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksAdministration/OpenGENIFAQ

    v6 v7  
    6464
    6565== Monitoring ==
     66
     67=== Q. Can I check the status for the OpenGENI rack components? ===
     68Yes, 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:
     69{{{
     70# source /etc/novarc ; export PYTHONPATH=$PYTHONPATH:/home/gram/gram/src
     71# python healthcheck.py
     72Starting healthcheck
     73Checking GRAM services...
     74gram-am - running
     75gram-ctrl - running
     76gram-vmoc - running
     77gram-mon - running
     78gram-ch - running
     79checking OpenStack services...
     80nova-api - running
     81nova-cert - running
     82nova-conductor - running
     83nova-consoleauth  - running
     84nova-novncproxy - running
     85nova-scheduler - running
     86quantum-dhcp-agent - running
     87quantum-metadata-agent - running
     88quantum-server - running
     89quantum-l3-agent - running
     90quantum-plugin-openvswitch-agent - running
     91glance-registry - running
     92glance-api - running
     93keystone - running
     94Found management namespace and it matches config
     95Checking the status of the compute hosts:
     96
     97Binary           Host                                 Zone             Status     State Updated_At
     98nova-compute     clemson-clemson-compute-1            nova             enabled    :-)   2014-05-28 18:42:41
     99nova-compute     clemson-clemson-compute-2            nova             enabled    :-)   2014-05-28 18:42:41
     100
     101Checking status of Openstack networking software modules:
     102
     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+--------------------------------------+--------------------+---------------------------------------+-------+----------------+
     110Keystone - pass
     111Nova - pass
     112Glance - pass
     113Quantum - pass
     114AM is up : Get-Version succeeded at AM
     115Allocate - success
     116Provision - success
     117Delete - success
     118AM is functioning
     119}}}