Skip to main content
Solved

CVM Power on From AHV

  • July 2, 2022
  • 1 reply
  • 6735 views

How to power on the CVM from AHV. It is showing power off  prism and power on option is greyed out.

Best answer by Kcmount

From SSH as root to AHV can you run

virsh list --all 

This will show you the power state of all VMs on the host. You can then use virsh start against the required CVM. There may be a bigger problem here though as CVM tends to boot on start up of the host so you may need to look in the serial console of the CVM but we'll come to that once we know if your CVM is able to power on.

This topic has been closed for replies.

1 reply

Kcmount
Forum|alt.badge.img+7
  • Vanguard
  • Answer
  • July 2, 2022

From SSH as root to AHV can you run

virsh list --all 

This will show you the power state of all VMs on the host. You can then use virsh start against the required CVM. There may be a bigger problem here though as CVM tends to boot on start up of the host so you may need to look in the serial console of the CVM but we'll come to that once we know if your CVM is able to power on.