Ovirt: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 10: | Zeile 10: | ||
=Optionally install the All-In-One plugin if you want to host VMs on your Engine Host= | =Optionally install the All-In-One plugin if you want to host VMs on your Engine Host= | ||
*sudo yum install -y ovirt-engine-setup-plugin-allinone | *sudo yum install -y ovirt-engine-setup-plugin-allinone | ||
| + | =data partition= | ||
| + | *mkdir /var/lib/images | ||
| + | *echo /dev/sda3 /var/lib/images ext4 defaults 0 0 >> /etc/fstab | ||
| + | |||
=Set up oVirt Engine.= | =Set up oVirt Engine.= | ||
*sudo engine-setup | *sudo engine-setup | ||
| + | ;Important for all-in-one | ||
| + | *Configure VDSM on this host? (Yes, No) [No]: Yes | ||
| + | *Local storage domain path [/var/lib/images-20150316153420]: /var/lib/images | ||
| + | |||
=install host= | =install host= | ||
*http://www.ovirt.org/Quick_Start_Guide#Install_Hosts | *http://www.ovirt.org/Quick_Start_Guide#Install_Hosts | ||
Version vom 16. März 2015, 14:38 Uhr
installation
!we use centos 7.0
Importing keys Automatically
Add the official oVirt repository
- yum localinstall http://resources.ovirt.org/pub/yum-repo/ovirt-release35.rpm
Install oVirt Engine.
- sudo yum install -y ovirt-engine
Optionally install the All-In-One plugin if you want to host VMs on your Engine Host
- sudo yum install -y ovirt-engine-setup-plugin-allinone
data partition
- mkdir /var/lib/images
- echo /dev/sda3 /var/lib/images ext4 defaults 0 0 >> /etc/fstab
Set up oVirt Engine.
- sudo engine-setup
- Important for all-in-one
- Configure VDSM on this host? (Yes, No) [No]: Yes
- Local storage domain path [/var/lib/images-20150316153420]: /var/lib/images