I would run the deploy again, wait until the engine is up and then from the server you are deploying the engine on

# virsh list

obtain the virtual machine number from the above command, in the example below we assume the number is 1

# virsh console 1

login as root

wait for all packages to finish updating:

tail -f /var/log/dnf.rpm.log

then:

# dnf downgrade postgresql-jdbc

once that's done the deployment of the engine should get past the

[ INFO ] TASK [ovirt.ovirt.engine_setup : Check if Engine health page is up]

step.

On 02/05/2022 15:52, k...@intercom.pro wrote:
Hi!

Deployment hostedengine failure on step "Check if Engine health page is up":

check "http://localhost/ovirt-engine/services/health";  get error 500, instead 
of 200

Step to reproduce:
  1. Download iso 
"https://resources.ovirt.org/pub/ovirt-4.5/iso/ovirt-node-ng-installer/4.5.0-2022042607/el8/ovirt-node-ng-installer-4.5.0-2022042607.el8.iso";
  2. Install ovirt node from iso
  3. Run deploy hosted engine:
      hosted-engine --deploy
_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/ZUSS2DTFQF3WGBDLU3GXYCSDHHPJNL5M/
_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/3YJCXG5JLEMTYVKUDCHZTFFXB32JDAWA/

Reply via email to