High level steps to create a VM in ODA - post VM install
Please use the following as a high level method to create VM
The high level steps to create a VM in ODA are as follows..
1) Import the template. (oakcli import)
oakcli import vmtemplate <vmtemplatename> -files <image files> -repo <repo_name>
where:
vmtemplate - imports a vmtemplate
-files - Comma separated list of image files
-repo - Repository for this template
2) Clone the template and create vm. (oakcli clone )
oakcli clone vm <vm_name> -vmtemplate <template_name> -repo <repo_name>
where:
vm_name - name of the vm
-vmtemplate - vmtemplate name
-repo - repository of vmtemplate
3) configure vm and modify the network settings to point to the correct network bridge. (oakcli configure vm)