Windows2008 VMDK Instance Issue in ESXi Hypervisor
Hi Guys,
we have a setup of openstack controller with ESXi hypervisor. root@controller:~# nova hypervisor-list +----+---------------------+ | ID | Hypervisor hostname | +----+---------------------+ | 4 | 10.37.39.46 | +----+---------------------+ we have succuessfully integrated ESXi with controller and able to launch Ubuntu,centos,rhel,suse instances.we are facing issue with windows instances. what we done in background for windows instances; ->created windows2008 vm(with 15G) in other ESXi server ->installed VMware tools ->installed sysprep ->shutdown the vm, copied the flat.vmdk file into controller and uploaded the image as below command root@controller:~# glance image-create --name="windowsVMDK" --disk-format=vmdk --container-format=bare --is-public=true < windows-flat.vmdk we have launched the instance and it was able to took all the resources from compute node(ESXi node), took the IPAddress from dhcp. instance was took 30-40min and after that instance was booting and it is going to "system recovery options and getting blue screen error"
can some help on the same, how to bring up windows instance with out issues.please let me know if need any other infromation. ---Prabhakar