[Users] intallation problems
Peter Lerche
peter at easyspeedy.com
Wed Dec 4 02:49:13 EST 2013
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.
Prep the OS Centos 6 64bit
make sure that it is permitted to login as root
# nano /etc/ssh/sshd_config
set: PermitRootLogin yes
to verify the correct hostname run:
# hostname
if the hostname is wrong set it via:
# system-config-network
make sure that the /root/.ssh has the correct rights.
# chmod 700 /root/.ssh
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"
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
_____________________________________________________
----- Original Message -----
> During the All-In-One plugin i get an error :
> http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-6/x86_64/repodata/f23900ffcdcd2712670207635f1fbb0b27407f78591ccbaa313501d53b2c4cb2-filelists.sqlite.bz2:
> [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 at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20131204/b9723ddf/attachment.html>
More information about the Users
mailing list