Advertisement
AshrafHassan

Openstack Status- Controller Node

Feb 15th, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.77 KB | None | 0 0
  1. # systemctl status libvirtd
  2. ● libvirtd.service - Virtualization daemon
  3.    Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled; vendor preset: enabled)
  4.    Active: active (running) since Mon 2016-02-15 22:21:39 CET; 1h 40min ago
  5.      Docs: man:libvirtd(8)
  6.            http://libvirt.org
  7.  Main PID: 21972 (libvirtd)
  8.    CGroup: /system.slice/libvirtd.service
  9.            └─21972 /usr/sbin/libvirtd --listen
  10.  
  11. Feb 15 22:21:38 servera.refmobilecloud.ux.nl.tmo systemd[1]: Starting Virtualization daemon...
  12. Feb 15 22:21:39 servera.refmobilecloud.ux.nl.tmo libvirtd[21972]: libvirt version: 1.2.17, package: 13.el7_2.2 (Red Hat, Inc. <http://bugzilla.redh...at.com)
  13. Feb 15 22:21:39 servera.refmobilecloud.ux.nl.tmo libvirtd[21972]: Module /usr/lib64/libvirt/connection-driver/libvirt_driver_lxc.so not accessible
  14. Feb 15 22:21:39 servera.refmobilecloud.ux.nl.tmo systemd[1]: Started Virtualization daemon.
  15. Feb 16 00:01:32 servera.refmobilecloud.ux.nl.tmo systemd[1]: Started Virtualization daemon.
  16. Hint: Some lines were ellipsized, use -l to show in full.
  17. # openstack-status
  18. == Nova services ==
  19. openstack-nova-api:                     active
  20. openstack-nova-cert:                    active
  21. openstack-nova-compute:                 active
  22. openstack-nova-network:                 inactive  (disabled on boot)
  23. openstack-nova-scheduler:               active
  24. openstack-nova-conductor:               active
  25. == Glance services ==
  26. openstack-glance-api:                   active
  27. openstack-glance-registry:              active
  28. == Keystone service ==
  29. openstack-keystone:                     active
  30. == Horizon service ==
  31. openstack-dashboard:                    301
  32. == neutron services ==
  33. neutron-server:                         active
  34. neutron-dhcp-agent:                     active
  35. neutron-l3-agent:                       active
  36. neutron-metadata-agent:                 active
  37. neutron-lbaas-agent:                    active
  38. neutron-openvswitch-agent:              active
  39. neutron-metering-agent:                 active
  40. == Swift services ==
  41. openstack-swift-proxy:                  active
  42. openstack-swift-account:                active
  43. openstack-swift-container:              active
  44. openstack-swift-object:                 active
  45. == Cinder services ==
  46. openstack-cinder-api:                   active
  47. openstack-cinder-scheduler:             active
  48. openstack-cinder-volume:                active
  49. openstack-cinder-backup:                active
  50. == Ceilometer services ==
  51. openstack-ceilometer-api:               active
  52. openstack-ceilometer-central:           active
  53. openstack-ceilometer-compute:           active
  54. openstack-ceilometer-collector:         active
  55. openstack-ceilometer-alarm-notifier:    active
  56. openstack-ceilometer-alarm-evaluator:   active
  57. openstack-ceilometer-notification:      active
  58. == Heat services ==
  59. openstack-heat-api:                     active
  60. openstack-heat-api-cfn:                 active
  61. openstack-heat-api-cloudwatch:          inactive  (disabled on boot)
  62. openstack-heat-engine:                  active
  63. == Support services ==
  64. mysqld:                                 active    (disabled on boot)
  65. openvswitch:                            active
  66. dbus:                                   active
  67. target:                                 active
  68. rabbitmq-server:                        active
  69. memcached:                              active
  70. == Keystone users ==
  71. Warning keystonerc not sourced
  72. [root@servera ~]# openstack-status |grep lib
  73. Warning keystonerc not sourced
  74. [root@servera ~]# openstack-status restart libvirtd
  75. == Nova services ==
  76. openstack-nova-api:                     active
  77. openstack-nova-cert:                    active
  78. openstack-nova-compute:                 active
  79. openstack-nova-network:                 inactive  (disabled on boot)
  80. openstack-nova-scheduler:               active
  81. openstack-nova-conductor:               active
  82. == Glance services ==
  83. openstack-glance-api:                   active
  84. openstack-glance-registry:              active
  85. == Keystone service ==
  86. openstack-keystone:                     active
  87. == Horizon service ==
  88. openstack-dashboard:                    301
  89. == neutron services ==
  90. neutron-server:                         active
  91. neutron-dhcp-agent:                     active
  92. neutron-l3-agent:                       active
  93. neutron-metadata-agent:                 active
  94. neutron-lbaas-agent:                    active
  95. neutron-openvswitch-agent:              active
  96. neutron-metering-agent:                 active
  97. == Swift services ==
  98. openstack-swift-proxy:                  active
  99. openstack-swift-account:                active
  100. openstack-swift-container:              active
  101. openstack-swift-object:                 active
  102. == Cinder services ==
  103. openstack-cinder-api:                   active
  104. openstack-cinder-scheduler:             active
  105. openstack-cinder-volume:                active
  106. openstack-cinder-backup:                active
  107. == Ceilometer services ==
  108. openstack-ceilometer-api:               active
  109. openstack-ceilometer-central:           active
  110. openstack-ceilometer-compute:           active
  111. openstack-ceilometer-collector:         active
  112. openstack-ceilometer-alarm-notifier:    active
  113. openstack-ceilometer-alarm-evaluator:   active
  114. openstack-ceilometer-notification:      active
  115. == Heat services ==
  116. openstack-heat-api:                     active
  117. openstack-heat-api-cfn:                 active
  118. openstack-heat-api-cloudwatch:          inactive  (disabled on boot)
  119. openstack-heat-engine:                  active
  120. == Support services ==
  121. mysqld:                                 active    (disabled on boot)
  122. openvswitch:                            active
  123. dbus:                                   active
  124. target:                                 active
  125. rabbitmq-server:                        active
  126. memcached:                              active
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement