Skip to content

Instantly share code, notes, and snippets.

@xagent003
Last active July 6, 2017 01:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xagent003/d710d4808ba7755be1ad8f66c5025898 to your computer and use it in GitHub Desktop.
Save xagent003/d710d4808ba7755be1ad8f66c5025898 to your computer and use it in GitHub Desktop.
[root@centos7 arjun(admin_admin)]# ps -aux | grep designate
designa+ 5222 0.0 0.5 393028 83972 ? Ss Jun30 6:15 /usr/bin/python2 /usr/bin/designate-api --config-file /etc/designate/designate.conf --log-file /var/log/designate/api.log
designa+ 5258 1.3 0.4 328616 61344 ? Ss Jun30 117:59 /usr/bin/python2 /usr/bin/designate-central --config-file /etc/designate/designate.conf --log-file /var/log/designate/central.log
designa+ 10690 0.2 0.3 319048 55632 ? Ss Jun30 18:02 /usr/bin/python2 /usr/bin/designate-producer --config-file /etc/designate/designate.conf --log-file /var/log/designate/producer.log
root 26727 0.0 0.1 165540 19380 pts/1 S+ 01:26 0:00 vim /var/log/designate/central.log
root 27241 0.0 0.0 112652 964 pts/3 S+ 01:33 0:00 grep --color=auto designate
root 30479 0.0 0.0 107936 604 pts/2 S+ Jul05 0:00 tail -f /var/log/designate/producer.log
root 30554 0.0 0.0 107936 604 pts/0 S+ Jul05 0:00 tail -f /var/log/designate/api.log
[root@centos7 arjun(admin_admin)]#
+--------------------------------------+-----------------+--------------+--------+-------+--------------+
| id | hostname | service_name | status | stats | capabilities |
+--------------------------------------+-----------------+--------------+--------+-------+--------------+
| b54042c0-e5ad-42e3-8054-82197588e2bb | ip-172-31-8-203 | central | UP | - | - |
| 9309b8ed-94e1-42cc-8b61-745f411ee252 | ip-172-31-8-203 | api | UP | - | - |
| 7949f58a-6598-4a6f-b3d5-50a317af8a95 | ip-172-31-8-203 | producer | UP | - | - |
| 22346e46-d00e-4f23-bc89-3c53a70ce0b5 | centos7 | worker | UP | - | - |
| 913ec14f-419f-4073-9f51-7564f4b1377d | centos7 | mdns | UP | - | - |
+--------------------------------------+-----------------+--------------+--------+-------+--------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment