포럼을 뒤져본결과.
다음 내용이 있었따.
==================================================================================================
In http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/85dc7d36-491f-4b02-88ac-63c1ed0d94db I described a problem when exporting from a Hyper-V server and trying to import into a different Hyper-V server in a different domain. The import failed and the event log contained:
Failed to import the virtual machine from import directory 'D:\HV\Test\Test4GB-3\'. Error: One or more arguments are invalid(0x80070057)
Well I've now identified the source of the problem. In the .exp file is:
<INSTANCE
CLASSNAME="Msvm_VirtualSystemGlobalSettingData">
...
<PROPERTY NAME="ScopeOfResidence" TYPE="string">
<VALUE>
e7668fbc-216e-4ed1-8ce3-3b932b42e22b
</VALUE>
</PROPERTY>
If I edit the .exp file and delete the <value>..</value> then the virtual machine imports with no errors.
==================================================================================================
한마디로 <VALUE> </VALUE>에 있는 값을 지워주면 되는것임다.
위내용은 내보내기 된 해당 폴더 내에 Virtual Machine 폴더 안에 exp 파일이 있다 편집으로 열어 2번째 줄에 있는 저 내용을 삭제 해주면됩니다.
그리고 다시 가상컴퓨터가져오기 하면.. 불러오기 끝... 아주 잘 되지요....
댓글 없음:
댓글 쓰기