en,i have another question, if i use esxi create an windows7 vm ,and then tar 
the disk-flat.vmdk and the disk.vmdk ,then upload to the sunstone's image ,then 
create template ,create vm.but all the created vms all lost NIC dirver?
anything wrong?








在 2013-10-30 15:59:23,"Martin Alfke" <tux...@gmail.com> 写道:
>
>On 30 Oct 2013, at 02:00, hansz <hanshizhun...@126.com> wrote:
>
>> hi man,i see you are trying windows vm context?have you make it sucessful? 
>> any message? any advice?
>> 
>Hi Hans,
>
>please keep OpenNebula related mails on the list.
>
>We run Windows 7 and 8 professional as VM managed by OpenNebula.
>On the OpenNebula wiki (http://wiki.opennebula.org/) you will find a section 
>called “Images and Stores”.
>Within that section you will find a link to a complete documentation:
>http://wiki.ieeta.pt/wiki/index.php/OpenNebula#Using_Windows_Images_for_new_Virtual_Machines
>
>We only did one modification to the one-context.ps1 script which allows us to 
>read data properly:
>
>function getContext($file) {
>       $context = @{}
>       switch -regex -file $file {
>               '(.+)="(.+)"’ {            ###### <——— other regexp
>                       $name,$value = $matches[1..2]
>                       $context[$name] = $value
>               }
>       }
>       return $context
>}
>
>hth,
>
>Martin
>
_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to