How to Fix a Nutanix CVM Stuck in Maintenance Mode

Nutanix Logo

Last updated on March 30th, 2023 at 05:49 pm

Read Time:2 Minute, 7 Second

If you are using a Nutanix Hyperconvergence solution in your infrastructure environment, then you may have come across a problem where the Nutanix CVM gets stuck in Maintenance Mode.

Fixing this issue is very simple, but you will need the following information before starting the fix:

Prerequisites

  • PuTTy or other SSH client
  • Nutanix Cluster administrator creditials
  • IP address of the Nutanix Cluster

Step by Step Guide

For the purposes of this guide, I will be using PuTTy to SSH onto the Nutanix cluster.

Open PuTTy and then connect to your affected Nutanix cluster. Enter your Nutanix administrator credentials to login.

CVM Services Check

Once you have successfully connected to your Nutanix cluster, at the prompt, type in the following command and press the Enter key on your keyboard:

cluster status

This should bring back all the information on the services that are running on the CVM’s within the cluster and will look similar to this:

Nutanix CVM Cluster Status
Nutanix CVM Cluster Status

As you can see from the above screenshot, on my Nutanix CVM’s, I don’t actually have this issue at the moment as all my services are running correctly. However, if you notice that any services are down, ensure that you enable these first.

CVM Status Check

The next thing you will need to do is to get the CVM status and then identify the host ID of the CVM with the problem of being stuck in maintenance mode.

To do this, run the following command at your PuTTy prompt:

ncli host list

This will bring back all the information about each of your CVM’s and will also show the ID of each host:

Nutanix CVM Host Status
Nutanix CVM Host Status

Copy the Id information from the affected Nutanix CVM.

Take the Nutanix CVM off Maintenance Mode

You now have all the information you will require to take the Nutanix CVM out of maintenance mode. Now run the following command in your PuTTy session to reverse the maintenance mode status:

ncli host edit id=00054f01-1cfb-50b4-0000-0000000119ce::6 enable-maintenance-mode="false"

Final Cluster Check

After you have run the above command, you can now run a final command to check the status:

cluster status

You should now see that the CVM that was in maintenance mode, is now back up and running.

Feedback

We would love to hear your feedback on this guide so please feel free to leave us a message below in our comments section. If you have any questions about the guide, we will get back to you as soon as we can.

Click to rate this post!
[Total: 1 Average: 5]

Free Subscription

If you want to be notified when we post more quality guides like this one, sign up to our free subscription service and you will receive an email when a new post is live.

Join 441 other subscribers.

No need to worry, we will not be filling your inbox with spam and you can unsubscribe anytime you like.


Leave us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.