Microsoft MVP성태의 닷넷 이야기
Windows: 64. Hyper-V - Windows XP의 Live Migration 오류 [링크 복사], [링크+제목 복사]
조회: 17279
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

Hyper-V - Windows XP의 Live Migration 오류


지난번 글에서 Hyper-V의 Live Migration 글을 소개해 드렸지요. ^^

윈도우 서버 2012 - Hyper-V의 새로운 기능 Live Migration
; https://www.sysnet.pe.kr/2/0/1356

위의 설명에 따라 대체로 잘 되고 있었는데, 유독 Windows XP의 live migration 설정 창의 마지막 단계에서 오류가 발생하였습니다.

There was an error during move operation.

Virtual machine migration operation failed at migration destination.

Virtual machine migration operation for '...' failed at migration destination '...'. (Virtual machine ID ...[guid]...)

별다른 힌트가 없어서 이벤트 로그를 확인해 보았는데 다음과 같은 경고들이 보였습니다.

Log Name: Microsoft-Windows-Hyper-V-Integration-Admin
Source: Microsoft-Windows-Hyper-V-Integration-KvpExchange
Date: 2012-09-27 오후 8:45:13
Event ID: 4010
Task Category: None
Level: Warning
Keywords:
User: NT VIRTUAL MACHINE\9888AF43-5F96-46E8-9297-DE325DFE555E
Computer: oldpc.test.com
Description:
Hyper-V Data Exchange connected to virtual machine 'idb-demo', but the version does not match the version expected by Hyper-V (Virtual machine ID 9888AF43-5F96-46E8-9297-DE325DFE555E). Framework version: Negotiated (3.0) - Expected (3.0); Message version: Negotiated (3.0) - Expected (4.0). This is an unsupported configuration. This means that technical support will not be provided until this problem is resolved. To fix this problem, upgrade the integration services. To upgrade, connect to the virtual machine and select Insert Integration Services Setup Disk from the Action menu.

Log Name: Microsoft-Windows-Hyper-V-Worker-Admin
Source: Microsoft-Windows-Hyper-V-Worker
Date: 2012-09-27 오후 8:44:56
Event ID: 23014
Task Category: None
Level: Warning
Keywords:
User: NT VIRTUAL MACHINE\9888AF43-5F96-46E8-9297-DE325DFE555E
Computer: oldpc.test.com
Description:
Device 'Microsoft Synthetic Display Controller' in 'idb-demo' is loaded but has a different version from the server. Server version 3.2 Client version 3.0 (Virtual machine ID 9888AF43-5F96-46E8-9297-DE325DFE555E). The device will work, but this is an unsupported configuration. This means that technical support will not be provided until this problem is resolved. To fix this problem, upgrade the integration services. To upgrade, connect to the virtual machine and select Insert Integration Services Setup Disk from the Action menu.


일단, 이 경고들은 Windows Server 2008 R2에서 호스팅되던 idb-demo라는 Windows XP 가상 머신이 2012 버전의 Integration Services가 적용되지 않아서 발생한 것들이고, IS를 업그레이드 해봤지만 여전히 live migration에는 오류가 발생했습니다.




다행히 여러 가지 테스트 끝에 원인을 알아냈습니다. idb-demo를 호스팅하던 원래 PC에서는 하드 디스크가 C/D/E로 있었고, idb-demo 가상 머신 데이터는 D 드라이브에 있는 상태에서, 옮겨가려는 대상 Hyper-V 머신에는 C/E 드라이브만 있었고 D 드라이브가 없었기 때문에 발생한 오류였습니다.

지난번 글에서 '하드 디스크 구성'을 맞춰주는 것이 좋다고 설명드렸지만, 사실 강제사항은 아니었습니다. 왜냐하면 "Move..." 메뉴를 통한 Live migration의 설정 작업이 완료되는 시점에 드라이브가 다른 경우 다시 설정할 수 있는 옵션이 제공되기 때문입니다.

문제는, 그런 '선택'이 Windows XP의 live migration에서는 제공되지 않고 오류 메시지를 발생시키는 것으로 끝난다는 점입니다.

원인을 알았으니, 이제 해결을 해야 하는데요. "Move..." 메뉴의 마법사의 '자동 교정'에 의존하지 않고 직접 사용자가 폴더를 지정하는 식으로 마이그레이션을 진행하면 간단하게 해결됩니다.

즉, "Move"를 위한 설정 창에서 "Choose Advanced Options"의 값을 기존에는 "Move the virtual machine's data automatically"로 지정했던 것을 아래와 같이 그 이외의 옵션으로 바꿔주어야 합니다. (이 글의 실습에서는 "Move the virtual machine's items to different locations"으로 선택했습니다.)

hyper-v_winxp_live_mig_1.png

이렇게 선택하면, VM에 속한 모든 항목에 대해서 각각 이동 여부를 선택할 수 있는 질문을 받게 되고,

hyper-v_winxp_live_mig_2.png

이후, 다시 개별 항목마다 대상 Hyper-V 컴퓨터의 어떤 폴더로 이동할지 선택할 수 있는 창이 제공됩니다. 위의 그림에서는 4개의 항목(.vhd, Current configuration, Snapshots, Smart Paging)이 선택되었으므로 아래와 같이 경로를 입력받는 창이 4번 제공됩니다.

hyper-v_winxp_live_mig_3.png

물론, 개별적으로 폴더 선택을 할 수 있지만 모두 같은 폴더를 선택해도 무방합니다.

이렇게 선택하고 Windows XP에 대해서 live migration을 진행하면 아무런 오류 없이 정상적으로 VM 이전이 되는 것을 확인할 수 있습니다.




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]







[최초 등록일: ]
[최종 수정일: 6/24/2021]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




1  2  3  4  [5]  6  7  8  9  10  11  12  13  14  15  ...
NoWriterDateCnt.TitleFile(s)
13510정성태1/3/20242107닷넷: 2192. C# - 특정 실행 파일이 있는지 확인하는 방법 (Linux)
13509정성태1/3/20242147오류 유형: 887. .NET Core 2 이하의 프로젝트에서 System.Runtime.CompilerServices.Unsafe doesn't support netcoreapp2.0.
13508정성태1/3/20242171오류 유형: 886. ORA-28000: the account is locked
13507정성태1/2/20242832닷넷: 2191. C# - IPGlobalProperties를 이용해 netstat처럼 사용 중인 Socket 목록 구하는 방법파일 다운로드1
13506정성태12/29/20232397닷넷: 2190. C# - 닷넷 코어/5+에서 달라지는 System.Text.Encoding 지원
13505정성태12/27/20232954닷넷: 2189. C# - WebSocket 클라이언트를 닷넷으로 구현하는 예제 (System.Net.WebSockets)파일 다운로드1
13504정성태12/27/20232527닷넷: 2188. C# - ASP.NET Core SignalR로 구현하는 채팅 서비스 예제파일 다운로드1
13503정성태12/27/20232388Linux: 67. WSL 환경 + mlocate(locate) 도구의 /mnt 디렉터리 검색 문제
13502정성태12/26/20232492닷넷: 2187. C# - 다른 프로세스의 환경변수 읽는 예제파일 다운로드1
13501정성태12/25/20232300개발 환경 구성: 700. WSL + uwsgi - IPv6로 바인딩하는 방법
13500정성태12/24/20232366디버깅 기술: 194. Windbg - x64 가상 주소를 물리 주소로 변환
13498정성태12/23/20233055닷넷: 2186. 한국투자증권 KIS Developers OpenAPI의 C# 래퍼 버전 - eFriendOpenAPI NuGet 패키지
13497정성태12/22/20232457오류 유형: 885. Visual Studiio - error : Could not connect to the remote system. Please verify your connection settings, and that your machine is on the network and reachable.
13496정성태12/21/20232438Linux: 66. 리눅스 - 실행 중인 프로세스 내부의 환경변수 설정을 구하는 방법 (gdb)
13495정성태12/20/20232407Linux: 65. clang++로 공유 라이브러리의 -static 옵션 빌드가 가능할까요?
13494정성태12/20/20232555Linux: 64. Linux 응용 프로그램의 (C++) so 의존성 줄이기(ReleaseMinDependency) - 두 번째 이야기
13493정성태12/19/20232636닷넷: 2185. C# - object를 QueryString으로 직렬화하는 방법
13492정성태12/19/20232320개발 환경 구성: 699. WSL에 nopCommerce 예제 구성
13491정성태12/19/20232266Linux: 63. 리눅스 - 다중 그룹 또는 사용자를 리소스에 권한 부여
13490정성태12/19/20232390개발 환경 구성: 698. Golang - GLIBC 의존을 없애는 정적 빌드 방법
13489정성태12/19/20232172개발 환경 구성: 697. GoLand에서 ldflags 지정 방법
13488정성태12/18/20232103오류 유형: 884. HTTP 500.0 - 명령행에서 실행한 ASP.NET Core 응용 프로그램을 실행하는 방법
13487정성태12/16/20232409개발 환경 구성: 696. C# - 리눅스용 AOT 빌드를 docker에서 수행 [1]
13486정성태12/15/20232221개발 환경 구성: 695. Nuget config 파일에 값 설정/삭제 방법
13485정성태12/15/20232100오류 유형: 883. dotnet build/restore - error : Root element is missing
13484정성태12/14/20232177개발 환경 구성: 694. Windows 디렉터리 경로를 WSL의 /mnt 포맷으로 구하는 방법
1  2  3  4  [5]  6  7  8  9  10  11  12  13  14  15  ...