<div dir="ltr"><div><div>Hi All,<br><br><br></div>8777 port is not up i started all the service.<br><br>I have followed the icehouse document for fedora.<br><br><br>[root@controller ~]# /etc/init.d/openstack-ceilometer-api restart<br>
Stopping openstack-ceilometer-api:                         [FAILED]<br>Starting openstack-ceilometer-api:                         [  OK  ]<br>[root@controller ~]# /etc/init.d/openstack-ceilometer-api restart<br>Stopping openstack-ceilometer-api:                         [  OK  ]<br>
Starting openstack-ceilometer-api:                         [  OK  ]<br>[root@controller ~]# netstat -atlpn | grep 8777<br><br>note: not showing the 8777 port<br><br>ceilometer service  status<br><br><br>[root@controller ~]# /etc/init.d/openstack-ceilometer-api status<br>
openstack-ceilometer-api dead but pid file exists<br><br>[root@controller ~]# /etc/init.d/openstack-ceilometer-central status<br>openstack-ceilometer-central dead but pid file exists<br><br>[root@controller ~]# /etc/init.d/openstack-ceilometer-collector status<br>
openstack-ceilometer-collector (pid  8905) is running...<br><br>[root@controller ~]# /etc/init.d/openstack-ceilometer-notification status<br>openstack-ceilometer-agent-notification (pid  10307) is running...<br><br><br>[root@controller ~]# /etc/init.d/openstack-ceilometer-alarm-notifier status<br>
openstack-ceilometer-alarm-notifier (pid  8947) is running...<br><br>[root@controller ~]# /etc/init.d/openstack-ceilometer-alarm-evaluator status<br>openstack-ceilometer-alarm-evaluator (pid  8926) is running...<br><br><br>
<br><br><br></div>Attaching the ceilometer.conf file along with this mail. Please fing the attachment.<br><div><br><br><br><h2 class="" style="clear:both">Verify the Telemetry installation</h2><p>To test the Telemetry installation, download an image from the
    Image Service, and use the <span class=""><strong>ceilometer</strong></span> command to display usage statistics.</p><div class=""><ol class="" type="1"><li class=""><p>Use the <code class="">ceilometer meter-list</code> command to test
        the access to Telemetry:</p><pre class="">$ ceilometer meter-list</pre></li></ol></div><br></div><div>Error:<br></div><div><div><div><br> ceilometer meter-list<br>Error communicating with <a href="http://controller:8777">http://controller:8777</a> [Errno 111] Connection refused<br>
<br><br></div><div>Regards,<br></div><div>Dhanesh.<br></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 20, 2014 at 3:04 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"><br>
What's your configured database connection?<br>
<br>
(in /etc/ceilometer/ceilometer.conf)<br>
<br>
If its a sqlalchemy-based URL (e.g. mysql or postgres) have you run<br>
ceilometer-dbsync?<br>
<br>
(either directly, or a side-effect of the installation process)<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
----- Original Message -----<br>
> Hi All,<br>
><br>
> ps -fe | grep ceilometer-api<br>
><br>
> No process is running.<br>
><br>
> status is showing its dead.<br>
><br>
><br>
> 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<br>
> [-] Configuring auth_uri to point to the public identity endpoint is<br>
> 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 [-]<br>
> Using /tmp/keystone-signing-w05DPS as cache directory for signing<br>
> certificate<br>
> 2014-05-20 14:42:39.877 10768 CRITICAL ceilometer [-] OperationalError:<br>
> (OperationalError) unable to open database file None None<br>
><br>
> 2014-05-20 14:49:47.686 12502 INFO keystoneclient.middleware.auth_token [-]<br>
> Starting keystone auth_token middleware<br>
> 2014-05-20 14:49:47.687 12502 WARNING keystoneclient.middleware.auth_token<br>
> [-] Configuring admin URI using auth fragments. This is deprecated, use<br>
> 'identity_uri' instead.<br>
> 2014-05-20 14:49:47.687 12502 WARNING keystoneclient.middleware.auth_token<br>
> [-] Configuring auth_uri to point to the public identity endpoint is<br>
> 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 [-]<br>
> Using /tmp/keystone-signing-zXbRzr as cache directory for signing<br>
> certificate<br>
> 2014-05-20 14:49:48.080 12502 CRITICAL ceilometer [-] OperationalError:<br>
> (OperationalError) unable to open database file None None<br>
><br>
><br>
><br>
> Regards,<br>
> Dhanesh.<br>
><br>
><br>
><br>
><br>
> On Tue, May 20, 2014 at 1:29 PM, Eoghan Glynn <<a href="mailto:eglynn@redhat.com">eglynn@redhat.com</a>> wrote:<br>
><br>
> ><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>
> > 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>
> ><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>
> ><br>
><br>
</div></div></blockquote></div><br></div>