<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="GENERATOR" content="GtkHTML/4.4.4">
</head>
<body>
ons 2013-07-31 klockan 15:11 -0400 skrev Alon Bar-Lev:
<blockquote type="CITE">
<pre>

----- Original Message -----
&gt; From: &quot;Karli Sjöberg&quot; &lt;<a href="mailto:Karli.Sjoberg@slu.se">Karli.Sjoberg@slu.se</a>&gt;
&gt; To: &quot;Alex Lourie&quot; &lt;<a href="mailto:alourie@redhat.com">alourie@redhat.com</a>&gt;
&gt; Cc: <a href="mailto:users@ovirt.org">users@ovirt.org</a>
&gt; Sent: Wednesday, July 31, 2013 5:10:24 PM
&gt; Subject: Re: [Users] Fedora upgrading from 3.1 to 3.2
&gt; 
&gt; Hey!
&gt; 
&gt; Big news for me, I´ve managed to upgrade to 3.2, but sadly, now I can´t get
&gt; it to log in with admin@internal :( This is how I managed it:
&gt; 
&gt; (After Fedora is up to 18)
&gt; - Erase all of the 3.1-packages
&gt; - Install the new 3.2-packages
&gt; - Have to go about the dbase upgrade like this:
&gt; # psql -U postgres engine
&gt; $ ALTER FUNCTION uuid_generate_v1() OWNER TO engine;
&gt; Or the upgrade won´t work. After that it´s possible to:
&gt; # cd /usr/share/ovirt-engine/dbscripts
&gt; # ./upgrade.sh -s localhost -p 5432 -u engine -d engine
&gt; (lots of output)
&gt; # engine-cleanup --dont-drop- db (not dbase)
&gt; 
&gt; - Had to make modifications to &quot;/usr/bin/engine-setup&quot; too:
&gt; @@ -1142,8 &#43;1142,8 @@
&gt; # Run db backup
&gt; utils.backupDB(
&gt; db=basedefs.DB_NAME,
&gt; - backup_file=dbBackupFile,
&gt; - env=utils.getPgPassEnv(),
&gt; &#43; backupFile=dbBackupFile,
&gt; &#43; #env=utils.getPgPassEnv(),
&gt; user=getDbUser(),
&gt; host=getDbHostName(),
&gt; port=getDbPort(),
&gt; 
&gt; An apparent spelling error and an oversight maybe, the &quot;backupDB&quot;-function in
&gt; &quot;common-utils.py&quot; doesn´t expect a &quot;env&quot;-variable so I just uncommented it.
&gt; After that it was OK to:
&gt; # engine-setup
&gt; 
&gt; No errors. However I was unable to log in so I did:
&gt; # systemctl restart ovirt-engine; tail -f /var/log/ovirt-engine/engine.log |
&gt; tee /tmp/engine_start.log
&gt; 
&gt; Where I was able to see stuff like:
&gt; &quot;2013-07-31 15:19:13,300 ERROR
&gt; [org.ovirt.engine.core.utils.crypt.EncryptionUtils] (MSC service thread 1-8)
&gt; Can't load keystore from file &quot;/keys/engine.p12&quot;. FileNotFoundException:
&gt; keys/engine.p12 (No such file or directory)&quot;

Yes.
There was a bug in tools which ignored the CABaseDirectory option.
Please execute the following within engine database:

update vdc_options set option_value = '/etc/pki/ovirt-engine/keys/engine.p12' where option_name = 'keystoreUrl';
update vdc_options set option_value = '/etc/pki/ovirt-engine/certs/engine.cer' where option_name = 'CertificateFileName';
update vdc_options set option_value = '/etc/pki/ovirt-engine/.truststore' where option_name = 'TruststoreUrl';
</pre>
</blockquote>
<br>
OK, done, thanks! Now I just get this printed over and over:<br>
2013-08-01 09:09:04,929 ERROR [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-3) Error in getting DB connection. The database is inaccessible. Original exception is: DataAccessResourceFailureException: Error retreiving database metadata; nested exception
 is org.springframework.jdbc.support.MetaDataAccessException: Could not get Connection for extracting meta data; nested exception is org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException:
 javax.resource.ResourceException: IJ000453: Unable to get managed connection for java:/ENGINEDataSource<br>
<br>
What now?<br>
<br>
<blockquote type="CITE">
<pre>


&gt; 
&gt; Although the file does exist (freshly created during &quot;engine-setup&quot;) and is
&gt; located exactly where it should be, in &quot;/etc/pki/ovirt-engine/keys&quot;.
&gt; 
&gt; Files attached.
&gt; 
&gt; Any ideas?
&gt; 
&gt; /Karli
&gt; 
&gt; tor 2013-07-18 klockan 10:02 &#43;0000 skrev Karli Sjöberg:
&gt; 
&gt; 
&gt; Hi Alex,
&gt; 
&gt; since I´m on vacation I haven´t been as active as I usually am, but I haven´t
&gt; stopped working. Good to hear about the certificates, and about
&gt; &quot;--dont-drop-database&quot;. I´m going to contact one of my co-workers and have
&gt; him try the folowing scenario:
&gt; 
&gt; 1) Have a working F17/3.1 system up and running
&gt; 2) Use &quot;fedora-upgrade&quot; up to F18
&gt; 3) &quot;yum erase&quot; all oVirt-packages
&gt; 4) Install the latest 3.2-packages
&gt; 5) Execute:
&gt; # cd /usr/share/ovirt-engine/dbscripts
&gt; # ./upgrade.sh -s localhost -p 5432 -u engine -d engine
&gt; # engine-cleanup --dont-drop-database
&gt; 6) &quot;engine-setup&quot;
&gt; 
&gt; And see how that goes. First I´m thinking about testing with a &quot;clean&quot;, just
&gt; installed engine with essentially nothing in it. And if the procedure proves
&gt; successful, try again from the start but with an engine that has Hosts,
&gt; Storage, VMs and so on added into it.
&gt; 
&gt; /Karli
&gt; 
&gt; ________________________________________
&gt; Från: Alex Lourie [ <a href="mailto:alourie@redhat.com">alourie@redhat.com</a> ]
&gt; Skickat: den 14 juli 2013 13:42
&gt; Till: Karli Sjöberg
&gt; Cc: <a href="mailto:users@ovirt.org">users@ovirt.org</a> Ämne: Re: [Users] Fedora upgrading from 3.1 to 3.2
&gt; 
&gt; Hi Karli
&gt; 
&gt; It's been awhile since we heard from you. Would you mind updating us on your
&gt; status?
&gt; 
&gt; Thanks
&gt; 
&gt; --
&gt; 
&gt; Best regards,
&gt; 
&gt; Alex Lourie
&gt; Software Developer in Integration
&gt; Red Hat
&gt; 
&gt; 
&gt; ----- Original Message -----
&gt; &gt; From: &quot;Alex Lourie&quot; &lt; <a href="mailto:alourie@redhat.com">alourie@redhat.com</a> &gt;
&gt; &gt; To: &quot;Karli Sjöberg&quot; &lt; <a href="mailto:Karli.Sjoberg@slu.se">Karli.Sjoberg@slu.se</a> &gt;
&gt; &gt; Cc: <a href="mailto:users@ovirt.org">users@ovirt.org</a> &gt; Sent: Wednesday, July 10, 2013 7:16:02 PM
&gt; &gt; Subject: Re: [Users] Fedora upgrading from 3.1 to 3.2
&gt; &gt;
&gt; &gt; Hi Karli
&gt; &gt;
&gt; &gt; 'Restore' certificates basically means taking the backup of
&gt; &gt; /etc/pki/ovirt-engine/certs and /keys and restoring them into 3.2 after
&gt; &gt; installation.
&gt; &gt;
&gt; &gt; --dont-drop-database will do exactly that - leave DB intact; that can be
&gt; &gt; for
&gt; &gt; your benefit in some cases.
&gt; &gt;
&gt; &gt; I'll be happy to hear on your progress.
&gt; &gt;
&gt; &gt; --
&gt; &gt;
&gt; &gt; Best regards,
&gt; &gt;
&gt; &gt; Alex Lourie
&gt; &gt; Software Developer in Integration
&gt; &gt; Red Hat
&gt; &gt;
&gt; &gt;
&gt; &gt; ----- Original Message -----
&gt; &gt; &gt; From: &quot;Karli Sjöberg&quot; &lt; <a href="mailto:Karli.Sjoberg@slu.se">Karli.Sjoberg@slu.se</a> &gt;
&gt; &gt; &gt; To: &quot;Alex Lourie&quot; &lt; <a href="mailto:alourie@redhat.com">alourie@redhat.com</a> &gt;
&gt; &gt; &gt; Cc: <a href="mailto:users@ovirt.org">users@ovirt.org</a> &gt; &gt; Sent: Friday, July 5, 2013 8:34:22 PM
&gt; &gt; &gt; Subject: SV: [Users] Fedora upgrading from 3.1 to 3.2
&gt; &gt; &gt;
&gt; &gt; &gt; Hi Alex,
&gt; &gt; &gt;
&gt; &gt; &gt; crappy MS webmail that can´t figure out indents while on vacation, just
&gt; &gt; &gt; FYI.
&gt; &gt; &gt; Yes, progress is always good:) I would like to have some pointers about
&gt; &gt; &gt; nr.
&gt; &gt; &gt; 4: Restore certificates. Then I can ask one of my co-workers to test the
&gt; &gt; &gt; procedure and report back. So, restore certs; How to?
&gt; &gt; &gt;
&gt; &gt; &gt; Or! I saw in another thread there was a &quot;engine-cleanup
&gt; &gt; &gt; --dont-drop-dbase&quot;
&gt; &gt; &gt; something or other... Is there an equivalent for &quot;engine-setup&quot;, like
&gt; &gt; &gt; &quot;--dont-touch-dbase&quot;? Or &quot;engine-cleanup --dbase-something&quot; and then
&gt; &gt; &gt; &quot;engine-setup&quot; again, and it´ll just play nice with the dbase that´s
&gt; &gt; &gt; still
&gt; &gt; &gt; there perhaps?
&gt; &gt; &gt;
&gt; &gt; &gt; /Karli
&gt; &gt; &gt;
&gt; &gt; &gt; ________________________________________
&gt; &gt; &gt; Från: Alex Lourie [ <a href="mailto:alourie@redhat.com">alourie@redhat.com</a> ]
&gt; &gt; &gt; Skickat: den 30 juni 2013 17:29
&gt; &gt; &gt; Till: Karli Sjöberg
&gt; &gt; &gt; Cc: <a href="mailto:users@ovirt.org">users@ovirt.org</a> &gt; &gt; Ämne: Re: [Users] Fedora upgrading from 3.1 to
&gt; &gt; &gt; 3.2
&gt; &gt; &gt;
&gt; &gt; &gt; Hi Karli
&gt; &gt; &gt;
&gt; &gt; &gt; On Wed, Jun 26, 2013 at 5:28 PM, Karli Sjöberg &lt; <a href="mailto:Karli.Sjoberg@slu.se">Karli.Sjoberg@slu.se</a> &gt;
&gt; &gt; &gt; wrote:
&gt; &gt; &gt; &gt; Update!
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; I have actually made some headway, I managed to get it passed the
&gt; &gt; &gt; &gt; database upgrade! As I was looking at the log, I drilled down into
&gt; &gt; &gt; &gt; the engine-upgrade script at looked at what it was trying to do,
&gt; &gt; &gt; &gt; which was a pythonic way of doing:
&gt; &gt; &gt; &gt; # cd /usr/share/ovirt-engine/dbscripts
&gt; &gt; &gt; &gt; # ./upgrade.sh -s localhost -p 5432 -u engine -d engine
&gt; &gt; &gt; &gt;
&gt; &gt; &gt;
&gt; &gt; &gt; Nice progress!
&gt; &gt; &gt;
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; So I first reinstalled everything (I´ve stopped counting) and an
&gt; &gt; &gt; &gt; hour later I was back at just before doing engine-upgrade again. What
&gt; &gt; &gt; &gt; I did then was to upgrade ovirt-engine-dbscripts first and ran the
&gt; &gt; &gt; &gt; upgrade.sh script manually (which went by smoothly, output also
&gt; &gt; &gt; &gt; attached), downgraded all of the ovirt packages back to 3.1.0-4
&gt; &gt; &gt; &gt; (because engine-upgrade didn´t think there was any updating to act
&gt; &gt; &gt; &gt; upon otherwise), then updated ovirt-engine-setup to 3.2.2, lastly ran
&gt; &gt; &gt; &gt; engine-upgrade. That made it pass the database upgrade, yeay! But!
&gt; &gt; &gt; &gt; Now it stopped at doing the CA instead... Log is attached.
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; What I find strange is the last line of output from the upgrade.sh:
&gt; &gt; &gt; &gt; ...
&gt; &gt; &gt; &gt; Refreshing materialized views...
&gt; &gt; &gt; &gt; Done.
&gt; &gt; &gt; &gt; /usr/share/ovirt-engine/dbscripts
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; Where the last lines of upgrade.sh are like:
&gt; &gt; &gt; &gt; ...
&gt; &gt; &gt; &gt; run_upgrade_files
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; ret=$?
&gt; &gt; &gt; &gt; printf &quot;Done.\n&quot;
&gt; &gt; &gt; &gt; exit $ret
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; And I looked through run_upgrade_files and couldn´t figure out why
&gt; &gt; &gt; &gt; that function would exit with &quot;/usr/share/ovirt-engine/dbscripts&quot;? No
&gt; &gt; &gt; &gt; that doesn´t quite add up. Something just doesn´t smell right but I
&gt; &gt; &gt; &gt; haven´t figured it out what it is yet,
&gt; &gt; &gt; &gt;
&gt; &gt; &gt;
&gt; &gt; &gt; I think it is the output from another script that runs the upgrade.sh
&gt; &gt; &gt; script. There's a pushd/popd action used in sh scripts to change
&gt; &gt; &gt; working folder and then get back to the original one. I think that this
&gt; &gt; &gt; is what you see here.
&gt; &gt; &gt;
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; About the second error, with handling the CA, it seems like it´s
&gt; &gt; &gt; &gt; having trouble connecting to the database after it´s upgrade, but
&gt; &gt; &gt; &gt; since the upgrade itself went by OK, I did engine-cleanup,
&gt; &gt; &gt; &gt; engine-setup, stopped engine, restored the database and started
&gt; &gt; &gt; &gt; engine again, and it worked. Which should point more to something
&gt; &gt; &gt; &gt; like a configuration being missed, or improperly handled at the
&gt; &gt; &gt; &gt; upgrade that makes engine-config fail to connect.
&gt; &gt; &gt;
&gt; &gt; &gt; Could be; but the fact that reimport of the DB worked is a very good
&gt; &gt; &gt; sign.
&gt; &gt; &gt;
&gt; &gt; &gt; &gt; Maybe some old configurations lying around that shouldn´t be, that
&gt; &gt; &gt; &gt; hinders it, I don´t know. Is there anything handling configuration
&gt; &gt; &gt; &gt; changes, like &quot;rpmconf -a&quot; in the upgrade process, after updating the
&gt; &gt; &gt; &gt; rpms?
&gt; &gt; &gt; &gt;
&gt; &gt; &gt;
&gt; &gt; &gt; No, we do not have rpmconf in ovirt.
&gt; &gt; &gt;
&gt; &gt; &gt; Now, if you have a working engine, that's good. Remember though that
&gt; &gt; &gt; you started with clean DB. When DB has entries, the upgrade.sh run may
&gt; &gt; &gt; not be as fluent as it was before. But, if it works, I guess you could
&gt; &gt; &gt; use the same strategy for upgrading the complete working environment:
&gt; &gt; &gt;
&gt; &gt; &gt; 1. Backup DB and certificates
&gt; &gt; &gt; 2. Upgrade DB in a stand-alone mode and save it aside.
&gt; &gt; &gt; 3. Install 3.2, restore the engine DB from upgraded backup.
&gt; &gt; &gt; 4. Restore certificates.
&gt; &gt; &gt; 5. Start the engine.
&gt; &gt; &gt; 6. Enjoy?
&gt; &gt; &gt;
&gt; &gt; &gt; Let me know what your status is.
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; /Karli
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; ons 2013-06-26 klockan 13:33 &#43;0000 skrev Karli Sjöberg:
&gt; &gt; &gt; &gt;&gt; tis 2013-06-25 klockan 16:02 &#43;0003 skrev Alex Lourie: &#127;
&gt; &gt; &gt; &gt;&gt;&gt; On Tue, Jun 25, 2013 at 5:03 PM, Karli Sjöberg
&gt; &gt; &gt; &gt;&gt;&gt; &lt; <a href="mailto:Karli.Sjoberg@slu.se">Karli.Sjoberg@slu.se</a> &gt;
&gt; &gt; &gt; &gt;&gt;&gt; wrote:
&gt; &gt; &gt; &gt;&gt;&gt; &gt; tis 2013-06-25 klockan 15:35 &#43;0200 skrev Gianluca Cecchi: &#127;On
&gt; &gt; &gt; &gt;&gt;&gt; Tue,
&gt; &gt; &gt; &gt;&gt;&gt; &gt; Jun 25, 2013 at 2:58 PM, Karli Sjöberg wrote:
&gt; &gt; &gt; &gt;&gt;&gt; &gt;  &#127;&#127;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;&gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;&gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;  &#127;&#127;Yes, I had much better success following that article, and
&gt; &gt; &gt; &gt;&gt;&gt; managed
&gt; &gt; &gt; &gt;&gt;&gt; &gt; to upgrade fedora to 18, had to tune my kernel parameters a
&gt; &gt; &gt; &gt;&gt;&gt; little
&gt; &gt; &gt; &gt;&gt;&gt; &gt; for the postgres upgrade to work, but then engine-upgrade fails
&gt; &gt; &gt; &gt;&gt;&gt; just
&gt; &gt; &gt; &gt;&gt;&gt; &gt; as it did the last time we tried. The log is attached. Hoping to
&gt; &gt; &gt; &gt;&gt;&gt; hear
&gt; &gt; &gt; &gt;&gt;&gt; &gt; back from you soon with ideas on what to try next.
&gt; &gt; &gt; &gt;&gt;&gt; &gt;  &#127;&#127;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;&gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;&gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;&gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;  &#127;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;  &#127;But now the error seems different from the original one in
&gt; &gt; &gt; &gt;&gt;&gt; March
&gt; &gt; &gt; &gt;&gt;&gt; &gt; (if I remember correctly the original post).
&gt; &gt; &gt; &gt;&gt;&gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt; They are quite the same:
&gt; &gt; &gt; &gt;&gt;&gt; &gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt; Then
&gt; &gt; &gt; &gt;&gt;&gt; &gt; psql:drop_old_uuid_functions.sql:25: ERROR:  cannot drop
&gt; &gt; &gt; &gt;&gt;&gt; function
&gt; &gt; &gt; &gt;&gt;&gt; &gt; uuid_nil() because extension uuid-ossp requires it
&gt; &gt; &gt; &gt;&gt;&gt; &gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt; Now
&gt; &gt; &gt; &gt;&gt;&gt; &gt; 2013-06-25 14:52:16::DEBUG::common_utils::473::root:: stderr =
&gt; &gt; &gt; &gt;&gt;&gt; &gt; psql:drop_old_uuid_functions.sql:25: ERROR:  cannot drop
&gt; &gt; &gt; &gt;&gt;&gt; function
&gt; &gt; &gt; &gt;&gt;&gt; &gt; uuid_nil() because extension uuid-ossp requires it
&gt; &gt; &gt; &gt;&gt;&gt; &gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;&gt; Could it be somehow related with this rhev one bug:
&gt; &gt; &gt; &gt;&gt;&gt; &gt;  &#127; <a href="https://bugzilla.redhat.com/show_bug.cgi?id=923614">https://bugzilla.redhat.com/show_bug.cgi?id=923614</a> &gt; &gt; &gt;&gt;&gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;  &#127;and that changing permissions for the impacted objects in db
&gt; &gt; &gt; &gt;&gt;&gt; before
&gt; &gt; &gt; &gt;&gt;&gt; &gt; running upgrade could help?
&gt; &gt; &gt; &gt;&gt;&gt;
&gt; &gt; &gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt; I have now tried that and it did no change in success there
&gt; &gt; &gt; &gt;&gt; unfortunately, so it´s probably not anything permissions related in
&gt; &gt; &gt; &gt;&gt; the database.
&gt; &gt; &gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt; dbmodify:
&gt; &gt; &gt; &gt;&gt; #!/bin/sh
&gt; &gt; &gt; &gt;&gt; export PGPASSFILE=/root/.pgpass
&gt; &gt; &gt; &gt;&gt; for tbl in `psql -U postgres -wqAt -c &quot;select tablename from
&gt; &gt; &gt; &gt;&gt; pg_tables where schemaname = 'public';&quot; engine` ; do  psql -U
&gt; &gt; &gt; &gt;&gt; postgres -c &quot;alter table $tbl owner to engine&quot; engine ; done
&gt; &gt; &gt; &gt;&gt; for tbl in `psql -U postgres -wqAt -c &quot;select sequence_name from
&gt; &gt; &gt; &gt;&gt; information_schema.sequences where sequence_schema = 'public';&quot;
&gt; &gt; &gt; &gt;&gt; engine`; do  psql -U postgres -c &quot;alter table $tbl owner to engine&quot;
&gt; &gt; &gt; &gt;&gt; engine ; done
&gt; &gt; &gt; &gt;&gt; for tbl in `psql -U postgres -wqAt -c &quot;select table_name from
&gt; &gt; &gt; &gt;&gt; information_schema.views where table_schema = 'public';&quot; engine` ;
&gt; &gt; &gt; &gt;&gt; do psql -U postgres -c &quot;alter table $tbl owner to engine&quot; engine ;
&gt; &gt; &gt; &gt;&gt; done
&gt; &gt; &gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt; # yum update -y ovirt-engine-setup
&gt; &gt; &gt; &gt;&gt; # ./dbmodify
&gt; &gt; &gt; &gt;&gt; # engine-upgrade
&gt; &gt; &gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt; fail
&gt; &gt; &gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt; Log is attached this time as well, it bombs out at the exact same
&gt; &gt; &gt; &gt;&gt; place, in the same way.
&gt; &gt; &gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt; /K
&gt; &gt; &gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt; Very interesting, thanks for the hint! That is definitely worth
&gt; &gt; &gt; &gt;&gt;&gt; &gt; trying out. Will try that first thing tomorrow:)
&gt; &gt; &gt; &gt;&gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; Hi Karli
&gt; &gt; &gt; &gt;&gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; If it helps, let me know - I will add a troubleshooting section to
&gt; &gt; &gt; &gt;&gt;&gt; the
&gt; &gt; &gt; &gt;&gt;&gt; wiki.
&gt; &gt; &gt; &gt;&gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;  &#127;BTW: is your environment directly created in 3.1 or did it come
&gt; &gt; &gt; &gt;&gt;&gt; &gt; from a further upgrade?
&gt; &gt; &gt; &gt;&gt;&gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt; Started with a minimal Fedora 17 install, added the oVirt-3.1
&gt; &gt; &gt; &gt;&gt;&gt; repo,
&gt; &gt; &gt; &gt;&gt;&gt; &gt; ran yum upgrade -y first, then yum install -y ovirt-engine and
&gt; &gt; &gt; &gt;&gt;&gt; lastly
&gt; &gt; &gt; &gt;&gt;&gt; &gt; engine-setup. Nothing more. So it´s just an empty engine that
&gt; &gt; &gt; &gt;&gt;&gt; I´m
&gt; &gt; &gt; &gt;&gt;&gt; &gt; trying to upgrade at this point. When that works, I´ll add
&gt; &gt; &gt; &gt;&gt;&gt; hosts,
&gt; &gt; &gt; &gt;&gt;&gt; &gt; VMs, Templates, etc.
&gt; &gt; &gt; &gt;&gt;&gt; &gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt;  &#127;HIH,
&gt; &gt; &gt; &gt;&gt;&gt; &gt;  &#127;Gianluca
&gt; &gt; &gt; &gt;&gt;&gt; &gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt; --
&gt; &gt; &gt; &gt;&gt;&gt; &gt;
&gt; &gt; &gt; &gt;&gt;&gt; &gt; Med Vänliga Hälsningar
&gt; &gt; &gt; &gt;&gt;&gt; &gt;
&gt; &gt; &gt; &gt;&gt;&gt; -------------------------------------------------------------------------------
&gt; &gt; &gt; &gt;&gt;&gt; &gt; Karli Sjöberg
&gt; &gt; &gt; &gt;&gt;&gt; &gt; Swedish University of Agricultural Sciences
&gt; &gt; &gt; &gt;&gt;&gt; &gt; Box 7079 (Visiting Address Kronåsvägen 8)
&gt; &gt; &gt; &gt;&gt;&gt; &gt; S-750 07 Uppsala, Sweden
&gt; &gt; &gt; &gt;&gt;&gt; &gt; Phone:  &#43;46-(0)18-67 15 66
&gt; &gt; &gt; &gt;&gt;&gt; &gt; <a href="mailto:karli.sjoberg@slu.se">karli.sjoberg@slu.se</a> &gt; &gt; &gt;&gt;&gt;
&gt; &gt; &gt; &gt;&gt;&gt;
&gt; &gt; &gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt; --
&gt; &gt; &gt; &gt;&gt;
&gt; &gt; &gt; &gt;&gt; Med Vänliga Hälsningar
&gt; &gt; &gt; &gt;&gt; -------------------------------------------------------------------------------
&gt; &gt; &gt; &gt;&gt; Karli Sjöberg
&gt; &gt; &gt; &gt;&gt; Swedish University of Agricultural Sciences
&gt; &gt; &gt; &gt;&gt; Box 7079 (Visiting Address Kronåsvägen 8)
&gt; &gt; &gt; &gt;&gt; S-750 07 Uppsala, Sweden
&gt; &gt; &gt; &gt;&gt; Phone:  &#43;46-(0)18-67 15 66
&gt; &gt; &gt; &gt;&gt; <a href="mailto:karli.sjoberg@slu.se">karli.sjoberg@slu.se</a> &gt; &gt; &gt;
&gt; &gt; &gt; &gt; --
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; Med Vänliga Hälsningar
&gt; &gt; &gt; &gt; -------------------------------------------------------------------------------
&gt; &gt; &gt; &gt; Karli Sjöberg
&gt; &gt; &gt; &gt; Swedish University of Agricultural Sciences
&gt; &gt; &gt; &gt; Box 7079 (Visiting Address Kronåsvägen 8)
&gt; &gt; &gt; &gt; S-750 07 Uppsala, Sweden
&gt; &gt; &gt; &gt; Phone:  &#43;46-(0)18-67 15 66
&gt; &gt; &gt; &gt; <a href="mailto:karli.sjoberg@slu.se">karli.sjoberg@slu.se</a> &gt; &gt;
&gt; &gt; &gt;
&gt; &gt; _______________________________________________
&gt; &gt; Users mailing list
&gt; &gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a> &gt; <a href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a> &gt;
&gt; _______________________________________________
&gt; Users mailing list <a href="mailto:Users@ovirt.org">Users@ovirt.org</a>
&gt; <a href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a>
&gt; 
&gt; 
&gt;         --
&gt; 
&gt; Med Vänliga Hälsningar
&gt; -------------------------------------------------------------------------------
&gt; Karli Sjöberg
&gt; Swedish University of Agricultural Sciences
&gt; Box 7079 (Visiting Address Kronåsvägen 8)
&gt; S-750 07 Uppsala, Sweden
&gt; Phone: &#43;46-(0)18-67 15 66
&gt; <a href="mailto:karli.sjoberg@slu.se">karli.sjoberg@slu.se</a>
&gt; 
&gt; _______________________________________________
&gt; Users mailing list
&gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a>
&gt; <a href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a>
&gt; 
</pre>
</blockquote>
<br>
<table cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>-- <br>
<br>
Med Vänliga Hälsningar<br>
-------------------------------------------------------------------------------<br>
Karli Sjöberg<br>
Swedish University of Agricultural Sciences<br>
Box 7079 (Visiting Address Kronåsvägen 8)<br>
S-750 07 Uppsala, Sweden<br>
Phone: &nbsp;&#43;46-(0)18-67 15 66<br>
<a href="mailto:karli.sjoberg@adm.slu.se">karli.sjoberg@slu.se</a> </td>
</tr>
</tbody>
</table>
</body>
</html>