5
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Hyper-V統合サービスのインストール(Linux用)

Last updated at Posted at 2014-11-11

What's this

  • Hyper-V上のCent OSに統合ツール(Linux Integration Services)をインストールする
    • 6.3以前のバージョンにはディストリビューション内に組み込まれていない
  • とりあえず自分用メモ

Linux Integration Servicesのダウンロード

Linux Integration Services Version 3.5 for Hyper-V

統合サービスのインストール

  • VM上へisoイメージをマウント
# mkdir /media/cdrom
# mount /dev/sr0 /media/cdrom
  • インストール
# cd /media/cdrom/RHEL63
# ./install.sh
...
# reboot
  • 動作確認
# lsmod | grep hv
  • hv_utils等が稼働していればOK
5
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?