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.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
cours:service_oriented_computing_and_web_services_2017_2018:hyper-v [2018/02/24 11:36] – tigli | cours:service_oriented_computing_and_web_services_2017_2018:hyper-v [2018/02/24 12:50] (Version actuelle) – [Hyper-V INSTALLATION] tigli | ||
---|---|---|---|
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> | ||
+ | To verify compatibility, | ||
+ | </ | ||
+ | |||
{{ : | {{ : | ||
Ligne 25: | Ligne 36: | ||
* Hardware Enforced Data Execution Prevention. | * Hardware Enforced Data Execution Prevention. | ||
- | <note important> | + | === VMBus == |
- | To verify compatibility, open up PowerShell or a command prompt (cmd.exe) | + | |
- | </note> | + | == 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 : // | ||
+ | |||
+ | === Export | ||
+ | |||
+ | == With Hyper-V Manager == | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | == With PowerShell == | ||
+ | [[https:// | ||
+ | |||
+ | == Example : Get a Windows 10 development environment in a virtual Machine == | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | === Références : === | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | [[https:// | ||
cours/service_oriented_computing_and_web_services_2017_2018/hyper-v.txt · Dernière modification : 2018/02/24 12:50 de tigli