Previous page

Next page

Locate page in Contents

Print this page

Enabling and Disabling High Availability for Specific Virtual Machines and Containers

By default, if HA support is enabled on a node, this support is automatically turned on for all virtual machines and Containers the node hosts. If necessary, you can disable HA support for specific virtual machines and Containers using the prlctl set command. For example, the following command turns off HA support for the MyVM virtual machine:

# prlctl set MyVM --ha-enable no

To enable HA support for the virtual machine back, run this command:

# prlctl set MyVM --ha-enable yes