...
Undefined
:Disabled
:Failed
:Started
:Starting
:Stopping
:Stopped
:
Manage VM
Add VM in the cluster:
Code Block | ||
---|---|---|
| ||
vm-mgr create --name NAME --xml /path/to/configuration.xml --image /path/to/disk.qcow2 --disable --force --enable-live-migration --migration-user virtu --migrate-to-timeout 180 |
Check the execution of the resource:
Code Block | ||
---|---|---|
| ||
crm status |
Get the status of the resource:
Code Block | ||
---|---|---|
| ||
vm-mgr status --name NAME |
Delete VM in the cluster:
Code Block | ||
---|---|---|
| ||
vm-mgr remove --name NAME |