why my Instances are running in an intermediate state such as deleting in OpenStack

0 votes

Hi Guys,

I am working in OpenStack. But whenever I tried to launch an instance it goes in an intermediate state. How can I solve this problem?

Thank You

Mar 23, 2020 in OpenStack by akhtar
• 38,230 points
495 views

1 answer to this question.

0 votes

Hi@akhtar,

You can use the nova reset-state command to manually reset the state of an instance to an error state. You can then delete the instance. For example:

$ nova reset-state c6bbbf26-b40a-47e7-8d5c-eb17bf65c485
$ openstack server delete c6bbbf26-b40a-47e7-8d5c-eb17bf65c485

You can also use the --active parameter to force the instance back to an active state instead of an error state. For example:

$ nova reset-state --active c6bbbf26-b40a-47e7-8d5c-eb17bf65c485

Hope this will solve the problem.

Thank You

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

Related Questions In OpenStack

+1 vote
1 answer

Why do we need to disable firewalld and NetworkManager in OpenStack?

Hi@akhtar, By default in Linux there are security ...READ MORE

answered Mar 13, 2020 in OpenStack by akhtar
• 38,230 points
2,102 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,677 views
0 votes
1 answer

How to update an image properties in OpenStack?

Hi@akhtar, You can update your image properties. Follow ...READ MORE

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

How can I do SSH inside my instance in OpenStack?

Hi@akhtar, Yes, there is nothing wrong with your ...READ MORE

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

Can anyone explain, how nova works internally?

Hi@akhtar, Nova is comprised of multiple server process, ...READ MORE

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

How to create an instance in OpenStack?

Hi@akhtar, When we try to launch an instance ...READ MORE

answered Mar 17, 2020 in OpenStack by anonymous
• 95,440 points
2,229 views
0 votes
1 answer

Instance is not pingable from outside in OpenStack!

Ho@akhtar, There is nothing wrong. But when you ...READ MORE

answered Mar 17, 2020 in OpenStack by MD
• 95,440 points
5,887 views
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,793 views
0 votes
1 answer

Why my Instances boot slowly, or sometimes do not boot in OpenStack?

Hi@akhtar, File injection can cause this problem. To ...READ MORE

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

Why AWS or OpenStack launch instances so fast?

Hi@akhtar, Actually AWS or Openstack uses pre-installed image. ...READ MORE

answered Jun 4, 2020 in OpenStack by MD
• 95,440 points
609 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