Outils pour utilisateurs

Outils du site


cours:service_oriented_computing_and_web_services_2017_2018:hyper-v

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
cours:service_oriented_computing_and_web_services_2017_2018:hyper-v [2018/02/24 12:36]
tigli
cours:service_oriented_computing_and_web_services_2017_2018:hyper-v [2018/02/24 13:50] (Version actuelle)
tigli [Hyper-V INSTALLATION]
Ligne 1: Ligne 1:
 ===== Hyper-V ===== ===== Hyper-V =====
  
 +==== Introduction to Hyper-V ====
 +
 +Hyper-V implements isolation of virtual machines in terms of a partition.
 +A hypervisor instance has to have at least one parent partition, running a supported version of Windows Server (2008 and later). The virtualization stack runs in the parent partition and has direct access to the hardware devices. The parent partition then creates the child partitions which host the guest OSs. A parent partition creates child partitions using the hypercall API.
 +
 +==== Hyper-V INSTALLATION ====
 <note important>​ <note important>​
 To verify compatibility,​ open up PowerShell or a command prompt (cmd.exe) and type systeminfo. If all listed Hyper-V requirements have a value of Yes, your system can run the Hyper-V role. If any item returns No, check the requirements listed in this document and make adjustments where possible. ​ To verify compatibility,​ open up PowerShell or a command prompt (cmd.exe) and type systeminfo. If all listed Hyper-V requirements have a value of Yes, your system can run the Hyper-V role. If any item returns No, check the requirements listed in this document and make adjustments where possible. ​
Ligne 29: Ligne 35:
    * Virtualization Technology - may have a different label depending on motherboard manufacturer ​    * Virtualization Technology - may have a different label depending on motherboard manufacturer ​
    * Hardware Enforced Data Execution Prevention.    * Hardware Enforced Data Execution Prevention.
 +
 +=== VMBus ==
 +
 +== Some manipulation to explore VMBus ==
 +
 +  * virtual machine network adapter state using the Get-NetAdapter
 +
 +  * You can enable VM Resource Metering using PowerShell : // Enable-VMResourceMetering -VMName WS2016DX //
 +  * To measure the virtual machine, you can used : //​Measure-VM -VMName WS2016DX//
 +
 +=== Export and Share Hyper-V Virtual Machines ===
 +
 +== With Hyper-V Manager ==
 +
 +[[https://​www.it-connect.fr/​import-et-export-de-machines-virtuelles-avec-hyper-v/​|Import et export de machines virtuelles avec Hyper-V]]
 +
 +== With PowerShell ==
 +[[https://​docs.microsoft.com/​en-us/​windows-server/​virtualization/​hyper-v/​deploy/​export-and-import-virtual-machines|Import/​Export of virtual machine with PowerShell]]
 +
 +== Example :  Get a Windows 10 development environment in a virtual Machine ==
 +
 +[[https://​developer.microsoft.com/​fr-fr/​windows/​downloads/​virtual-machines|Download a virtual machine]] for VMWare, Hyper-V, VirtualBox or even Parallel.
 +
 +=== Références : ===
 +  * [[https://​docs.microsoft.com/​en-us/​virtualization/​hyper-v-on-windows/​reference/​hyper-v-requirements | Windows 10 Hyper-V System Requirements]] ​
 +  * [[https://​docs.microsoft.com/​en-us/​virtualization/​hyper-v-on-windows/​quick-start/​enable-hyper-v|Install Hyper-V on Windows 10]] 
 +  * [[https://​www.altaro.com/​hyper-v/​complete-guide-hyper-v-networking/​|Hyper-V Blog, The Complete Guide to Hyper-V Networking]] ​
 +
 +[[https://​www.tigli.fr/​doku.php?​id=cours:​service_oriented_computing_and_web_services_2017_2018:​lecture2#​software_tool_to_deploy_applications_and_servicesdocker|BACK]]
  
cours/service_oriented_computing_and_web_services_2017_2018/hyper-v.1519472216.txt.gz · Dernière modification: 2018/02/24 12:36 par tigli