ERROR Connection aborted error 111 Connection refused

0 votes

Hi Guys,

I tried to list down all my images in nova. But I am getting the below given error.

$ nova image-list
ERROR: ('Connection aborted.', error(111, 'Connection refused'))

Thank You

Mar 27, 2020 in OpenStack by akhtar
• 38,230 points
2,142 views

1 answer to this question.

0 votes

Hi@akhtar,

There may be various reason behind this. Check if all the nova related services are running properly. 

For example-

When you start any nova services as ‘service nova-api start‘, the command might return green status as “[OK]’. But actually the service might not have been started properly.

$ /etc/init.d/openstack-nova-api start 
Starting openstack-nova-api: [ OK ] 
$ /etc/init.d/openstack-nova-api status 
openstack-nova-api dead but pid file exists

In above case, you should check the corresponding service log under /var/log/nova/api.log to know the exact error message.

In my case, none of the nova service was starting properly and I had to dig all of those service logs.

Check if the firewall on the controller node is blocking the service ports.

Like that you have to check all the services related nova.

Hope you got the idea.

Thank You

answered Mar 27, 2020 by MD
• 95,440 points

Related Questions In OpenStack

0 votes
1 answer

How to reset error state of a instance into active in OpenStack env?

Hi@akhtar, There are some scenarios where some instances ...READ MORE

answered Mar 17, 2020 in OpenStack by MD
• 95,440 points
8,652 views
0 votes
1 answer

error: server error. Is Neutron not working properly?

Hi@akhtar, We can't say Neutron is the one ...READ MORE

answered Mar 17, 2020 in OpenStack by MD
• 95,440 points
933 views
+1 vote
1 answer

error: cannot uninstall 'simplejson', not able to install on Ubuntu 18.04,

Hi@akhtar, This error occurs because of pip install ...READ MORE

answered Mar 20, 2020 in OpenStack by MD
• 95,440 points
7,442 views
0 votes
1 answer

error: 403 forbidden error Missing credentials

Hi@MD, To resolve this issue, use one of ...READ MORE

answered Mar 23, 2020 in OpenStack by akhtar
• 38,230 points
954 views
0 votes
1 answer

What is the meaning of term “Glance” in OpenStack service?

Hi@akhtar, Glance is image service in OpenStack. The ...READ MORE

answered Mar 16, 2020 in OpenStack by MD
• 95,440 points
1,163 views
0 votes
1 answer

Can anyone explain me the Architecture of Glance service in OpenStack?

Hi, OpenStack Glance has a client-server architecture that ...READ MORE

answered Mar 16, 2020 in OpenStack by akhtar
• 38,230 points
1,243 views
0 votes
1 answer

What is basic OpenStack Architecture?

Hi@akhtar, Basic Architecture of OpenStack is given below. OpenStack ...READ MORE

answered Mar 16, 2020 in OpenStack by MD
• 95,440 points
1,677 views
0 votes
1 answer

How to create an image in OpenStack?

Hi@akhtar, Actually this is the fun in OpenStack. ...READ MORE

answered Mar 16, 2020 in OpenStack by MD
• 95,440 points
2,648 views
0 votes
1 answer

Do we need internet connection when installing OpenStack in our own system?

Hi@akhtar, Yes, you need internet connection at the time ...READ MORE

answered Mar 13, 2020 in OpenStack by MD
• 95,440 points
470 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP