Hyper-V統合サービス ( LinuxIC v2.iso )

Hyper-V統合サービスをインストールします。

カーネルバージョン確認
[bash]
[centos@localhost ~]# uname -a
Linux localhost.localdomain 2.6.18-194.3.1.el5 #1 SMP Thu May 13 13:08:30 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
[/bash]

必要なパッケージをインストール
[bash]
[centos@localhost ~]# yum install gcc
[/bash]

プロセッサ数を「1」に変更

統合サービスをマウント&インストール
Linux Integration Components for Windows Server 2008 Hyper-V R2 ( LinuxIC v2.iso )
[bash]
[centos@localhost ~]# make /media/cdrom
[centos@localhost ~]# cp -rf /media/cdrom /usr/local/src/LinuxICv2
[centos@localhost ~]# cd /usr/local/src/LinuxICv2
[centos@localhost ~]# ./setup.pl drivers
[/bash]

再起動
[bash]
[centos@localhost ~]# reboot
[/bash]

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.