
----- Original Message -----
From: "Peter Lerche" <peter@easyspeedy.com> To: "Dimitriy Groisman" <dg@netpch.com> Cc: users@ovirt.org Sent: Wednesday, December 4, 2013 9:49:13 AM Subject: Re: [Users] intallation problems
Hi,
I have been fighting for days with the all-in-one installation but came up with this solution after getting super help from oVirt team on this list.
Thank you for not giving up!
Prep the OS Centos 6 64bit
make sure that it is permitted to login as root # nano /etc/ssh/sshd_config set: PermitRootLogin yes
Added a check[1], BTW: you can use without-password which is safer.
to verify the correct hostname run: # hostname if the hostname is wrong set it via: # system-config-network
This should have been OK you should have get an error, can you please elaborate what the problem was?
make sure that the /root/.ssh has the correct rights. # chmod 700 /root/.ssh
Fixed at[1]
check that the "locale" is set to handle UTF-8 # echo $LANG if the output does not contain "UTF-8" in text string change the "locale" config (Java needs UTF-8 encoding) # nano /etc/sysconfig/i18n set: LANG="en_US.UTF-8"
Fixed at [2] [1] http://gerrit.ovirt.org/#/c/21874/ [2] http://gerrit.ovirt.org/#/c/21852/
Run reboot to make sure that it all work. (it is not enough to reload the network - I do not know why) # reboot
Start installing oVirt
# yum localinstall -y http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm # yum localinstall –y http://resources.ovirt.org/releases/ovirt-release-el.noarch.rpm # yum update -y you need to clean the cache otherwise you will get an http 404 error for some libs. # yum clean all
# yum install -y ovirt-engine-setup-plugin-allinone # engine-setup
DONE.
-- Best regards
Peter Lerche
EasySpeedy ApS 377, Diplomvej Scion-DTU Science Park DK-2800, Kgs. Lyngby Denmark Phone: +45 4594 1401
http://EasySpeedy.com _____________________________________________________ European Quality Unmanaged Server Hosting Permanent KVMoIP included in all dedicated servers Network and Power Uptime - 99,98% Since 16 Jan 2006 Follow us on Twitter - https://twitter.com/easyspeedy _____________________________________________________
During the All-In-One plugin i get an error :
http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-6/x8...: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found" Trying other mirror. Error: failure: repodata/f23900ffcdcd2712670207635f1fbb0b27407f78591ccbaa313501d53b2c4cb2-filelists.sqlite.bz2 from glusterfs-epel: [Errno 256] No more mirrors to try.
is there a workaround this problem?
Thank you.
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users