Microsoft MVP성태의 닷넷 이야기
개발 환경 구성: 5.1. VMWare 오류 유형 - The handle is invalid. [링크 복사], [링크+제목 복사],
조회: 23441
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 
부모글 보이기/감추기

VMWare에서, VM을 생성하려는 "마법사" 화면 마지막에서 황당하게 다음과 같은 오류가 발생하였습니다.
"The handle is invalid."

오류 메시지 참 간단하군요.

이벤트 로그에는 다음과 같이 남습니다.

Event Type:	Warning
Event Source:	vmauthd
Event Category:	None
Event ID:	100
Date:		7/15/2006
Time:		11:31:25 AM
User:		N/A
Computer:	THEONE
Description:
The description for Event ID ( 100 ) in Source ( vmauthd ) cannot be found. 
The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. 
You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details.

The following information is part of the event: Process creation failed with error 6
.

역시 별다른 도움은 안되는군요. "error 6"이라... 매우 심오하군요.

VMWare 질문/답변 게시판에 가보았습니다.
; http://www.vmware.com/community/forum.jspa?forumID=219&start=0

검색을 해보니, 역시 누군가 이미 질문을 해놓았습니다. ^^
정답은 다음의 게시물에 있습니다.
; http://www.vmware.com/community/message.jspa?messageID=364806

이유는 설명되어 있지 않지만, 해결책은 제시하고 있습니다.
상황은 이렇습니다. 원격지 머신에서 VMWare 서비스가 설치된 PC에 터미널 서비스로 접속을 한 후, 그 터미널 세션에서 VMWare Console을 이용하여 새로운 VM을 생성하려고 할 때 그와 같은 오류를 낸다고 합니다.
해결 방법은 2가지입니다.

첫 번째 방법. 터미널 세션에 접속을 할 때, "Console" 모드로 접속을 하라는 것입니다. mstsc인 경우에는 실행 시에, "mstsc /console"이라고 하면 콘솔 모드로 접속을 하게 됩니다. Windows 2003에서 제공되는 원격 데스크톱 MMC 콘솔을 이용하게 되면 등록정보 창에 "Connect to console"이라는 옵션이 제공됩니다.
아시겠지만, 콘솔 모드 접속을 하게 되면, 실제 물리 PC에 로그인해서 접속하고 있는 사용자의 세션은 로그오프가 되어집니다.

두 번째 방법: 애당초, 터미널 세션으로 접속하지 말고, 아예 클라이언트 측에 VMWare Console을 설치해 두고, 그것을 이용해서 원격지에 접속한 다음 새로운 VM을 생성하도록 하는 방법이 있습니다.


위의 토픽을 읽으면서 얻은 팁인데요. 아예 VMDK 디스크 이미지를 command line에서 생성할 수 있도록 해주는 툴이 있다고 하는군요.
이름은 "vmware-vdiskmanager.exe"라고 합니다.






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

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

비밀번호

댓글 작성자
 




... 46  [47]  48  49  50  51  52  53  54  55  56  57  58  59  60  ...
NoWriterDateCnt.TitleFile(s)
12766정성태8/9/202113926Java: 32. closing inbound before receiving peer's close_notify
12765정성태8/9/202114311Java: 31. Cannot load JDBC driver class 'org.mysql.jdbc.Driver'
12764정성태8/9/202152524Java: 30. XML document from ServletContext resource [/WEB-INF/applicationContext.xml] is invalid
12763정성태8/9/202116303Java: 29. java.lang.NullPointerException - com.mysql.jdbc.ConnectionImpl.getServerCharset
12762정성태8/8/202119568Java: 28. IntelliJ - Unable to open debugger port 오류
12761정성태8/8/202116229Java: 27. IntelliJ - java: package javax.inject does not exist [2]
12760정성태8/8/202113001개발 환경 구성: 594. 전용 "Command Prompt for ..." 단축 아이콘 만들기
12759정성태8/8/202117653Java: 26. IntelliJ + Spring Framework + 새로운 Controller 추가 [2]파일 다운로드1
12758정성태8/7/202117045오류 유형: 751. Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode)
12757정성태8/7/202117694Java: 25. IntelliJ + Spring Framework 프로젝트 생성
12756정성태8/6/202115877.NET Framework: 1084. C# - .NET Core Web API 단위 테스트 방법 [1]파일 다운로드1
12755정성태8/5/202115986개발 환경 구성: 593. MSTest - 단위 테스트에 static/instance 유형의 private 멤버 접근 방법파일 다운로드1
12754정성태8/5/202116421오류 유형: 750. manage.py - Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.
12753정성태8/5/202117385오류 유형: 749. PyCharm - Error: Django is not importable in this environment
12752정성태8/4/202114241개발 환경 구성: 592. JetBrains의 IDE(예를 들어, PyCharm)에서 Visual Studio 키보드 매핑 적용
12751정성태8/4/202117054개발 환경 구성: 591. Windows 10 WSL2 환경에서 docker-compose 빌드하는 방법
12750정성태8/3/202114131디버깅 기술: 181. windbg - 콜 스택의 "Call Site" 오프셋 값이 가리키는 위치
12749정성태8/2/202113628개발 환경 구성: 590. Visual Studio 2017부터 단위 테스트에 DataRow 특성 지원
12748정성태8/2/202114648개발 환경 구성: 589. Azure Active Directory - tenant의 관리자(admin) 계정 로그인 방법
12747정성태8/1/202114896오류 유형: 748. 오류 기록 - MICROSOFT GRAPH – HOW TO IMPLEMENT IAUTHENTICATIONPROVIDER파일 다운로드1
12746정성태7/31/202119616개발 환경 구성: 588. 네트워크 장비 환경을 시뮬레이션하는 Packet Tracer 프로그램 소개
12745정성태7/31/202115221개발 환경 구성: 587. Azure Active Directory - tenant의 관리자 계정 로그인 방법
12744정성태7/30/202115516개발 환경 구성: 586. Azure Active Directory에 연결된 App 목록을 확인하는 방법?
12743정성태7/30/202116739.NET Framework: 1083. Azure Active Directory - 외부 Token Cache 저장소를 사용하는 방법파일 다운로드1
12742정성태7/30/202114721개발 환경 구성: 585. Azure AD 인증을 위한 사용자 인증 유형
12741정성태7/29/202116277.NET Framework: 1082. Azure Active Directory - Microsoft Graph API 호출 방법파일 다운로드1
... 46  [47]  48  49  50  51  52  53  54  55  56  57  58  59  60  ...