I apologize in advance if I'm responding to this thread inappropriately,
as I just subscribed to this mailing list in order to add to this
discussion topic. I'm not a developer, but I am interested in creating
clusters of stateless nodes using ovirt and hope to contribute in the
form of feedback and bug reports.
Fyodor Ustinov wrote:> Show you how to install oVirt in FC11/FC12? I acted on instructions
> http://ovirt.et.redhat.com/install-instructions.html, but there were
> problems with the versions of the module locale (requires 2.0.4 and
> installed 2.0.5).
I am also having difficulty installing ovirt using the current
instructions, though I believe I've gotten further than you have. After
multiple days of troubleshooting and reinstalling I finally managed to
get the web interface up at https://adminserver/ovirt, however it only
shows the Tasks section and the event "500 Internal Server Error"
appears over and over again.
To fix your locale module issue, see the gem commands in my list of
steps below.
Can someone help us get this working? Any help would be appreciated!
Here are the steps I performed in order to get this far. Is there an
easier way to install ovirt than this?> boot from Fedora-11-x86_64-DVD.iso and install Base system
> service NetworkManager stop
> chkconfig NetworkManager off
> chkconfig network on
> configure /etc/sysconfig/network-scripts/ifcfg-eth0 and ifcfg-eth1
> with static ip addresses
> add default gateway to /etc/sysconfig/network
> add search domains and nameservers to /etc/resolv.conf
> service network restart
> yum update
> edit /etc/selinux/config to set selinux to permissive
> yum install ovirt-server ovirt-server-installer livecd-tools
> gem install locale -v 2.0.4
> gem install locale_rails -v 2.0.4
> gem install gettext -v 2.0.4
> gem install gettext_rails -v 2.0.4
> gem install gettext_activerecord -v 2.0.4
> gem uninstall gettext_rails -v 2.1.0
> gem uninstall gettext_activerecord -v 2.1.0
> gem uninstall gettext -v 2.1.0
> gem uninstall locale_rails -v 2.0.5
> gem uninstall locale -v 2.0.5
> gem uninstall actionmailer -v 2.3.5
> gem uninstall actionpack -v 2.3.5
> gem uninstall activerecord -v 2.3.5
> gem uninstall activeresource -v 2.3.5
> gem uninstall activesupport -v 2.3.5
> wget
>
http://ovirt.org/repos/ovirt/11/x86_64/ovirt-node-image-1.0.2-1.fc11.x86_64.rpm
> wget
>
http://ovirt.org/repos/ovirt/11/x86_64/ovirt-node-image-pxe-1.0.2-1.fc11.x86_64.rpm
> rpm -ivh ovirt-node-image-1.0.2-1.fc11.x86_64.rpm
> rpm -ivh ovirt-node-image-pxe-1.0.2-1.fc11.x86_64.rpm
> ovirt-install (respond to the interactive prompts as the installation
> instructions suggest)
> yum install perl-Mozilla-LDAP mozldap-tools lm_sensors-devel
> net-snmp-devel openssl-devel
> rpm -ivh
>
http://kojipkgs.fedoraproject.org/packages/fedora-ds-base/1.2.0/4.fc11/x86_64/fedora-ds-base-1.2.0-4.fc11.x86_64.rpm
> ace -v -l logfile.txt install ovirt
> reboot
-Tom