Nutanix Prism Central Fails to start on AHV

PC-fails-tostart03Prism Central failed to start from Prism after it had been shut down.

PC-fails-tostart01

When you selected PC the power on action was not available.

Turns out it’s a fairly simple task from acli

To complete SSH to a CVM :

run -> acli to drop into the <acropolis> section

PC-fails-tostart02

run the following commands :

<acropolis>vm.force_off pc  {Where PC is the name of the VM}

<acropolis>vm.on pc

We could also use the virsh command if directly on the AHV host although this is more likely to be used to shutdown or start a CVM .

Force the shutdown of the VM

root@ahv# virsh shutdown PC

Start PC VM.

root@ahv# virsh start PC

Prism Central should then start up, you can then start the PC cluster by :

log onto the PC vm vis SSH

run : cluster start

PC-fails-tostart03

PC-fails-tostart04

When you see all the services up with Success ! you are good to log on to Prism Central.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s