Ovirt all in one install(装着)

1666 ワード

1、センター7を用意し、実行する
yum update
reboot
2、overirtソースの取り付け
yum -y install http://ftp.snt.utwente.nl/pub/software/ovirt/yum-repo/ovirt-release41.rpm
3、overirtのソースアドレスを修正する
[ovirt-4.1]
name=Latest oVirt 4.1 Release
baseurl=http://ftp.snt.utwente.nl/pub/software/ovirt/ovirt-4.1/rpm/el$releasever/
enabled=1
skip_if_unavailable=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-ovirt-4.1
4、overirt-engineをインストールする
yum install -y ovirt-engine
5、engine-setup
engine-setup
# firewall  --> no
# host      --> vm.example.com
6、サーバーとクライアントにはホームを追加します。
vim /etc/hosts
192.168.1.10 vm.example.com
7、ディスクドライブをダウンロードする
https://fedoraproject.org/wiki/Windows_Virtio_Drivers#Direct_download

#         scsi
8、Windows Grest-Toolのインストール
yum install ovirt-guest-tools-iso
#The above will install the ISO in /usr/share/ovirt-guest-tools-iso/. Copy it to wherever you need it
9、Ubuntu/opensuse Gust-Toolを取り付ける
# $REPOURL = http://download.opensuse.org/repositories/home:/evilissimo:/ubuntu:/16.04/xUbuntu_16.04/
# echo 'deb  $REPOURL /' >> /etc/apt/sources.list.d/ovirt-guest-agent.list
# wget $REPOURL/Release.key
# apt-key add - < Release.key  
# apt-get update
# apt-get install ovirt-guest-agent
# service ovirt-guest-agent start
10、Centos/Fedora Gust-Toolを取り付ける
# yum -y install epel-release
# yum -y install ovirt-guest-agent-common
# systemctl enable ovirt-guest-agent.service && systemctl start ovirt-guest-agent.service