+++$ export OVIRT_SERVICE_DEBUG=1$ sudo systemctl import-environment OVIRT_SERVICE_DEBUG[sudo] password for tasdik:$ systemctl start ovirt-engine==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units === Authentication is required to start 'ovirt-engine.service'.Authenticating as: tasdikPassword:==== AUTHENTICATION COMPLETE ===Job for ovirt-engine.service failed because the control process exited with error code. See "systemctl status ovirt-engine.service" and "journalctl -xe" for details.$ systemctl status ovirt-engine.service● ovirt-engine.service - oVirt EngineLoaded: loaded (/usr/lib/systemd/system/ovirt-engine.service; disabled; vendor preset: disabled) Active: failed (Result: exit-code) since Fri 2017-03-10 10:57:14 UTC; 9s agoProcess: 22318 ExecStart=/usr/share/ovirt-engine/services/ovirt-engine/ ovirt-engine.py --redirect-output --systemd=notify $EXTRA_ARGS start (code=exited, status=1/FAILURE) Main PID: 22318 (code=exited, status=1/FAILURE)$ journalctl -xeNo journal files were found.
-- No entries --$+++
Thanks,Tasdik
On 10-Mar-2017, at 4:22 PM, Martin Perina <mperina@redhat.com> wrote:
Hmm, strange. So the only other way is to enable debug logging for ovirt-engine service:
export OVIRT_SERVICE_DEBUG=1
systemctl import-environment OVIRT_SERVICE_DEBUG
systemctl start ovirt-engine
After that please take a look at journal, there should be detailed records about ovirt-engine service startup.
Thanks
Martin Perina
On Fri, Mar 10, 2017 at 11:29 AM, Tasdik Rahman <prodicus@outlook.com> wrote:
+++$ systemctl status ovirt-engine.service● ovirt-engine.service - oVirt EngineLoaded: loaded (/usr/lib/systemd/system/ovirt-engine.service; disabled; vendor preset: disabled) Active: failed (Result: exit-code) since Fri 2017-03-10 09:58:19 UTC; 29min agoProcess: 19055 ExecStart=/usr/share/ovirt-engine/services/ovirt-engine/ovir t-engine.py --redirect-output --systemd=notify $EXTRA_ARGS start (code=exited, status=1/FAILURE) Main PID: 19055 (code=exited, status=1/FAILURE)$ journalctl -xeNo journal files were found.-- No entries --$+++
On 10-Mar-2017, at 3:53 PM, Martin Perina <mperina@redhat.com> wrote:
No, only logs under /var/log/ovirt-engine are related to oVirt. As no boot/server/engine logs exists under this directory it seems, that even java process was not created properly. So could you please share error about ovirt-engine service startup? You should be able to find out some error in journal:
systemctl status ovirt-engine.service
journalctl -xe
Thanks
Martin Perina
On Fri, Mar 10, 2017 at 11:14 AM, Tasdik Rahman <prodicus@outlook.com> wrote:
Hey Martin
+++$ pwd/var/log/ovirt-engine$ tree.├── dump├── host-deploy├── notifier├── ovirt-iso-uploader└── setup├── ovirt-engine-setup-20170310092548-r5c2c7.log └── ovirt-engine-setup-20170310095712-x0n0rd.log
5 directories, 2 files$ sudo find / -iname "server.log"$ sudo find / -iname "engine.log"$ sudo find / -iname "boot.log"/var/log/boot.logfind: ‘/proc/19337’: No such file or directory$+++
Should I share the file `/var/log/boot.log` on the mailing list?
Thanks,Tasdik
On 10-Mar-2017, at 3:31 PM, Martin Perina <mperina@redhat.com> wrote:
/var/log/ovirt-engine