You are here: Supporting Documents > everRun Command Line Interface Reference > AVCLI Command Descriptions > vm-ax-enable

vm-ax-enable

Usage

avcli vm-ax-enable --name name --node s node s

Description

The vm-ax-enable command enables the VM's instance on selected PMs.

Options

--name name

The name or ID of a VM.
--nodes node s The name(s) or ID(s) of PM(s) to enable.

Examples

Enable instance on node0 and node1 for a VM named MyVM.
$ avcli vm-ax-enable --name MyVM --nodes node0 node1
of