<div dir="ltr"><div><div><div><div><div>Hi All,<br><br>ps -fe | grep ceilometer-api<br><br></div>No process is running.<br><br></div>status is showing its dead.<br><br><br></div>Api Error log.<br><br>[root@controller ceilometer]# tailf api.log <br>
2014-05-20 14:42:39.476 10768 WARNING keystoneclient.middleware.auth_token [-] Configuring auth_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint<br>
2014-05-20 14:42:39.477 10768 INFO keystoneclient.middleware.auth_token [-] Using /tmp/keystone-signing-w05DPS as cache directory for signing certificate<br>2014-05-20 14:42:39.877 10768 CRITICAL ceilometer [-] OperationalError: (OperationalError) unable to open database file None None<br>
<br>2014-05-20 14:49:47.686 12502 INFO keystoneclient.middleware.auth_token [-] Starting keystone auth_token middleware<br>2014-05-20 14:49:47.687 12502 WARNING keystoneclient.middleware.auth_token [-] Configuring admin URI using auth fragments. This is deprecated, use 'identity_uri' instead.<br>
2014-05-20 14:49:47.687 12502 WARNING keystoneclient.middleware.auth_token [-] Configuring auth_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint<br>
<br>2014-05-20 14:49:47.688 12502 INFO keystoneclient.middleware.auth_token [-] Using /tmp/keystone-signing-zXbRzr as cache directory for signing certificate<br>2014-05-20 14:49:48.080 12502 CRITICAL ceilometer [-] OperationalError: (OperationalError) unable to open database file None None<br>
<br><br><br></div>Regards,<br></div>Dhanesh.<br><br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 20, 2014 at 1:29 PM, Eoghan Glynn <span dir="ltr"><<a href="mailto:eglynn@redhat.com" target="_blank">eglynn@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class=""><br>
<br>
> Hi All,<br>
><br>
> Please find the error iam getting after finishing the ceilometer<br>
> configuration in controller and compute.<br>
><br>
> Error:<br>
><br>
> [root@compute1 ceilometer]# ceilometer meter-list<br>
> Error communicating with <a href="http://controller:8777" target="_blank">http://controller:8777</a> [Errno 111] Connection<br>
> refused<br>
><br>
> I have started all the services. I noticed 8777 port is not listening.<br>
><br>
> Please gimme some advice.<br>
<br>
</div>Check if the ceilometer-api service is actually running on the expected<br>
node.<br>
<br>
e.g. on Fedora and derivatives with RPMs installed:<br>
<br>
  $ sudo service openstack-ceilometer-api status<br>
<br>
elsewhere:<br>
<br>
  $ ps -fe | grep ceilometer-api<br>
<br>
Also check your firewall rules to ensure that the ceilometer-api endpoint<br>
(i.e. port 8777) is accessible from the host on which you run the client.<br>
<br>
Cheers,<br>
Eoghan<br>
<div class="HOEnZb"><div class="h5"><br>
> I have finished almost all except ceilometer.<br>
><br>
> Attaching the output of #ceilometer --debug meter-list<br>
><br>
> Regards,<br>
> Dhanesh<br>
<br>
</div></div></blockquote></div><br></div>