oVirt Hosted-Engine Kurulum Hatası – HTTP Error 500 Internal Server Error

Yazar Burak Kurc

oVirt Hosted-Engine Kurulum Hatası – HTTP Error 500 Internal Server Error.

Rocky Linux 8 üzerine oVirt Engine kurulumunda saç baş yolduran bir hata ile karşılaştım. Hata oluştuğu zaman snapshot’tan geri dönüp en baştan başlamanız gerekiyor buda inanılmaz vakit kaybı demek.

Yapı aşağıdaki gibi. Kurulum ile ilgili daha sonra bir yazı hazırlayacağım.

oVirt test ortamı. Manager = oVirt. Shared Storage = NFS.

oVirt Hosted-Engine Kurulum Hatası – HTTP Error 500 Internal Server Error

Hata kodları:

[ ERROR ] fatal: [localhost -> 192.168.222.91]: FAILED! => {"attempts": 30, "changed": false, "connection": "close", "content": "<html><head><title>Error</title></head><body>500 - Internal Server Error</body></html>", "content_encoding": "identity", "content_length": "86", "content_type": "text/html; charset=UTF-8", "date": "Mon, 09 Jan 2023 19:40:22 GMT", "elapsed": 0, "msg": "Status code was 500 and not [200]: HTTP Error 500: Internal Server Error", "redirected": false, "server": "Apache/2.4.37 (centos) OpenSSL/1.1.1k mod_auth_gssapi/1.6.1 mod_wsgi/4.6.4 Python/3.6", "status": 500, "url": "http://localhost/ovirt-engine/services/health"}
[ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "There was a failure deploying the engine on the local engine VM. The system may not be provisioned according to the playbook results: please check the logs for the issue, fix accordingly or re-deploy from scratch.\n"}
[ ERROR ] Failed to execute stage 'Closing up': Failed executing ansible-playbook
[ ERROR ] Hosted Engine deployment failed: please check the logs for the issue, fix accordingly or re-deploy from scratch.
Log file is located at /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20230109214902-nv4yjx.log

Peki Ama Niye?

Sorunun kaynağı kurulum esnasında PostgreSQL güncellenmesi. Bunu yine kurulum aşamasında Management VM’e bağlantı kurarak engelleyeceğiz. Komut satırında 192.168.222.XXX gözüktüğü anda SSH ile oturum açmanız gerekiyor.

VIM Nedir?

Jet servis 10 dakika. İncelemek için tıklayın.

Root hesap bilgisini kurulum esnasında sizden girmenizi istiyor. Not almayı unutmayın.

Kurulumu takip edip IP gözükür gözükmez oturum açmanız gerekiyor. Güncelleme gerçekleşmeden kodu girmeniz lazım.

SSH bağlantısını kurulum yaptığınız host’un içinden yapmanız lazım.

ssh root@192.168.222.86
echo "exclude=postgresql-jdbc" >> /etc/dnf/dnf.conf

Şimdilik sorunun bu şekilde etrafından dolaşıyoruz. İleriki zamanlarda bir güncelleme gelebilir. Hata detaylarını öğrenmek için tıklayın.

Related Posts

Yorum Bırak