Howto:Convert a V10 LinuxAP to VHDX to run on Hyper-V: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
(New page: ==Applies To== This information applies to *V10 Linux Application Platform <!-- Keywords: Hyper-V Linux LinuxAP --> ==More Information== This article explains the process of converting...)
 
m (typos)
Line 7: Line 7:


==More Information==
==More Information==
This article explains the process of converting a V10 Linux Application Platform to be able tu use on Hyper-V. Therfore we are going to convert a vmdk disc to vhdx.
This article explains the process of converting a V10 Linux Application Platform for use on Hyper-V. Therefore we are going to convert a vmdk disc to vhdx.


===Converting the vmdk file===
===Converting the vmdk file===
You can download the Linux Application platform on our downloadpage <ref>http://download.innovaphone.com/ice/10.00/</ref> as Linux Application Platform (VMWare). It will contain a vmdk file.
You can download the Linux Application platform on our download page <ref>http://download.innovaphone.com/ice/10.00/</ref> as Linux Application Platform (VMWare). It will contain a vmdk file.


In order to convert the machine we will use the Microsoft Virtual Machine Converter <ref>https://www.microsoft.com/en-us/download/details.aspx?id=42497</ref>. After downloding and installing it, we will use the Power Shell to use it. Please start the Power Shell as Administrator otherwise you might have insuffient rights.
In order to convert the machine we will use the Microsoft Virtual Machine Converter <ref>https://www.microsoft.com/en-us/download/details.aspx?id=42497</ref>. After downloading and installing it, we will use the Power Shell to use it. Please start the Power Shell as Administrator otherwise you might have insufficient rights.


Firstly we have to import the Microsoft Virtual machine Converter module
Firstly we have to import the Microsoft Virtual machine Converter module
Line 21: Line 21:


===Import the Linux AP to Hype-V===
===Import the Linux AP to Hype-V===
Open your Hyper-V-Manager, press right click -> New -> Virtual Computer. A wizard will appear, please follow it till you should connect to a virtual hard disc. Choose 'already existing virtual hard disc' and search for the vhdx file we created before. Afterwards please finish the wizard.
Open your Hyper-V-Manager, press right click -> New -> Virtual Computer. A wizard will appear, please follow it to the point where you shall connect to a virtual hard disc. Choose 'already existing virtual hard disc' and search for the vhdx file we created before. Afterwards please finish the wizard.


===Notes===
===Notes===

Revision as of 12:52, 3 January 2018

Applies To

This information applies to

  • V10 Linux Application Platform


More Information

This article explains the process of converting a V10 Linux Application Platform for use on Hyper-V. Therefore we are going to convert a vmdk disc to vhdx.

Converting the vmdk file

You can download the Linux Application platform on our download page [1] as Linux Application Platform (VMWare). It will contain a vmdk file.

In order to convert the machine we will use the Microsoft Virtual Machine Converter [2]. After downloading and installing it, we will use the Power Shell to use it. Please start the Power Shell as Administrator otherwise you might have insufficient rights.

Firstly we have to import the Microsoft Virtual machine Converter module

Import-Module 'C:\Program Files\Microsoft Virtual Machine Converter\MvmcCmdlet.psd1'

The next step is converting. Therefore we will use this command, but please keep in mind that <Path> is a placeholder to the path on your system.

ConvertTo-MvmcVirtualHardDisk -SourceLiteralPath C:\<Path>\IP-Debian.vmdk -VhdType DynamicHardDisk -VhdFormat Vhdx -DestinationLiteralPath C:\<Path>

This might take a while but you will see a status bar on the top of your Power shell. If the conversion turns out successfully you'll see a vhdx file in your destination folder.

Import the Linux AP to Hype-V

Open your Hyper-V-Manager, press right click -> New -> Virtual Computer. A wizard will appear, please follow it to the point where you shall connect to a virtual hard disc. Choose 'already existing virtual hard disc' and search for the vhdx file we created before. Afterwards please finish the wizard.

Notes

Related Articles