We have installed ovirt engine on centos 8 by follow the below commond

nano /etc/hosts
your-server-ip centos.example.com
dnf install https://resources.ovirt.org/pub/yum-repo/ovirt-release44.rpm
dnf module enable javapackages-tools -y
dnf module enable pki-deps -y
dnf module enable postgresql:12 -y
dnf update -y
dnf install ovirt-engine -y
engine-setup (when we require latest version
setsebool -P httpd_can_network_connect 1
firewall-cmd --permanent --zone public --add-port 80/tcp
firewall-cmd --permanent --zone public --add-port 443/tcp
firewall-cmd --reload


But we are unable to connect by browser shwing below error.

500 - Internal Server Error
_______________________________________________
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/N7FTY5ZY6SWJHDNIK27G5YVQ4QTW5D6Z/

Reply via email to