Difference between revisions of "Ovirt CentOS 7"

From Michael's Information Zone
Jump to navigation Jump to search
Line 1: Line 1:
 
==Installing Ovirt 41==
 
==Installing Ovirt 41==
 
WIP
 
WIP
 +
<br>
 +
<ref>https://www.ovirt.org/documentation/admin-guide/chap-Storage/</ref>Since this is a hosted engine install, we need to have the storage up and runnning first. In this case we needed to configure a remote NFS server to host the data.
 +
<pre>
 +
mkdir -p /exports/data
 +
groupadd kvm -g 36
 +
useradd vdsm -u 36 -g 36
 +
chown -R 36:36 /exports/data
 +
</pre>
 
<br>
 
<br>
 
After base installation of CentOS 7
 
After base installation of CentOS 7

Revision as of 11:27, 3 July 2017

Installing Ovirt 41

WIP
[1]Since this is a hosted engine install, we need to have the storage up and runnning first. In this case we needed to configure a remote NFS server to host the data.

mkdir -p /exports/data
groupadd kvm -g 36
useradd vdsm -u 36 -g 36
chown -R 36:36 /exports/data


After base installation of CentOS 7

yum install epel-release
yum update -y
reboot
yum install -y http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm
yum install -y ovirt-hosted-engine-setup
hosted-engine --deploy