Skip to content

Instantly share code, notes, and snippets.

@noseka1
Last active April 2, 2020 19:43
Show Gist options
  • Save noseka1/15bf7fc9fbf5dcb194af1fdb8ce6ebe1 to your computer and use it in GitHub Desktop.
Save noseka1/15bf7fc9fbf5dcb194af1fdb8ce6ebe1 to your computer and use it in GitHub Desktop.

The CDROM ISO image is in LOCKED status. ssh to the RHEV Engine VM and unlock the particular disk:

/usr/share/ovirt-engine/setup/dbutils/unlock_entity.sh -t disk 6032270c-1cf7-4050-af4a-e903dd94b727

Unlock all objects:

/usr/share/ovirt-engine/setup/dbutils/unlock_entity.sh -t all

After RHVH restart, the RHEV Engine VM doesn't come up. SSH to RHVH:

systemctl stop vdsmd
vdsm-tool configure --force
systemctl start vdsmd

Startup can take up to 2 minutes.

Check the status of the RHEV Engine VM, ssh to RHVH:

virsh -c qemu:///system?authfile=/etc/ovirt-hosted-engine/virsh_auth.conf list --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment