- Creating a VM using a script
- Cloning a VM using a script
- Delete a VM using a script
1. Create VM
- acli vm.create testVM memory=1024M num_vcpus=1;
- acli vm.disk_create testVM create_size=30G container=SelfServiceContainer
- acli vm.on testVM2 - On the VM
- acli vm.off testVM2- Off the VM
- acli vm.clone testVM3 clone_from_vm=testVM
- acli vm.delete testVM3
Source: https://ce-ahvworkshop.readthedocs.io/en/latest/VM_Script/vm_script.html
0 comments:
Post a Comment