<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Liberation Serif">Hi,<br>
      <br>
      Thanks for taking time and reverting back to me.<br>
      <br>
      I have seen this explanation from engine-backup help and realise
      that it is something to do with Postgres DB restore activity. But
      not much said about it. I feel it instructs Postgress DB to
      restore the DB without privileges with which the object was
      created, but use new permissions &amp; privileges passed along
      with --change-db-credentials and others passed during
      engine-backup --mode=restore.<br>
      <br>
      However not sure.<br>
    </font>
    <div class="moz-signature">
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <title></title>
      <meta name="generator" content="LibreOffice 5.0.3.2 (Linux)">
      <meta name="created" content="00:00:00">
      <meta name="changedby" content="Anantha Raghava">
      <meta name="changed" content="2016-01-05T17:20:50.677541300">
      <meta name="created" content="00:00:00">
      <meta name="changedby" content="Anantha Raghava">
      <meta name="changed" content="2015-12-20T09:03:26.251763811">
      <meta name="created" content="2015-02-21T00:00:00">
      <meta name="changedby" content="Anantha Raghava">
      <meta name="changed" content="2015-12-20T09:02:11.666821134">
      <style type="text/css">
                @page { margin: 2cm }
                p { margin-bottom: 0.25cm; color: #000000; line-height: 120% }
                address { color: #000000 }
                a:link { so-language: zxx }
        </style>
      <p>-- </p>
      <p style="margin-bottom: 0cm; line-height: 100%"><font face="Times
          New Roman, serif">Thanks
          &amp; Regards,</font></p>
      <address style="line-height: 100%"><font face="Times New Roman,
          serif">Anantha
          Raghava</font></address>
      <br>
    </div>
    <div class="moz-cite-prefix">On Thursday 09 June 2016 05:47 PM,
      Alexander Wels wrote:<br>
    </div>
    <blockquote cite="mid:2043255.Gr6fjucEjz@awels" type="cite">
      <pre wrap="">On Thursday, June 09, 2016 12:28:41 PM Anantha Raghava wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hello Alexander,

You are right. The FQDN was the culprit. Once I entered the FQDN in
/etc/hosts file, the problem got resolved.

Thanks for your guidance.

By the way any document that explains what is --restore-permissions in
engine-backup process?

</pre>
      </blockquote>
      <pre wrap="">
If you type engine-backup --help you will get a list and explanation of all 
the possible options. 

Affects only the custom dump format. Will not pass to pg_restore '--no-owner --
no-privileges'. Might not work as expected with the --*db-user options.

Is what the --help says, not sure what that means though.

</pre>
      <blockquote type="cite">
        <blockquote type="cite">
          <pre wrap="">Hi,

I will try both options tomorrow &amp; revert back here.

Regards,
Anantha Raghava

On Jun 8, 2016 10:04 PM, "Alexander Wels" &lt;<a class="moz-txt-link-abbreviated" href="mailto:awels@redhat.com">awels@redhat.com</a>

<a class="moz-txt-link-rfc2396E" href="mailto:awels@redhat.com">&lt;mailto:awels@redhat.com&gt;</a>&gt; wrote:
    On Wednesday, June 08, 2016 08:49:16 PM Anantha Raghava wrote:
    &gt; Hi,
    &gt; 
    &gt; I was able to migrate the oVirt Engine from one host to another
    
    using
    
    &gt; engine-backup utility. On the new host, the data is loaded
    
    properly but
    
    &gt; the Administration Portal is terribly slow.
    &gt; 
    &gt; It take about 2 to 3 minutes to allow me to enter user name &amp;
    
    password.
    
    &gt; Once logged in, it takes hell a lot of time to show up the data.
    
    Click
    
    &gt; on a tab, we need to wait for a good amount of time to see the
    
    actual
    
    &gt; data. Even the refresh is taking time to execute although it is
    
    set to 5
    
    &gt; Seconds.
    &gt; 
    &gt; But if I enable old server and connect, every thing works quickly.
    &gt; 
    &gt; Note:
    &gt; 
    &gt; 1. We do not have DNS in our environment.
    &gt; 2. Engine name &amp; even the IP is retained the same.
    &gt; 3. Before migration, we stopped ovirt-engine on old server, took the
    &gt; backup, shutdown &amp; disconnected the old server.
    &gt; 4. We installed the ovirt-engine on new server, run engine
    
    setup, noted
    
    &gt; down the DB password, did engine-cleanup, restored the data using
    &gt; engine-backup utility and executed engine-setup again. It did
    
    recognize
    
    &gt; restored data and only httpd configuration was sought and we
    
    selected
    
    &gt; the defaults.
    
    It is highly likely 1 of 2 things:
    
    1. The entropy mentioned by Brett, however that is mostly
    applicable on hosted
    engine as VMs don't usually have good entropy.
    2. The engine cannot resolve itself (which looking at your
    description is the
    likely culprit). Since you don't have DNS, you need to add the fqdn to
    /etc/hosts so it can resolve itself.
    
    &gt; Result is terribly slow Web Console.
    &gt; 
    &gt; First, we attempted to setup ovirt-reports and later removed it
    
    thinking
    
    &gt; that may be slowing down the engine server. Yet the same result.
    &gt; 
    &gt; Commands used to backup from old server: "engine-backup
    
    --mode=backup
    
    &gt; --file=&lt;filename&gt; --log=&lt;log file name&gt; --provision-db"
    &gt; Command used to restore on new server: "engine-backup --mode=restore
    &gt; --file=&lt;backup-file-name&gt; --log=&lt;log-file-name&gt;
    
    --change-db-credentials
    
    &gt; --db-host=localhost --db-user=engine --db-name=engine
    &gt; --db-password=&lt;password noted down in step 4&gt;
    
    --no-restore-permissions"
    
    &gt; The command executed without any errors, resulting in a terribly
    
    slow
    
    &gt; web console.
    &gt; 
    &gt; Note: Without --restore-permissions, the restore fails. Did not
    &gt; understand what to give as restore permissions. Hence used
    &gt; --no-restore-permissions.
    &gt; 
    &gt; *Hardware configuration:*
    &gt; *
    &gt; **Old Server:* i3 Processor, 4 GB Memory, 1 Gbps NIC
    &gt; *New Server :* Lenovo x3250 M5 Server with Intel Xeon Processor,
    
    16 GB
    
    &gt; RAM, 2 X 1 Gbps NIC.
    &gt; 
    &gt; Just unable to understand why it is terribly slow.
</pre>
        </blockquote>
      </blockquote>
      <pre wrap="">
</pre>
    </blockquote>
    <br>
  </body>
</html>