Quantcast
Channel: Eric Sarakaitis – vmware admins
Viewing all articles
Browse latest Browse all 71

RHEV 3.4 reports application show as not installed – Fixed

$
0
0

Redhat has a KB article out there that lists steps on re-configuring rhevm-reports for RHEV 3.3 here, but nothing is listed for RHEV 3.4.

Below is what I did to fix rhevm-reports:

First, make sure that rhevm-reports and rhevm-dwh are not installed on the system anymore:

yum remove rhevm-reports rhevm-dwh

Then, I removed the databases and users from the PostgreSQL server:

su postgres -c 'dropdb -U postgres ovirt_engine_history'
su postgres -c 'dropdb -U postgres rhevmreports'
su postgres -c "psql -c 'drop role engine_history;'"
su postgres -c "psql -c 'drop role engine_reports;'"

Next, I reinstalled rhevm-reports and rhevm-dwh:

yum install rhevm-reports rhevm-dwh

Next, we’re going to re-install the RHEV-M services, so lets stop ovirt-engine:

service ovirt-engine stop

Now remove the config and WAR files for rhevm-reports:

 rm -rf /var/lib/ovirt-engine-reports/ovirt-engine-reports.war/
rm -rf /var/lib/ovirt-engine-reports/build-conf/
rm -rf /usr/share/ovirt-engine/rhevm-reports.war

I then re-ran the RHEV-M installer to reconfigure the services:

engine-setup

style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-2504310046644549"
data-ad-slot="7216184263">

(adsbygoogle = window.adsbygoogle || []).push({});… Read the rest

The post RHEV 3.4 reports application show as not installed – Fixed appeared first on vmware admins.


Viewing all articles
Browse latest Browse all 71

Trending Articles