Previous page

Next page

Locate page in Contents

Print this page

Setting Startup Parameters

The prlctl set command allows you to define the onboot startup parameter for virtual machines and Containers. Setting this parameter to yes makes your virtual machine or Container automatically boot at the physical server startup. For example, to enable Container 101 and the MyVM virtual machine to automatically start on your server boot, you can execute the following commands:

  • For Container 101:

    # prlctl set 101 --onboot yes

  • For the MyVM virtual machine:

    # prlctl set MyVM --onboot yes

Notice that the onboot parameter will have effect only on the next server startup.