<!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>
==&gt; /var/log/ovirt-engine/console.log &lt;==
  <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">&nbsp;&nbsp;&nbsp;
1&nbsp; chkconfig sshd on
<br>
&nbsp;&nbsp;&nbsp; 2&nbsp; service sshd start
<br>
&nbsp;&nbsp;&nbsp; 3&nbsp; ifconfig
<br>
&nbsp;&nbsp;&nbsp; 4&nbsp; yum update --exclude=kernel*
<br>
&nbsp;&nbsp;&nbsp; 5&nbsp; uname -a
<br>
&nbsp;&nbsp;&nbsp; 6&nbsp; yum install -y firefox
<br>
&nbsp;&nbsp;&nbsp; 7&nbsp; yum install -y wget
<br>
&nbsp;&nbsp;&nbsp; 8&nbsp; yum install -y mc
<br>
&nbsp;&nbsp;&nbsp; 9&nbsp; yum install -y spice-xpi
<br>
&nbsp;&nbsp; 10&nbsp; init 6
<br>
&nbsp;&nbsp; 11&nbsp; system-config-network
<br>
&nbsp;&nbsp; 12&nbsp; cd <i class="moz-txt-slash"><span class="moz-txt-tag">/</span>etc/sysconfig/networking<span
 class="moz-txt-tag">/</span></i>
<br>
&nbsp;&nbsp; 13&nbsp; ls
<br>
&nbsp;&nbsp; 14&nbsp; ls -l devices/
<br>
&nbsp;&nbsp; 15&nbsp; cat devices/ifcfg-em1
<br>
&nbsp;&nbsp; 16&nbsp; nano devices/ifcfg-em1
<br>
&nbsp;&nbsp; 17&nbsp; nano devices/ifcfg-p2p1
<br>
&nbsp;&nbsp; 18&nbsp; nano devices/ifcfg-p2p2
<br>
&nbsp;&nbsp; 19&nbsp; ls
<br>
&nbsp;&nbsp; 20&nbsp; ls devices/
<br>
&nbsp;&nbsp; 21&nbsp; chkconfig NetworkManager off
<br>
&nbsp;&nbsp; 22&nbsp; service NetworkManager stop
<br>
&nbsp;&nbsp; 23&nbsp; chkconfig network on
<br>
&nbsp;&nbsp; 24&nbsp; service network start
<br>
&nbsp;&nbsp; 25&nbsp; ifconfig
<br>
&nbsp;&nbsp; 26&nbsp; init 6
<br>
&nbsp;&nbsp; 27&nbsp; exit
<br>
&nbsp;&nbsp; 28&nbsp; ifconfig
<br>
&nbsp;&nbsp; 29&nbsp; ifconfig
<br>
&nbsp;&nbsp; 30&nbsp; 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>
&nbsp;&nbsp; 31&nbsp; nano /etc/yum.repos.d/ovirt.repo
<br>
&nbsp;&nbsp; 32&nbsp; yum install engine-setup -y
<br>
&nbsp;&nbsp; 33&nbsp; ifconfig
<br>
&nbsp;&nbsp; 34&nbsp; ifconfig
<br>
&nbsp;&nbsp; 35&nbsp; pwd
<br>
&nbsp;&nbsp; 36&nbsp; system-config-network
<br>
&nbsp;&nbsp; 37&nbsp; ifconfig
<br>
&nbsp;&nbsp; 38&nbsp; service network restart
<br>
&nbsp;&nbsp; 39&nbsp; ifconfig
<br>
&nbsp;&nbsp; 40&nbsp; init 6
<br>
&nbsp;&nbsp; 41&nbsp; exit
<br>
&nbsp;&nbsp; 42&nbsp; cat /proc/cpuinfo
<br>
&nbsp;&nbsp; 43&nbsp; dmesg | grep CZ100
<br>
&nbsp;&nbsp; 44&nbsp; yum install dmidecode
<br>
&nbsp;&nbsp; 45&nbsp; cat /proc/meminfo
<br>
&nbsp;&nbsp; 46&nbsp; dmidecode | less
<br>
&nbsp;&nbsp; 47&nbsp; dmidecode | grep CZ
<br>
&nbsp;&nbsp; 48&nbsp; ps
<br>
&nbsp;&nbsp; 49&nbsp; ps -ef
<br>
&nbsp;&nbsp; 50&nbsp; top
<br>
&nbsp;&nbsp; 51&nbsp; cat /etc/exports
<br>
&nbsp;&nbsp; 52&nbsp; 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>