[one-users] windows vm context

hansz hanshizhunjob at 126.com
Wed Oct 30 01:58:21 PDT 2013


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" <tuxmea at gmail.com> 写道:
>
>On 30 Oct 2013, at 02:00, hansz <hanshizhunjob at 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20131030/914759b0/attachment-0002.htm>


More information about the Users mailing list