[ovirt-users] Re: Host NonResponsive after migration to oVirt 4.4

2020-11-11 Thread Yedidyah Bar David
On Wed, Nov 11, 2020 at 12:38 PM tfe...@swissonline.ch
 wrote:
>
> Hello Yedidyah
>
> Many thanks for clarification.
>
> If I wanted to convert my all-in-one installation to a "supported" one (on a 
> single box), would I have to migrate my engine into a self-hosted VM? What 
> would be the most common way to conform?

Basically one of two approaches, depending on your needs:

1. For production, I think most people use hyper-converged
hosted-engine (meaning, local gluster storage and engine its a
self-hosted vm). If you do not want to use gluster, some people also
reported using local NFS/iSCSI, although at least NFS used to be
considered risky (due to locking issues). Most people, though,
consider this overkill - you don't enjoy many of its features, but
it's more complex than e.g. virt-manager.

2. For learning/development/testing, I think most people use
virt-manager, or virsh (perhaps wrapped in custom scripts) or
something similar, to create separate VMs, and then use these as
machines for oVirt - can be a host (with nested-kvm) on one,
standalone engine or hosted-engine host on another, storage on another
(or on the physical machine) - depending on what you want to do.

If you feel like combining both - meaning, (2.), but using oVirt also
for the physical machine - that's just fine too.

>
>
> I was able to fix my problem by:
>
> uninstalling oVirt
> yum update
> installing oVirt 4.4.3
> installing cockpit-ovirt-dashboard (which installs vdsm etc. as dependency)
> modifying the engine-backup script (don't bail out on restore if 
> version<4.3.10)
> Restore engine from backup file
> engine-setup
> Reinstall host from oVirt UI

Seems reasonable. Thanks for the update!

Best regards,

>
>
> Many thanks
>
> Toni Feric
>
>
> On 10.11.20 14:22, Yedidyah Bar David wrote:
>
> On Tue, Nov 10, 2020 at 3:13 PM tfe...@swissonline.ch
>  wrote:
>
> Hello Ritesh
>
> Engine and host is the same. There is only one box.
>
> This is called all-in-one. Was officially supported until 3.6, and is
> unsupported, undocumented and untested these days, although people
> seem to be using it, and even more-or-less successfully.
>
> To get an overview of what you should do, if you follow the current
> documentation, you should read both engine-specific parts and
> hosts-specific parts.
>
> The vdsm daemon does not seem to exist.
>
> # systemctl status vdsmd
> Unit vdsmd.service could not be found.
>
> Should I assume that there is a component missing, which should have been 
> installed?
> I just checked the installation documentation, and was not able to spot a 
> step that could be missing.
> https://www.ovirt.org/documentation/installing_ovirt_as_a_standalone_manager_with_local_databases/#Installing_the_Red_Hat_Virtualization_Manager_SM_localDB_deploy
>
> Thanks, Toni
>
>
> On 10 Nov 2020, at 13:47, Ritesh Chikatwar  wrote:
>
> Hello,
>
> Looks like you are checking this directory in the engine. You will get this 
> in the host.
> Also check vdsm service is running or not using systemctl status vdsmd
>
> On Tue, Nov 10, 2020 at 6:09 PM tfe...@swissonline.ch  
> wrote:
>
> Hello Ritesh
>
> I can see the NIC attached to the host in the UI.
> However, I don’t have a directory /var/log/vdsm.
> I am sharing the filetree of my /var/log in the separately attached text file:
>
> Thanks, Toni
>
>
> On 10 Nov 2020, at 13:04, Ritesh Chikatwar  wrote:
>
> Hello,
>
> Can you share vdsm logs you can find at /var/log/vdsm/vdsm.log.
>
> I guess this might be a vdsm issue between an engine and host.
> also check in ui whether a nic is attached to the host after upgrade.
>
> On Tue, Nov 10, 2020 at 5:18 PM tfe...@swissonline.ch  
> wrote:
>
>  Hi
>
> I am looking for help after my oVirt upgrade failed.
>
>
> I have upgraded from ovirt 4.3 to 4.4 following the instructions here:
>
> https://www.ovirt.org/documentation/upgrade_guide/#Upgrading_from_4-3
>
> It's a single-host (standalone engine) test environment.
> I wiped CentOS 7 and reinstalled a fresh CentOS 8.
> I installed the oVirt 4.4 repo and all the necessary software packets.
>
> I used `engine-backup --mode=restore 
> --file=/tmp/ovirt-engine-pre-upgrade.backup --provision-all-databases` from a 
> backup file I created before I started the upgrade.
> After the restore, I ran `engine-setup`.
>
> I did not get any errors during any of these steps on the console.
> So the upgrade could be considered successful from that perspective.
>
> After the upgrade, I login to the ovirt admin portal, and I try to "Activate" 
> my host (was set to "Maintenance" mode before upgrade).
>
> Please try 'Reinstall'.
>
> This should install vdsm for you, among many other things.
>
> Best regards,
>
> The Activation fails with error "NonResponsive" in the GUI.
> Under the "bell" icon, I find the Event "Host nuc1.feric.ch is non 
> responsive.”
>
> In /var/log/ovirt-engine/engine.log, I find the following error:
> ```
> 2020-11-09 23:12:21,080+01 ERROR 
> 

[ovirt-users] Re: Host NonResponsive after migration to oVirt 4.4

2020-11-11 Thread tfe...@swissonline.ch

Hello Yedidyah

Many thanks for clarification.

If I wanted to convert my all-in-one installation to a "supported" one 
(on a single box), would I have to migrate my engine into a self-hosted 
VM? What would be the most common way to conform?



I was able to fix my problem by:

 * uninstalling oVirt
 * yum update
 * installing oVirt 4.4.3
 * installing cockpit-ovirt-dashboard (which installs vdsm etc. as
   dependency)
 * modifying the engine-backup script (don't bail out on restore if
   version<4.3.10)
 * Restore engine from backup file
 * engine-setup
 * Reinstall host from oVirt UI


Many thanks

Toni Feric


On 10.11.20 14:22, Yedidyah Bar David wrote:

On Tue, Nov 10, 2020 at 3:13 PM tfe...@swissonline.ch
 wrote:

Hello Ritesh

Engine and host is the same. There is only one box.

This is called all-in-one. Was officially supported until 3.6, and is
unsupported, undocumented and untested these days, although people
seem to be using it, and even more-or-less successfully.

To get an overview of what you should do, if you follow the current
documentation, you should read both engine-specific parts and
hosts-specific parts.


The vdsm daemon does not seem to exist.

# systemctl status vdsmd
Unit vdsmd.service could not be found.

Should I assume that there is a component missing, which should have been 
installed?
I just checked the installation documentation, and was not able to spot a step 
that could be missing.
https://www.ovirt.org/documentation/installing_ovirt_as_a_standalone_manager_with_local_databases/#Installing_the_Red_Hat_Virtualization_Manager_SM_localDB_deploy

Thanks, Toni


On 10 Nov 2020, at 13:47, Ritesh Chikatwar  wrote:

Hello,

Looks like you are checking this directory in the engine. You will get this in 
the host.
Also check vdsm service is running or not using systemctl status vdsmd

On Tue, Nov 10, 2020 at 6:09 PM tfe...@swissonline.ch  
wrote:

Hello Ritesh

I can see the NIC attached to the host in the UI.
However, I don’t have a directory /var/log/vdsm.
I am sharing the filetree of my /var/log in the separately attached text file:

Thanks, Toni


On 10 Nov 2020, at 13:04, Ritesh Chikatwar  wrote:

Hello,

Can you share vdsm logs you can find at /var/log/vdsm/vdsm.log.

I guess this might be a vdsm issue between an engine and host.
also check in ui whether a nic is attached to the host after upgrade.

On Tue, Nov 10, 2020 at 5:18 PM tfe...@swissonline.ch  
wrote:

  Hi

I am looking for help after my oVirt upgrade failed.


I have upgraded from ovirt 4.3 to 4.4 following the instructions here:

https://www.ovirt.org/documentation/upgrade_guide/#Upgrading_from_4-3

It's a single-host (standalone engine) test environment.
I wiped CentOS 7 and reinstalled a fresh CentOS 8.
I installed the oVirt 4.4 repo and all the necessary software packets.

I used `engine-backup --mode=restore 
--file=/tmp/ovirt-engine-pre-upgrade.backup --provision-all-databases` from a 
backup file I created before I started the upgrade.
After the restore, I ran `engine-setup`.

I did not get any errors during any of these steps on the console.
So the upgrade could be considered successful from that perspective.

After the upgrade, I login to the ovirt admin portal, and I try to "Activate" my host 
(was set to "Maintenance" mode before upgrade).

Please try 'Reinstall'.

This should install vdsm for you, among many other things.

Best regards,


The Activation fails with error "NonResponsive" in the GUI.
Under the "bell" icon, I find the Event "Host nuc1.feric.ch is non responsive.”

In /var/log/ovirt-engine/engine.log, I find the following error:
```
2020-11-09 23:12:21,080+01 ERROR 
[org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesAsyncVDSCommand] 
(EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-47) [] 
Command 'GetCapabilitiesAsyncVDSCommand(HostName = nuc1.feric.ch, 
VdsIdAndVdsVDSCommandParametersBase:{hostId='d7c30cc0-ac59-4cf3-a1e7-b9fae9db83fb',
 vds=‘Host[nuc1.feric.h,d7c30cc0-ac59-4cf3-a1e7-b9fae9db83fb]'})' execution 
failed: java.net.ConnectException: Connection refused
```

`systemctl status ovirt-engine` shows that the engine is running.
I am able to reboot the host from the oVirt GUI directly.

Does anyone have an idea how to proceed?

Many thanks
Toni
___
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/QWVBKDG2Q4BJHDHXNAHIWIG3QLW5E235/



___
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: 

[ovirt-users] Re: Host NonResponsive after migration to oVirt 4.4

2020-11-10 Thread Yedidyah Bar David
On Tue, Nov 10, 2020 at 3:13 PM tfe...@swissonline.ch
 wrote:
>
> Hello Ritesh
>
> Engine and host is the same. There is only one box.

This is called all-in-one. Was officially supported until 3.6, and is
unsupported, undocumented and untested these days, although people
seem to be using it, and even more-or-less successfully.

To get an overview of what you should do, if you follow the current
documentation, you should read both engine-specific parts and
hosts-specific parts.

> The vdsm daemon does not seem to exist.
>
> # systemctl status vdsmd
> Unit vdsmd.service could not be found.
>
> Should I assume that there is a component missing, which should have been 
> installed?
> I just checked the installation documentation, and was not able to spot a 
> step that could be missing.
> https://www.ovirt.org/documentation/installing_ovirt_as_a_standalone_manager_with_local_databases/#Installing_the_Red_Hat_Virtualization_Manager_SM_localDB_deploy
>
> Thanks, Toni
>
>
> On 10 Nov 2020, at 13:47, Ritesh Chikatwar  wrote:
>
> Hello,
>
> Looks like you are checking this directory in the engine. You will get this 
> in the host.
> Also check vdsm service is running or not using systemctl status vdsmd
>
> On Tue, Nov 10, 2020 at 6:09 PM tfe...@swissonline.ch  
> wrote:
>>
>> Hello Ritesh
>>
>> I can see the NIC attached to the host in the UI.
>> However, I don’t have a directory /var/log/vdsm.
>> I am sharing the filetree of my /var/log in the separately attached text 
>> file:
>>
>> Thanks, Toni
>>
>>
>> On 10 Nov 2020, at 13:04, Ritesh Chikatwar  wrote:
>>
>> Hello,
>>
>> Can you share vdsm logs you can find at /var/log/vdsm/vdsm.log.
>>
>> I guess this might be a vdsm issue between an engine and host.
>> also check in ui whether a nic is attached to the host after upgrade.
>>
>> On Tue, Nov 10, 2020 at 5:18 PM tfe...@swissonline.ch 
>>  wrote:
>>>
>>>  Hi
>>>
>>> I am looking for help after my oVirt upgrade failed.
>>>
>>>
>>> I have upgraded from ovirt 4.3 to 4.4 following the instructions here:
>>>
>>> https://www.ovirt.org/documentation/upgrade_guide/#Upgrading_from_4-3
>>>
>>> It's a single-host (standalone engine) test environment.
>>> I wiped CentOS 7 and reinstalled a fresh CentOS 8.
>>> I installed the oVirt 4.4 repo and all the necessary software packets.
>>>
>>> I used `engine-backup --mode=restore 
>>> --file=/tmp/ovirt-engine-pre-upgrade.backup --provision-all-databases` from 
>>> a backup file I created before I started the upgrade.
>>> After the restore, I ran `engine-setup`.
>>>
>>> I did not get any errors during any of these steps on the console.
>>> So the upgrade could be considered successful from that perspective.
>>>
>>> After the upgrade, I login to the ovirt admin portal, and I try to 
>>> "Activate" my host (was set to "Maintenance" mode before upgrade).

Please try 'Reinstall'.

This should install vdsm for you, among many other things.

Best regards,

>>> The Activation fails with error "NonResponsive" in the GUI.
>>> Under the "bell" icon, I find the Event "Host nuc1.feric.ch is non 
>>> responsive.”
>>>
>>> In /var/log/ovirt-engine/engine.log, I find the following error:
>>> ```
>>> 2020-11-09 23:12:21,080+01 ERROR 
>>> [org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesAsyncVDSCommand] 
>>> (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-47) [] 
>>> Command 'GetCapabilitiesAsyncVDSCommand(HostName = nuc1.feric.ch, 
>>> VdsIdAndVdsVDSCommandParametersBase:{hostId='d7c30cc0-ac59-4cf3-a1e7-b9fae9db83fb',
>>>  vds=‘Host[nuc1.feric.h,d7c30cc0-ac59-4cf3-a1e7-b9fae9db83fb]'})' execution 
>>> failed: java.net.ConnectException: Connection refused
>>> ```
>>>
>>> `systemctl status ovirt-engine` shows that the engine is running.
>>> I am able to reboot the host from the oVirt GUI directly.
>>>
>>> Does anyone have an idea how to proceed?
>>>
>>> Many thanks
>>> Toni
>>> ___
>>> 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/QWVBKDG2Q4BJHDHXNAHIWIG3QLW5E235/
>>
>>
>
> ___
> 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/BBBWNXCC5R3TC4FZC2MHKPCBLX3Q4ZHK/



-- 
Didi
___
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: 

[ovirt-users] Re: Host NonResponsive after migration to oVirt 4.4

2020-11-10 Thread tfe...@swissonline.ch
Hello Ritesh

Engine and host is the same. There is only one box.
The vdsm daemon does not seem to exist.

# systemctl status vdsmd
Unit vdsmd.service could not be found.

Should I assume that there is a component missing, which should have been 
installed?
I just checked the installation documentation, and was not able to spot a step 
that could be missing.
https://www.ovirt.org/documentation/installing_ovirt_as_a_standalone_manager_with_local_databases/#Installing_the_Red_Hat_Virtualization_Manager_SM_localDB_deploy
 


Thanks, Toni


> On 10 Nov 2020, at 13:47, Ritesh Chikatwar  wrote:
> 
> Hello,
> 
> Looks like you are checking this directory in the engine. You will get this 
> in the host. 
> Also check vdsm service is running or not using systemctl status vdsmd
> 
> On Tue, Nov 10, 2020 at 6:09 PM tfe...@swissonline.ch 
>   > wrote:
> Hello Ritesh
> 
> I can see the NIC attached to the host in the UI.
> However, I don’t have a directory /var/log/vdsm.
> I am sharing the filetree of my /var/log in the separately attached text file:
> 
> Thanks, Toni
> 
> 
>> On 10 Nov 2020, at 13:04, Ritesh Chikatwar > > wrote:
>> 
>> Hello,
>> 
>> Can you share vdsm logs you can find at /var/log/vdsm/vdsm.log.
>> 
>> I guess this might be a vdsm issue between an engine and host.
>> also check in ui whether a nic is attached to the host after upgrade.
>> 
>> On Tue, Nov 10, 2020 at 5:18 PM tfe...@swissonline.ch 
>>  > > wrote:
>>  Hi
>> I am looking for help after my oVirt upgrade failed.
>> 
>> I have upgraded from ovirt 4.3 to 4.4 following the instructions here:
>> https://www.ovirt.org/documentation/upgrade_guide/#Upgrading_from_4-3 
>> 
>> 
>> It's a single-host (standalone engine) test environment.
>> I wiped CentOS 7 and reinstalled a fresh CentOS 8.
>> I installed the oVirt 4.4 repo and all the necessary software packets.
>> 
>> I used `engine-backup --mode=restore 
>> --file=/tmp/ovirt-engine-pre-upgrade.backup --provision-all-databases` from 
>> a backup file I created before I started the upgrade.
>> After the restore, I ran `engine-setup`.
>> 
>> I did not get any errors during any of these steps on the console.
>> So the upgrade could be considered successful from that perspective.
>> 
>> After the upgrade, I login to the ovirt admin portal, and I try to 
>> "Activate" my host (was set to "Maintenance" mode before upgrade).
>> The Activation fails with error "NonResponsive" in the GUI.
>> Under the "bell" icon, I find the Event "Host nuc1.feric.ch 
>>  is non responsive.”
>> 
>> In /var/log/ovirt-engine/engine.log, I find the following error:
>> ```
>> 2020-11-09 23:12:21,080+01 ERROR 
>> [org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesAsyncVDSCommand] 
>> (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-47) [] 
>> Command 'GetCapabilitiesAsyncVDSCommand(HostName = nuc1.feric.ch 
>> , 
>> VdsIdAndVdsVDSCommandParametersBase:{hostId='d7c30cc0-ac59-4cf3-a1e7-b9fae9db83fb',
>>  vds=‘Host[nuc1.feric.h,d7c30cc0-ac59-4cf3-a1e7-b9fae9db83fb]'})' execution 
>> failed: java.net.ConnectException: Connection refused
>> ```
>> 
>> `systemctl status ovirt-engine` shows that the engine is running.
>> I am able to reboot the host from the oVirt GUI directly.
>> 
>> Does anyone have an idea how to proceed?
>> 
>> Many thanks
>> Toni
>> ___
>> 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/QWVBKDG2Q4BJHDHXNAHIWIG3QLW5E235/
>>  
>> 
> 

___
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/BBBWNXCC5R3TC4FZC2MHKPCBLX3Q4ZHK/


[ovirt-users] Re: Host NonResponsive after migration to oVirt 4.4

2020-11-10 Thread Ritesh Chikatwar
Hello,

Looks like you are checking this directory in the engine. You will get this
in the host.
Also check vdsm service is running or not using systemctl status vdsmd

On Tue, Nov 10, 2020 at 6:09 PM tfe...@swissonline.ch 
wrote:

> Hello Ritesh
>
> I can see the NIC attached to the host in the UI.
> However, I don’t have a directory /var/log/vdsm.
> I am sharing the filetree of my /var/log in the separately attached text
> file:
>
> Thanks, Toni
>
>
> On 10 Nov 2020, at 13:04, Ritesh Chikatwar  wrote:
>
> Hello,
>
> Can you share vdsm logs you can find at /var/log/vdsm/vdsm.log.
>
> I guess this might be a vdsm issue between an engine and host.
> also check in ui whether a nic is attached to the host after upgrade.
>
> On Tue, Nov 10, 2020 at 5:18 PM tfe...@swissonline.ch <
> tfe...@swissonline.ch> wrote:
>
>>  Hi
>>
>> I am looking for help after my oVirt upgrade failed.
>>
>>
>> I have upgraded from ovirt 4.3 to 4.4 following the instructions here:
>> https://www.ovirt.org/documentation/upgrade_guide/#Upgrading_from_4-3
>>
>> It's a single-host (standalone engine) test environment.
>> I wiped CentOS 7 and reinstalled a fresh CentOS 8.
>> I installed the oVirt 4.4 repo and all the necessary software packets.
>>
>> I used `engine-backup --mode=restore
>> --file=/tmp/ovirt-engine-pre-upgrade.backup --provision-all-databases`
>> from a backup file I created before I started the upgrade.
>> After the restore, I ran `engine-setup`.
>>
>> I did not get any errors during any of these steps on the console.
>> So the upgrade could be considered successful from that perspective.
>>
>> After the upgrade, I login to the ovirt admin portal, and I try to
>> "Activate" my host (was set to "Maintenance" mode before upgrade).
>> The Activation fails with error "NonResponsive" in the GUI.
>> Under the "bell" icon, I find the Event "Host nuc1.feric.ch is non
>> responsive.”
>>
>> In /var/log/ovirt-engine/engine.log, I find the following error:
>> ```
>> 2020-11-09 23:12:21,080+01 ERROR
>> [org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesAsyncVDSCommand]
>> (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-47) []
>> Command 'GetCapabilitiesAsyncVDSCommand(HostName = nuc1.feric.ch,
>> VdsIdAndVdsVDSCommandParametersBase:{hostId='d7c30cc0-ac59-4cf3-a1e7-b9fae9db83fb',
>> vds=‘Host[nuc1.feric.h,d7c30cc0-ac59-4cf3-a1e7-b9fae9db83fb]'})' execution
>> failed: java.net.ConnectException: Connection refused
>> ```
>>
>> `systemctl status ovirt-engine` shows that the engine is running.
>> I am able to reboot the host from the oVirt GUI directly.
>>
>> Does anyone have an idea how to proceed?
>>
>> Many thanks
>> Toni
>> ___
>> 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/QWVBKDG2Q4BJHDHXNAHIWIG3QLW5E235/
>>
>
>
___
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/OFDSNPW7LFJNZIUHYDRZCNBE4VGS3QRD/


[ovirt-users] Re: Host NonResponsive after migration to oVirt 4.4

2020-11-10 Thread tfe...@swissonline.ch
Hello RiteshI can see the NIC attached to the host in the UI.However, I don’t have a directory /var/log/vdsm.I am sharing the filetree of my /var/log in the separately attached text file:# tree /var/log/
/var/log/
├── anaconda
│   ├── anaconda.log
│   ├── dbus.log
│   ├── dnf.librepo.log
│   ├── hawkey.log
│   ├── ifcfg.log
│   ├── journal.log
│   ├── ks-script-1s51ste9.log
│   ├── ks-script-qjlg35s6.log
│   ├── lvm.log
│   ├── packaging.log
│   ├── program.log
│   ├── storage.log
│   ├── syslog
│   └── X.log
├── audit
│   └── audit.log
├── boot.log
├── boot.log-20201020
├── boot.log-20201026
├── boot.log-20201110
├── btmp
├── btmp-20201101
├── chrony
├── cron
├── cron-20201025
├── cron-20201101
├── cron-20201108
├── dnf.librepo.log
├── dnf.librepo.log-20201025
├── dnf.librepo.log-20201101
├── dnf.librepo.log-20201108
├── dnf.log
├── dnf.log.1
├── dnf.log.2
├── dnf.rpm.log
├── firewalld
├── grafana
│   └── grafana.log
├── hawkey.log
├── hawkey.log-20201025
├── hawkey.log-20201101
├── hawkey.log-20201108
├── httpd
│   ├── access_log
│   ├── access_log-20201025
│   ├── access_log-20201110
│   ├── error_log
│   ├── error_log-20201025
│   ├── error_log-20201101
│   ├── error_log-20201108
│   ├── ovirt-requests-log
│   ├── ovirt-requests-log-20201025
│   ├── ovirt-requests-log-20201101
│   ├── ovirt-requests-log-20201110
│   ├── ssl_access_log
│   ├── ssl_access_log-20201025
│   ├── ssl_access_log-20201101
│   ├── ssl_access_log-20201110
│   ├── ssl_error_log
│   ├── ssl_error_log-20201025
│   ├── ssl_error_log-20201110
│   ├── ssl_request_log
│   ├── ssl_request_log-20201025
│   ├── ssl_request_log-20201101
│   └── ssl_request_log-20201110
├── lastlog
├── maillog
├── maillog-20201025
├── maillog-20201101
├── maillog-20201108
├── messages
├── messages-20201025
├── messages-20201101
├── messages-20201108
├── openvswitch
│   ├── ovn-northd.log
│   ├── ovn-northd.log-20201107.gz
│   ├── ovn-northd.log-20201108.gz
│   ├── ovn-northd.log-20201109.gz
│   ├── ovn-northd.log-20201110.gz
│   ├── ovsdb-server.log
│   ├── ovsdb-server.log-20201107.gz
│   ├── ovsdb-server.log-20201108.gz
│   ├── ovsdb-server.log-20201109.gz
│   ├── ovsdb-server.log-20201110.gz
│   ├── ovsdb-server-nb.log
│   ├── ovsdb-server-nb.log-20201107.gz
│   ├── ovsdb-server-nb.log-20201108.gz
│   ├── ovsdb-server-nb.log-20201109.gz
│   ├── ovsdb-server-nb.log-20201110.gz
│   ├── ovsdb-server-sb.log
│   ├── ovsdb-server-sb.log-20201107.gz
│   ├── ovsdb-server-sb.log-20201108.gz
│   ├── ovsdb-server-sb.log-20201109.gz
│   ├── ovsdb-server-sb.log-20201110.gz
│   ├── ovs-vswitchd.log
│   ├── ovs-vswitchd.log-20201107.gz
│   ├── ovs-vswitchd.log-20201108.gz
│   ├── ovs-vswitchd.log-20201109.gz
│   └── ovs-vswitchd.log-20201110.gz
├── ovirt-cockpit-sso.install.log
├── ovirt-engine
│   ├── ansible
│   ├── ansible-runner-service.log
│   ├── ansible-runner-service.log-20201110.gz
│   ├── boot.log
│   ├── brick-setup
│   ├── cinderlib
│   ├── console.log
│   ├── db-manual
│   ├── dump
│   ├── engine.log
│   ├── host-deploy
│   │   ├── 
ovirt-enroll-certs-ansible-20201110022332-nuc1.feric.ch-4de4efc8-5fe7-4c44-9e3b-542d2915f272.log
│   │   └── 
ovirt-host-mgmt-ansible-check-20201110011814-nuc1.feric.ch-606dd248-387c-4496-95d1-bf899e27a3f2.log
│   ├── notifier
│   ├── ova
│   ├── ovirt-sso-register-client.log
│   ├── server.log
│   ├── setup
│   │   ├── ovirt-engine-provisiondb-20201019014306-znnuvv.log
│   │   ├── ovirt-engine-provisiondb-20201019014320-alw5uk.log
│   │   ├── ovirt-engine-provisiondb-20201026032048-if1tah.log
│   │   ├── ovirt-engine-provisiondb-20201026032310-fx9eml.log
│   │   ├── ovirt-engine-provisiondb-20201026032838-555t69.log
│   │   ├── ovirt-engine-provisiondb-20201026032851-5qsoud.log
│   │   ├── ovirt-engine-provisiondb-20201026033246-o9ln28.log
│   │   ├── 

[ovirt-users] Re: Host NonResponsive after migration to oVirt 4.4

2020-11-10 Thread Ritesh Chikatwar
Hello,

Can you share vdsm logs you can find at /var/log/vdsm/vdsm.log.

I guess this might be a vdsm issue between an engine and host.
also check in ui whether a nic is attached to the host after upgrade.

On Tue, Nov 10, 2020 at 5:18 PM tfe...@swissonline.ch 
wrote:

>  Hi
>
> I am looking for help after my oVirt upgrade failed.
>
>
> I have upgraded from ovirt 4.3 to 4.4 following the instructions here:
> https://www.ovirt.org/documentation/upgrade_guide/#Upgrading_from_4-3
>
> It's a single-host (standalone engine) test environment.
> I wiped CentOS 7 and reinstalled a fresh CentOS 8.
> I installed the oVirt 4.4 repo and all the necessary software packets.
>
> I used `engine-backup --mode=restore
> --file=/tmp/ovirt-engine-pre-upgrade.backup --provision-all-databases`
> from a backup file I created before I started the upgrade.
> After the restore, I ran `engine-setup`.
>
> I did not get any errors during any of these steps on the console.
> So the upgrade could be considered successful from that perspective.
>
> After the upgrade, I login to the ovirt admin portal, and I try to
> "Activate" my host (was set to "Maintenance" mode before upgrade).
> The Activation fails with error "NonResponsive" in the GUI.
> Under the "bell" icon, I find the Event "Host nuc1.feric.ch is non
> responsive.”
>
> In /var/log/ovirt-engine/engine.log, I find the following error:
> ```
> 2020-11-09 23:12:21,080+01 ERROR
> [org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesAsyncVDSCommand]
> (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-47) []
> Command 'GetCapabilitiesAsyncVDSCommand(HostName = nuc1.feric.ch,
> VdsIdAndVdsVDSCommandParametersBase:{hostId='d7c30cc0-ac59-4cf3-a1e7-b9fae9db83fb',
> vds=‘Host[nuc1.feric.h,d7c30cc0-ac59-4cf3-a1e7-b9fae9db83fb]'})' execution
> failed: java.net.ConnectException: Connection refused
> ```
>
> `systemctl status ovirt-engine` shows that the engine is running.
> I am able to reboot the host from the oVirt GUI directly.
>
> Does anyone have an idea how to proceed?
>
> Many thanks
> Toni
> ___
> 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/QWVBKDG2Q4BJHDHXNAHIWIG3QLW5E235/
>
___
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/LNOTNGTINYQL2VUX7J2WEE3WM7EH76NT/