You are on page 1of 1

From ODA_BASE instance

# oakcli create repo repo_win -dg DATA -size 150G

From ODA_BASE access using ssh


# oakcli import vmtemplate tmpl_win2008_R2 -files
"/OVS/staging/vm_temp/Win_2008_R2/Win_2008_R2.tgz" -repo repo_win -node 0
if you are using the shred repo you eill need to specify a cretain node number

From ODA_BASE
# oakcli clone vm vm_win2008_R2 -vmtemplate tmpl_win2008_R2 -repo repo_win -
node 0

oakcli configure vm vm_win2008_R2 -network "['type=netfront,bridge=net1']"

disk =
[u'file:/OVS/Repositories/repo_win/.ACFS/snaps/vm_win2008_R2/VirtualMachines/
vm_win2008_R2/Win_2008_R2.img,xvda,w','file:/OVS/staging//OVS/staging/
Win_2008_R2.iso,hdc:cdrom,r']

./create-HVM-guest.pl -name MsWin2k8 -memory 16 -vcpu 4 -vdisksize 100 -iso


/OVS/staging/Win_2008_R2.iso -repo repo_test -vnc 50

vi /OVS/Repositories/repo_win/.ACFS/snaps/vm_win2008_R2/VirtualMachines/
vm_win2008_R2/vm.cfg

You might also like