<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dave Neary wrote:
<blockquote cite="mid:505CADA4.6080303@redhat.com" type="cite">Hi,
<br>
<br>
Additional information:
<br>
<br>
After removing and re-running engine-setup, I try once again to run
ovirt-engine. I get the following error in the logs:
<br>
==> /var/log/ovirt-engine/console.log <==
<br>
Error: Could not create the Java Virtual Machine.
<br>
Error: A fatal exception has occurred. Program will exit.
<br>
<br>
Nothing else, unfortunately, and I have no idea how to debug JBoss AS
to figure out what's going wrong.
<br>
<br>
Are there any requirements in terms of the JRE which aren't specified
in the quick start guide?
<br>
</blockquote>
<br>
@Dave,<br>
Don't know if you have the luxury of starting from scratch but to be
honest I have had problem with multple engin-setup/cleanup cycles and
had to start from scratch which was faster than figuring out what went
wrong. Those problems where with the pre-3.1 release. This is my
ovirt.repo which I guess will be same for you:<br>
<br>
<div class="moz-text-flowed"
style="font-family: -moz-fixed; font-size: 13px;" lang="x-western">[ovirt-stable]
<br>
name=Stable builds of the oVirt project
<br>
baseurl=<a class="moz-txt-link-freetext"
href="http://ovirt.org/releases/stable/rpm/Fedora/$releasever/">http://ovirt.org/releases/stable/rpm/Fedora/$releasever/</a>
<br>
enabled=1
<br>
skip_if_unavailable=1
<br>
gpgcheck=0
<br>
<br>
[ovirt-beta]
<br>
name=Beta builds of the oVirt project
<br>
baseurl=<a class="moz-txt-link-freetext"
href="http://ovirt.org/releases/beta/rpm/Fedora/$releasever/">http://ovirt.org/releases/beta/rpm/Fedora/$releasever/</a>
<br>
enabled=1
<br>
skip_if_unavailable=1
<br>
gpgcheck=0
<br>
<br>
[ovirt-nightly]
<br>
name=Nightly builds of the oVirt project
<br>
baseurl=<a class="moz-txt-link-freetext"
href="http://ovirt.org/releases/nightly/rpm/Fedora/$releasever/">http://ovirt.org/releases/nightly/rpm/Fedora/$releasever/</a>
<br>
enabled=0
<br>
skip_if_unavailable=1
<br>
gpgcheck=0
<br>
<br>
<br>
</div>
And the following is the first part of my history of my managment server<br>
<br>
<div class="moz-text-flowed"
style="font-family: -moz-fixed; font-size: 13px;" lang="x-western">
1 chkconfig sshd on
<br>
2 service sshd start
<br>
3 ifconfig
<br>
4 yum update --exclude=kernel*
<br>
5 uname -a
<br>
6 yum install -y firefox
<br>
7 yum install -y wget
<br>
8 yum install -y mc
<br>
9 yum install -y spice-xpi
<br>
10 init 6
<br>
11 system-config-network
<br>
12 cd <i class="moz-txt-slash"><span class="moz-txt-tag">/</span>etc/sysconfig/networking<span
class="moz-txt-tag">/</span></i>
<br>
13 ls
<br>
14 ls -l devices/
<br>
15 cat devices/ifcfg-em1
<br>
16 nano devices/ifcfg-em1
<br>
17 nano devices/ifcfg-p2p1
<br>
18 nano devices/ifcfg-p2p2
<br>
19 ls
<br>
20 ls devices/
<br>
21 chkconfig NetworkManager off
<br>
22 service NetworkManager stop
<br>
23 chkconfig network on
<br>
24 service network start
<br>
25 ifconfig
<br>
26 init 6
<br>
27 exit
<br>
28 ifconfig
<br>
29 ifconfig
<br>
30 yum localinstall <a class="moz-txt-link-freetext"
href="http://ovirt.org/releases/ovirt-release-fedora.noarch.rpm">http://ovirt.org/releases/ovirt-release-fedora.noarch.rpm</a>
<br>
31 nano /etc/yum.repos.d/ovirt.repo
<br>
32 yum install engine-setup -y
<br>
33 ifconfig
<br>
34 ifconfig
<br>
35 pwd
<br>
36 system-config-network
<br>
37 ifconfig
<br>
38 service network restart
<br>
39 ifconfig
<br>
40 init 6
<br>
41 exit
<br>
42 cat /proc/cpuinfo
<br>
43 dmesg | grep CZ100
<br>
44 yum install dmidecode
<br>
45 cat /proc/meminfo
<br>
46 dmidecode | less
<br>
47 dmidecode | grep CZ
<br>
48 ps
<br>
49 ps -ef
<br>
50 top
<br>
51 cat /etc/exports
<br>
52 nano /etc/exports
<br>
<br>
<br>
So all I did was follow the quick install and started of by getting
some things installed I like, stop NetworkManager en setup the network,
installed the ovirt.repo, entered my server in RT ;-) (dmidecode stuff)
and not shown because I probably did it in another console engine-setup.<br>
Both my engine server and the two hosts I run for testing are HP
Proliant ML110 and one DL3xx host. I had one migration problem because
the uuid in the ML110's is the same and then you can't migrate, error
is: migrating to same host, or something close to it.<br>
Base install is from Fedora 17 KDE live CD.<br>
<br>
Joop<br>
<br>
</div>
<br>
</body>
</html>