성태의 닷넷 이야기
홈 주인
모아 놓은 자료
프로그래밍
질문/답변
사용자 관리
사용자
메뉴
아티클
외부 아티클
유용한 코드
온라인 기능
MathJax 입력기
최근 덧글
[정성태] VT sequences to "CONOUT$" vs. STD_O...
[정성태] NetCoreDbg is a managed code debugg...
[정성태] Evaluating tail call elimination in...
[정성태] What’s new in System.Text.Json in ....
[정성태] What's new in .NET 9: Cryptography ...
[정성태] 아... 제시해 주신 "https://akrzemi1.wordp...
[정성태] 다시 질문을 정리할 필요가 있을 것 같습니다. 제가 본문에...
[이승준] 완전히 잘못 짚었습니다. 댓글 지우고 싶네요. 검색을 해보...
[정성태] 우선 답글 감사합니다. ^^ 그런데, 사실 저 예제는 (g...
[이승준] 수정이 안되어서... byteArray는 BYTE* 타입입니다...
글쓰기
제목
이름
암호
전자우편
HTML
홈페이지
유형
제니퍼 .NET
닷넷
COM 개체 관련
스크립트
VC++
VS.NET IDE
Windows
Team Foundation Server
디버깅 기술
오류 유형
개발 환경 구성
웹
기타
Linux
Java
DDK
Math
Phone
Graphics
사물인터넷
부모글 보이기/감추기
내용
<div style='display: inline'> <h1 style='font-family: Malgun Gothic, Consolas; font-size: 20pt; color: #006699; text-align: center; font-weight: bold'>리눅스 Integration Services 버전 업그레이드 하는 방법</h1> <p> 결과적으로 제가 사용하고 있는 Ubuntu 리눅스 버전의 LIS는 최신 버전이 없으므로 그냥 몇 가지 시도해 본 기록을 남깁니다.<br /> <br /> <hr style='width: 50%' /><br /> <br /> 윈도우 서버 2008에서 2012로 넘어오는 경우 Hyper-V도 함께 업그레이드되고, 이와 박자를 맞추기 위해 Integration Services 역시 버전이 높아졌습니다. 그래서, 기존 VM을 윈도우 서버 2012의 Hyper-V에서 사용하면 이벤트 로그에 다음과 같은 경고가 뜹니다.<br /> <br /> <div style='BACKGROUND-COLOR: #ccffcc; padding: 10px 10px 5px 10px; MARGIN: 0px 10px 10px 10px; FONT-FAMILY: Malgun Gothic, Consolas, Verdana; COLOR: #005555'> A storage device in '...' loaded but has a different version from the server. Server version 6.0 Client version 4.2 (Virtual machine ID ...). 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.<br /> <br /> <br /> Networking driver in ... loaded but has a different version from the server. Server version 5.0 Client version 3.2 (Virtual machine ID ...). 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.<br /> </div><br /> <br /> 대상 VM이 윈도우 운영체제라면 간단하게 업그레이드가 되는데, 리눅스라면 사정이 다릅니다. 리눅스의 업그레이드는 다음의 경로에서 iso 파일과 설치 방법이 기술된 pdf 파일을 다운로드 받아서 진행해야 하는데요.<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > Linux Integration Services Version 3.5 for Hyper-V ; <a target='tab' href='http://www.microsoft.com/en-us/download/details.aspx?id=41554'>http://www.microsoft.com/en-us/download/details.aspx?id=41554</a> </pre> <br /> LIS 3.5는 다음의 Hyper-V 환경을 지원하고,<br /> <br /> <ul> <li>Windows Server 2008 R2 Standard, Windows Server 2008 R2 Enterprise, and Windows Server 2008 R2 Datacenter</li> <li>Microsoft Hyper-V Server 2008 R2</li> <li>Windows 8 Pro</li> <li>Windows 8.1 Pro</li> <li>Windows Server 2012</li> <li>Windows Server 2012 R2</li> <li>Microsoft Hyper-V Server 2012</li> <li>Microsoft Hyper-V Server 2012 R2</li> </ul> <br /> VM의 경우 레드햇과 CentOS만 공식 지원합니다.<br /> <br /> <ol> <li>Red Hat Enterprise Linux (RHEL) 5.5-5.8, 6.0-6.3 x86 and x64</li> <li>CentOS 5.5-5.8, 6.0-6.3 x86 and x64</li> </ol> <br /> 다음은 pdf에 실린 업그레이드 단계를 발췌했습니다.<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > Upgrading to Linux Integration Services 3.5 1. Open Hyper-V Manager. 2. In Hyper-V Manager, configure LinuxICv35.ISO (located in the directory where you extracted the downloaded files) as a virtual CD/DVD drive on the virtual machine. 3. After it is configured, LinuxICv35.ISO should appear mounted under /media/CDROM if automount is enabled. If automount is not enabled, then use the following command to mount the ISO file: # mount /dev/cdrom /media 4. As the root user, change to the directory relevant to your distribution: For RHEL / CentOS 5.7: # cd /media/CDROM/RHEL57 For RHEL / CentOS 5.8: # cd /media/CDROM/RHEL58 For RHEL / CentOS 6.0, 6.1, 6.2: # cd /media/CDROM/RHEL6012 For RHEL / CentOS 6.3: # cd /media/CDROM/RHEL63 5. Run the following command to upgrade the Hyper-V-specific (or “synthetic”) drivers. A reboot is required after upgrade. # ./upgrade.sh # reboot </pre> <br /> 우분투의 경우에는 다음의 자료에서 소개하고 있는데요.<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > Ubuntu virtual machines on Hyper-V ; <a target='tab' href='https://docs.microsoft.com/ko-kr/previous-versions/windows/server/dn531029(v=ws.12)'>https://docs.microsoft.com/ko-kr/previous-versions/windows/server/dn531029(v=ws.12)</a> </pre> <br /> 우선, 자신이 이용하고 있는 리눅스 운영체제의 상세 버전은 이렇게 구할 수 있고<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > jeong@ubuntux64:~$ <span style='color: blue; font-weight: bold'>cat /proc/version</span> Linux version 3.2.0-27-generic (buildd@allspice) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #43-Ubuntu SMP Fri Jul 6 14:25:57 UTC 2012 </pre> <br /> 대상 버전을 지원하는 LIS가 있는지 확인하고, 이어서 업그레이드가 필요한지 여부를 modinfo 명령을 통해 버전을 구하는 것으로 알 수 있습니다.<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > jeong@ubuntux64:~$ <span style='color: blue; font-weight: bold'>modinfo hv_vmbus</span> filename: /lib/modules/3.2.0-27-generic/kernel/drivers/hv/hv_vmbus.ko <span style='color: blue; font-weight: bold'>version: 3.1</span> license: GPL srcversion: 6B9EB06EA40A8C383F50C1A alias: acpi*:VMBus:* alias: acpi*:VMBUS:* depends: intree: Y vermagic: 3.2.0-27-generic SMP mod_unload modversions </pre> <br /> 3.1이군요. 현재 최신 LIS는 3.5까지 나왔지만 이미 언급한대로 우분투의 경우 아직 지원이 안되고 있습니다.<br /> <br /> 혹시 모르니, 우분투에서 가끔씩 다음의 명령을 통해 LIS를 업그레이드할 수는 있습니다. (물론 오늘자 기준으로 아직 3.1이 최신입니다.)<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > # <span style='color: blue; font-weight: bold'>sudo apt-get update</span> # <span style='color: blue; font-weight: bold'>sudo apt-get install hv-kvp-daemon-init</span> </pre> <br /> 좀 더 자세한 설명은 이걸 참조하시고.<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > How to install Hyper-V Integration Services (ICs) in Ubuntu 12.04 LTS ; <a target='tab' href='http://baudlabs.com/how-to-install-hyper-v-integration-services-in-ubuntu-12-04-lts/'>http://baudlabs.com/how-to-install-hyper-v-integration-services-in-ubuntu-12-04-lts/</a> </pre> <br /> <br /><hr /><span style='color: Maroon'>[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]</span> </div>
첨부파일
스팸 방지용 인증 번호
6419
(왼쪽의 숫자를 입력해야 합니다.)