From ee0f2e4bef6a44a626d82ad6211bf9089ab1218f Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 13 Mar 2025 17:59:00 -0600 Subject: [PATCH] Update Servers/Virtualization/Hyper-V/Kerberos-Enabled VM Migration.md --- .../Hyper-V/Kerberos-Enabled VM Migration.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Servers/Virtualization/Hyper-V/Kerberos-Enabled VM Migration.md b/Servers/Virtualization/Hyper-V/Kerberos-Enabled VM Migration.md index d22c02f..dc11998 100644 --- a/Servers/Virtualization/Hyper-V/Kerberos-Enabled VM Migration.md +++ b/Servers/Virtualization/Hyper-V/Kerberos-Enabled VM Migration.md @@ -3,16 +3,7 @@ You may find that you want to be able to live-migrate guestVMs on a Hyper-V envi This document will cover both scenarios. -=== "CredSSP Authentication" - - - Log into both Hyper-V Hosts as the same administrative user. Preferrably a domain administrator - - From the Hyper-V host currently running the GuestVM that needs to be migrated, open Hyper-V Manager and right-click > "**Move**" the guestVM. - - Select the destination by providing the fully-qualified domain name of the destination server (or in some cases the shorthand hostname of the destination server) - - It should begin the migration process. - - **Note**: Do not perform a "Pull" from source to the destination. You want to always "Push" the VM to its destination. It will generally fail if you try to "Pull" the VM to its destination due to the way that CredSSP works in this context. - -=== "Kerberos Authentication" +=== "Kerberos Authentication (*Preferred*)" - Log into a domain controller that both Hyper-V hosts are capable of communicating with - Open "**Server Manager > Tools " Active Directory Users & Computers**" @@ -30,4 +21,13 @@ This document will cover both scenarios. - `Virtual Machine Migration Service` - Click the "**Apply**" button, then click the "**OK**" button to finalize these changes. - Repeat the above steps for the opposite Hyper-V host. This way both hosts are delegated to eachother - - e.g. `VIRT-NODE-01 <---(delegation)---> VIRT-NODE-02` \ No newline at end of file + - e.g. `VIRT-NODE-01 <---(delegation)---> VIRT-NODE-02` + +=== "CredSSP Authentication" + + - Log into both Hyper-V Hosts as the same administrative user. Preferrably a domain administrator + - From the Hyper-V host currently running the GuestVM that needs to be migrated, open Hyper-V Manager and right-click > "**Move**" the guestVM. + - Select the destination by providing the fully-qualified domain name of the destination server (or in some cases the shorthand hostname of the destination server) + - It should begin the migration process. + + **Note**: Do not perform a "Pull" from source to the destination. You want to always "Push" the VM to its destination. It will generally fail if you try to "Pull" the VM to its destination due to the way that CredSSP works in this context. \ No newline at end of file