<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: times new roman,new york,times,serif; font-size: 12pt; color: #000000'>Hi,<br><br>Maybe this will help. I create a note, how remove and install a new installation on RHEVM 3.1:<br><br>Remove / Uninstall RHEVM &amp; VDSM (clear old installation)<br><br>#### Manager: #### <br><br>rhevm-cleanup<br>yum -y remove rhevm* vdsm-bootstrap<br><br>rm -rf /var/log/ovirt-engine/engine*<br>rm -rf /var/log/ovirt-engine/server*<br>rm -rf /tmp/*<br><br>yum clean all<br><br>*** Clean PostgresSQL ***<br>psql -U postgres -l<br>dropdb -U postgres engine_2012_06_26_10_20_21<br>psql -U postgres -l<br><br><br><br>#### Host #### <br><br>service vdsmd stop<br># service libvirtd stop<br>initctl stop libvirtd<br>service libvirtd status<br># initctl status libvirtd<br><br>### yum remove libvirt* vdsm* qemu* sanlock*<br>yum -y remove *vdsm* *libvirt* *qemu* *sanlock* jpackage* vdsm-python*<br>rm -rf /etc/libvirt/DC-04<br>rm -rf /var/lib/libvirt/<br>rm -rf /var/log/vdsm/<br>## rm -rf /var/log/vdsm/vdsm.log*<br>## rm -rf /var/log/vdsm/libvirt.log*<br>rm -rf /tmp/*<br><br>yum clean all<br># yum makecache<br><br>### Disconnect all iSCSI sessions:<br>iscsiadm -m session<br>iscsiadm -m session -u<br>iscsiadm -m node<br>iscsiadm -m node -o delete<br>iscsiadm -m session<br>iscsiadm -m node<br><br>### umount PosixFS<br>ls -l /rhev/data-center/mnt/10.35.97.44\:_vol1_<br>umount /rhev/data-center/mnt/10.35.97.44\:_vol1_<br><br><hr id="zwchr"><blockquote style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>From: </b>"Andres Gonzalez" &lt;tuchoz@gmail.com&gt;<br><b>To: </b>"Dave Neary" &lt;dneary@redhat.com&gt;<br><b>Cc: </b>users@ovirt.org<br><b>Sent: </b>Wednesday, October 17, 2012 10:23:12 PM<br><b>Subject: </b>Re: [Users] [oVirt 3.1] reinstallation<br><br><div class="gmail_quote">On Sat, Oct 13, 2012 at 6:39 AM, Dave Neary <span dir="ltr">&lt;<a href="mailto:dneary@redhat.com" target="_blank">dneary@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<div class="im"><br>
<br>
On 10/11/2012 03:52 AM, Andres Gonzalez wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm trying to reinstall but when I execute: engine-cleanup I get the<br>
following errors:<br>
</blockquote>
<br></div>
&lt;snip&gt;<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Stopping ovirt-engine service... &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[ ERROR ]<br>
<br>
Error: Couldn't connect to the database server.Check that connection is<br>
working and rerun the cleanup utility<br>
Error: Cleanup failed.<br>
please check log at<br>
/var/log/ovirt-engine/engine-<u></u>cleanup_2012_10_10_23_38_30.<u></u>log<br>
</blockquote>
<br></div>
I had the same issue and found out what the problem was by looking in the oVirt start-up logs - the issue was that the database was not starting, because of an operating system setting (which I documented in <a href="http://wiki.ovirt.org/wiki/Troubleshooting" target="_blank">http://wiki.ovirt.org/wiki/<u></u>Troubleshooting</a> in the section "I am having trouble connecting to the database. In the system log, I get the following message from Postgres").<br>

<br>
The issue is that SHMMAX is set low on Fedora 17 by default, and you need to increase it.<br>
<br>
Let me know if this is the problem, or whether this is a different issue for you.<br>
<br>
Thanks,<br>
Dave.<span class="HOEnZb"><font color="#888888"><br><br></font></span></blockquote><div><br></div><div>Hi Dave,&nbsp;</div><div><br></div><div>I changed the values according to the wiki but stills happens the same error.</div>
<div><br></div><div>Regards.</div><div>Andres</div><div>&nbsp;</div></div><br><br clear="all"><div><br></div>-- <br>AGD<br>
<br>_______________________________________________<br>Users mailing list<br>Users@ovirt.org<br>http://lists.ovirt.org/mailman/listinfo/users<br></blockquote><br><br><br>-- <br><div><span name="x"></span><br>Have a nice day ☺☻☺☻☺!<br>Thank you and best regards<br><br>Vladimir Vyazmin<br>Mobile: &nbsp;+972 (0) 50 277 2707<br>Phone: &nbsp; +972 (0) 9 769 2346<br>Email: &nbsp; vvyazmin@redhat.com<span name="x"></span><br></div></div></body></html>