[ovirt-users] can not access engine when hosted engine is up

2022-06-25 Thread adam_xu
Hi ovirt list,

I need help.

I ran “dnf update” on my engine and reboot it. Then I lost connection of the 
engine.

When I access one of my host web management https://ovirthost1:9090, I saw 
engine status is “Hosted Engine is up!”, but another host of the cluster is in 
down status. 

How can I bring up my engine since it is “UP” now.

 �

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


[ovirt-users]回复: Re: can not access engine when hosted engine is up

2022-06-25 Thread adam_xu
I can not ping the engine. And no kvm process of engine in any node.

I try to run “hosted-engine --vm-start”, it said:

# hosted-engine --vm-start

Traceback (most recent call last):

  File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main

"__main__", mod_spec)

  File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code

exec(code, run_globals)

  File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_setup/vdsm_helper.py", 
line 214, in 

args.command(args)

  File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_setup/vdsm_helper.py", 
line 42, in func

f(*args, **kwargs)

  File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_setup/vdsm_helper.py", 
line 91, in checkVmStatus

cli = ohautil.connect_vdsm_json_rpc()

  File "/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/lib/util.py", 
line 474, in connect_vdsm_json_rpc

__vdsm_json_rpc_connect(logger, timeout)

  File "/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/lib/util.py", 
line 415, in __vdsm_json_rpc_connect

timeout=VDSM_MAX_RETRY * VDSM_DELAY

RuntimeError: Couldn't  connect to VDSM within 60 seconds

Traceback (most recent call last):

  File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main

"__main__", mod_spec)

  File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code

exec(code, run_globals)

  File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_setup/vdsm_helper.py", 
line 214, in 

args.command(args)

  File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_setup/vdsm_helper.py", 
line 42, in func

f(*args, **kwargs)

  File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_setup/vdsm_helper.py", 
line 57, in create

cli = ohautil.connect_vdsm_json_rpc()

  File "/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/lib/util.py", 
line 474, in connect_vdsm_json_rpc

__vdsm_json_rpc_connect(logger, timeout)

  File "/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/lib/util.py", 
line 415, in __vdsm_json_rpc_connect

timeout=VDSM_MAX_RETRY * VDSM_DELAY

RuntimeError: Couldn't  connect to VDSM within 60 seconds

VM failed to launch

 �

发件人: wodel youchi  
发送时间: 2022年6月25日 15:56
收件人: adam...@adagene.com.cn
抄送: users 
主题: [ovirt-users] Re: can not access engine when hosted engine is up

 �

Hi,

 �

Can you ping the VM engine? If yes then it's up and running, you may ssh into 
it and verify the ovirt-engine service if it is running properly.

 �

If the VM engine doesn't ping, search for its kvm process in your hosted nodes 
(all of them), for example: ps -ef | grep qemu-kvm | grep -i hosted

 �

If the process exists then VM exists but may be it is paused, if it does not, 
then try to start the VM : hosted-engine --vm-start

 �

When the global maintenance is active if the VM engine is rebooted or shutdown 
it is not restarted.

 �

 �

Regards.

 �

On Sat, Jun 25, 2022, 08:42 mailto:adam...@adagene.com.cn> > wrote:

Hi ovirt list,

I need help.

I ran “dnf update” on my engine and reboot it. Then I lost connection of the 
engine.

When I access one of my host web management https://ovirthost1:9090, I saw 
engine status is “Hosted Engine is up!”, but another host of the cluster is in 
down status. 

How can I bring up my engine since it is “UP” now.

 �

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

___
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/5747RBJZVCVC4ZRRKQVUASX5EAEGY6ZM/


[ovirt-users]回复: Re: can not access engine when hosted engine is up

2022-06-25 Thread adam_xu
I restart vdsmd process failed. And when I try to restart the only healthy 
node. Now no vm is running now. 

Too bad.

# hosted-engine --vm-status

The hosted engine configuration has not been retrieved from shared storage yet,

please ensure that ovirt-ha-agent service is running.

 �

I think the engine vm is down because of “dnf update” on it.

Is there any  recovery mode I can do now?

发件人: wodel youchi  
发送时间: 2022年6月25日 16:23
收件人: adam...@adagene.com.cn
抄送: users 
主题: [ovirt-users] Re: can not access engine when hosted engine is up

 �

Try restarting the vdmd process in that node and you can try to start the VM 
engine in another healthy hosted node.

 �

On Sat, Jun 25, 2022, 09:07 mailto:adam...@adagene.com.cn> > wrote:

I can not ping the engine. And no kvm process of engine in any node.

I try to run “hosted-engine --vm-start”, it said:

# hosted-engine --vm-start

Traceback (most recent call last):

 � File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main

 � � � "__main__", mod_spec)

 � File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code

 � � � exec(code, run_globals)

 � File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_setup/vdsm_helper.py", 
line 214, in 

 � � � args.command(args)

 � File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_setup/vdsm_helper.py", 
line 42, in func

 � � � f(*args, **kwargs)

 � File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_setup/vdsm_helper.py", 
line 91, in checkVmStatus

 � � � cli = ohautil.connect_vdsm_json_rpc()

 � File "/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/lib/util.py", 
line 474, in connect_vdsm_json_rpc

 � � � __vdsm_json_rpc_connect(logger, timeout)

 � File "/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/lib/util.py", 
line 415, in __vdsm_json_rpc_connect

 � � � timeout=VDSM_MAX_RETRY * VDSM_DELAY

RuntimeError: Couldn't � connect to VDSM within 60 seconds

Traceback (most recent call last):

 � File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main

 � � � "__main__", mod_spec)

 � File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code

 � � � exec(code, run_globals)

 � File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_setup/vdsm_helper.py", 
line 214, in 

 � � � args.command(args)

 � File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_setup/vdsm_helper.py", 
line 42, in func

 � � � f(*args, **kwargs)

 � File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_setup/vdsm_helper.py", 
line 57, in create

 � � � cli = ohautil.connect_vdsm_json_rpc()

 � File "/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/lib/util.py", 
line 474, in connect_vdsm_json_rpc

 � � � __vdsm_json_rpc_connect(logger, timeout)

 � File "/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/lib/util.py", 
line 415, in __vdsm_json_rpc_connect

 � � � timeout=VDSM_MAX_RETRY * VDSM_DELAY

RuntimeError: Couldn't � connect to VDSM within 60 seconds

VM failed to launch

 �

发件人: wodel youchi mailto:wodel.you...@gmail.com> > 
发送时间: 2022年6月25日 15:56
收件人: adam...@adagene.com.cn  
抄送: users mailto:users@ovirt.org> >
主题: [ovirt-users] Re: can not access engine when hosted engine is up

 �

Hi,

 �

Can you ping the VM engine? If yes then it's up and running, you may ssh into 
it and verify the ovirt-engine service if it is running properly.

 �

If the VM engine doesn't ping, search for its kvm process in your hosted nodes 
(all of them), for example: ps -ef | grep qemu-kvm | grep -i hosted

 �

If the process exists then VM exists but may be it is paused, if it does not, 
then try to start the VM : hosted-engine --vm-start

 �

When the global maintenance is active if the VM engine is rebooted or shutdown 
it is not restarted.

 �

 �

Regards.

 �

On Sat, Jun 25, 2022, 08:42 mailto:adam...@adagene.com.cn> > wrote:

Hi ovirt list,

I need help.

I ran “dnf update” on my engine and reboot it. Then I lost connection of the 
engine.

When I access one of my host web management https://ovirthost1:9090, I saw 
engine status is “Hosted Engine is up!”, but another host of the cluster is in 
down status. 

How can I bring up my engine since it is “UP” now.

 �

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

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

[ovirt-users]回复: 回复: Re: can not access engine when hosted engine is up

2022-06-25 Thread adam_xu
Vdsm log:

2022-06-25 01:24:48,206-0700 INFO  (jsonrpc/6) [vdsm.api] START 
multipath_health() from=::1,53638, task_id=33f083e2-1a06-449c-afce-66cf0c831be0 
(api:48)

2022-06-25 01:24:48,206-0700 INFO  (jsonrpc/6) [vdsm.api] FINISH 
multipath_health return={} from=::1,53638, 
task_id=33f083e2-1a06-449c-afce-66cf0c831be0 (api:54)

2022-06-25 01:24:48,206-0700 WARN  (jsonrpc/6) [throttled] MOM not available. 
Error: [Errno 111] Connection refused (throttledlog:104)

2022-06-25 01:24:48,207-0700 WARN  (jsonrpc/6) [throttled] MOM not available, 
KSM stats will be missing. Error:  (throttledlog:104)

2022-06-25 01:24:48,207-0700 WARN  (jsonrpc/6) [root] Failed to retrieve Hosted 
Engine HA info, is Hosted Engine setup finished? (api:168)

2022-06-25 01:24:48,208-0700 INFO  (jsonrpc/6) [api.host] FINISH getStats 
return={'status': {'code': 0, 'message': 'Done'}, 'info': (suppressed)} 
from=::1,53638 (api:54)

2022-06-25 01:24:49,323-0700 INFO  (jsonrpc/4) [vdsm.api] START 
repoStats(domains=['74ff7aac-f9e9-4e89-86db-2f40e48ddd85']) from=::1,53638, 
task_id=448f81dd-f0bd-4c92-92ca-9d6400be4a7e (api:48)

2022-06-25 01:24:49,323-0700 INFO  (jsonrpc/4) [vdsm.api] FINISH repoStats 
return={'74ff7aac-f9e9-4e89-86db-2f40e48ddd85': {'code': 0, 'lastCheck': '2.0', 
'delay': '0.000278052', 'valid': True, 'version': 5, 'acquired': True, 
'actual': True}} from=::1,53638, task_id=448f81dd-f0bd-4c92-92ca-9d6400be4a7e 
(api:54)

2022-06-25 01:24:51,778-0700 INFO  (jsonrpc/1) [api.host] START getStats() 
from=::1,53638 (api:48)

2022-06-25 01:24:51,791-0700 INFO  (jsonrpc/1) [vdsm.api] START 
repoStats(domains=()) from=::1,53638, 
task_id=a9ab92c1-87e0-42df-a059-36e2588d5a78 (api:48)

2022-06-25 01:24:51,791-0700 INFO  (jsonrpc/1) [vdsm.api] FINISH repoStats 
return={'74ff7aac-f9e9-4e89-86db-2f40e48ddd85': {'code': 0, 'lastCheck': '1.1', 
'delay': '0.000278052', 'valid': True, 'version': 5, 'acquired': True, 
'actual': True}, 'fa5059e6-38ad-4f71-ad7d-0fc30aedf254': {'code': 0, 
'lastCheck': '4.4', 'delay': '0.000361428', 'valid': True, 'version': 0, 
'acquired': True, 'actual': True}} from=::1,53638, 
task_id=a9ab92c1-87e0-42df-a059-36e2588d5a78 (api:54)

2022-06-25 01:24:51,792-0700 INFO  (jsonrpc/1) [vdsm.api] START 
multipath_health() from=::1,53638, task_id=9845c9ca-e20e-425a-9fd2-f473b256380e 
(api:48)

2022-06-25 01:24:51,792-0700 INFO  (jsonrpc/1) [vdsm.api] FINISH 
multipath_health return={} from=::1,53638, 
task_id=9845c9ca-e20e-425a-9fd2-f473b256380e (api:54)

2022-06-25 01:24:51,793-0700 WARN  (jsonrpc/1) [root] Failed to retrieve Hosted 
Engine HA info, is Hosted Engine setup finished? (api:168)

2022-06-25 01:24:51,793-0700 INFO  (jsonrpc/1) [api.host] FINISH getStats 
return={'status': {'code': 0, 'message': 'Done'}, 'info': (suppressed)} 
from=::1,53638 (api:54)

2022-06-25 01:24:52,482-0700 INFO  (jsonrpc/7) [api.virt] START getStats() 
from=::1,53638, vmId=39877e08-26da-4694-a6a0-53bda1f1f87d (api:48)

2022-06-25 01:24:52,482-0700 INFO  (jsonrpc/7) [api.virt] FINISH getStats 
return={'status': {'code': 0, 'message': 'Done'}, 'statsList': [{'statusTime': 
'11315340662', 'status': 'Down', 'vmId': 
'39877e08-26da-4694-a6a0-53bda1f1f87d', 'exitCode': 0, 'exitMessage': 'User 
shut down from within the guest', 'exitReason': 7}]} from=::1,53638, 
vmId=39877e08-26da-4694-a6a0-53bda1f1f87d (api:54)

发件人: adam...@adagene.com.cn  
发送时间: 2022年6月25日 16:39
收件人: 'wodel youchi' 
抄送: 'users' 
主题: [ovirt-users]回复: Re: can not access engine when hosted engine is up

 �

I restart vdsmd process failed. And when I try to restart the only healthy 
node. Now no vm is running now. 

Too bad.

# hosted-engine --vm-status

The hosted engine configuration has not been retrieved from shared storage yet,

please ensure that ovirt-ha-agent service is running.

 �

I think the engine vm is down because of “dnf update” on it.

Is there any � recovery mode I can do now?

发件人: wodel youchi mailto:wodel.you...@gmail.com> > 
发送时间: 2022年6月25日 16:23
���件人: adam...@adagene.com.cn  
抄送: users mailto:users@ovirt.org> >
主题: [ovirt-users] Re: can not access engine when hosted engine is up

 �

Try restarting the vdmd process in that node and you can try to start the VM 
engine in another healthy hosted node.

 �

On Sat, Jun 25, 2022, 09:07 mailto:adam...@adagene.com.cn> > wrote:

I can not ping the engine. And no kvm process of engine in any node.

I try to run “hosted-engine --vm-start”, it said:

# hosted-engine --vm-start

Traceback (most recent call last):

 � File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main

 � � � "__main__", mod_spec)

 � File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code

 � � � exec(code, run_globals)

 � File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_setup/vdsm_helper.py", 
line 214, in 

 � � � args.command(args)

 � File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_setup/vdsm_helper.py", 
line 42, in func

 � � � f(*args, **kwargs)

 � File

[ovirt-users]回复: Re: 回复: Re: can not access engine when hosted engine is up

2022-06-25 Thread adam_xu
I’m using a fc-san storage. The storage is ok.

 �

发件人: wodel youchi  
发送时间: 2022年6月25日 18:40
收件人: adam...@adagene.com.cn
抄送: users 
主题: [ovirt-users]Re: 回复: Re: can not access engine when hosted engine is up

 �

Verify the ovirt-ha-agent service on the healthy node.

 �

What type of storage are you using for the VM engine? Is it still reachable?

 �

I don't think that the update broke your VM. The should at least boot.

 �

On Sat, Jun 25, 2022, 09:44 mailto:adam...@adagene.com.cn> > wrote:

Vdsm log:

2022-06-25 01:24:48,206-0700 INFO � (jsonrpc/6) [vdsm.api] START 
multipath_health() from=::1,53638, task_id=33f083e2-1a06-449c-afce-66cf0c831be0 
(api:48)

2022-06-25 01:24:48,206-0700 INFO � (jsonrpc/6) [vdsm.api] FINISH 
multipath_health return={} from=::1,53638, 
task_id=33f083e2-1a06-449c-afce-66cf0c831be0 (api:54)

2022-06-25 01:24:48,206-0700 WARN � (jsonrpc/6) [throttled] MOM not available. 
Error: [Errno 111] Connection refused (throttledlog:104)

2022-06-25 01:24:48,207-0700 WARN � (jsonrpc/6) [throttled] MOM not available, 
KSM stats will be missing. Error: � (throttledlog:104)

2022-06-25 01:24:48,207-0700 WARN � (jsonrpc/6) [root] Failed to retrieve 
Hosted Engine HA info, is Hosted Engine setup finished? (api:168)

2022-06-25 01:24:48,208-0700 INFO � (jsonrpc/6) [api.host] FINISH getStats 
return={'status': {'code': 0, 'message': 'Done'}, 'info': (suppressed)} 
from=::1,53638 (api:54)

2022-06-25 01:24:49,323-0700 INFO � (jsonrpc/4) [vdsm.api] START 
repoStats(domains=['74ff7aac-f9e9-4e89-86db-2f40e48ddd85']) from=::1,53638, 
task_id=448f81dd-f0bd-4c92-92ca-9d6400be4a7e (api:48)

2022-06-25 01:24:49,323-0700 INFO � (jsonrpc/4) [vdsm.api] FINISH repoStats 
return={'74ff7aac-f9e9-4e89-86db-2f40e48ddd85': {'code': 0, 'lastCheck': '2.0', 
'delay': '0.000278052', 'valid': True, 'version': 5, 'acquired': True, 
'actual': True}} from=::1,53638, task_id=448f81dd-f0bd-4c92-92ca-9d6400be4a7e 
(api:54)

2022-06-25 01:24:51,778-0700 INFO � (jsonrpc/1) [api.host] START getStats() 
from=::1,53638 (api:48)

2022-06-25 01:24:51,791-0700 INFO � (jsonrpc/1) [vdsm.api] START 
repoStats(domains=()) from=::1,53638, 
task_id=a9ab92c1-87e0-42df-a059-36e2588d5a78 (api:48)

2022-06-25 01:24:51,791-0700 INFO � (jsonrpc/1) [vdsm.api] FINISH repoStats 
return={'74ff7aac-f9e9-4e89-86db-2f40e48ddd85': {'code': 0, 'lastCheck': '1.1', 
'delay': '0.000278052', 'valid': True, 'version': 5, 'acquired': True, 
'actual': True}, 'fa5059e6-38ad-4f71-ad7d-0fc30aedf254': {'code': 0, 
'lastCheck': '4.4', 'delay': '0.000361428', 'valid': True, 'version': 0, 
'acquired': True, 'actual': True}} from=::1,53638, 
task_id=a9ab92c1-87e0-42df-a059-36e2588d5a78 (api:54)

2022-06-25 01:24:51,792-0700 INFO � (jsonrpc/1) [vdsm.api] START 
multipath_health() from=::1,53638, task_id=9845c9ca-e20e-425a-9fd2-f473b256380e 
(api:48)

2022-06-25 01:24:51,792-0700 INFO � (jsonrpc/1) [vdsm.api] FINISH 
multipath_health return={} from=::1,53638, 
task_id=9845c9ca-e20e-425a-9fd2-f473b256380e (api:54)

2022-06-25 01:24:51,793-0700 WARN � (jsonrpc/1) [root] Failed to retrieve 
Hosted Engine HA info, is Hosted Engine setup finished? (api:168)

2022-06-25 01:24:51,793-0700 INFO  �(jsonrpc/1) [api.host] FINISH getStats 
return={'status': {'code': 0, 'message': 'Done'}, 'info': (suppressed)} 
from=::1,53638 (api:54)

2022-06-25 01:24:52,482-0700 INFO � (jsonrpc/7) [api.virt] START getStats() 
from=::1,53638, vmId=39877e08-26da-4694-a6a0-53bda1f1f87d (api:48)

2022-06-25 01:24:52,482-0700 INFO � (jsonrpc/7) [api.virt] FINISH getStats 
return={'status': {'code': 0, 'message': 'Done'}, 'statsList': [{'statusTime': 
'11315340662', 'status': 'Down', 'vmId': 
'39877e08-26da-4694-a6a0-53bda1f1f87d', 'exitCode': 0, 'exitMessage': 'User 
shut down from within the guest', 'exitReason': 7}]} from=::1,53638, 
vmId=39877e08-26da-4694-a6a0-53bda1f1f87d (api:54)

发件人: adam...@adagene.com.cn   
mailto:adam...@adagene.com.cn> > 
发送时间: 2022年6月25日 16:39
收件人: 'wodel youchi' mailto:wodel.you...@gmail.com> >
抄送: 'users' mailto:users@ovirt.org> >
主题: [ovirt-users]回复: Re: can not access engine when hosted engine is up

 �

I restart vdsmd process failed. And when I try to restart the only healthy 
node. Now no vm is running now. 

Too bad.

# hosted-engine --vm-status

The hosted engine configuration has not been retrieved from shared storage yet,

please ensure that ovirt-ha-agent service is running.

 �

I think the engine vm is down because of “dnf update” on it.

Is there any � recovery mode I can do now?

发件人: wodel youchi mailto:wodel.you...@gmail.com> > 
发送时间: 2022年6月25日 16:23
收件人: adam...@adagene.com.cn  
抄送: users mailto:users@ovirt.org> >
主题: [ovirt-users] Re: can not access engine when hosted engine is up

 �

Try restarting the vdmd process in that node and you can try to start the VM 
engine in another healthy hosted node.

 �

On Sat, Jun 25, 2022, 09:07 mailto:adam...@adagene.com.cn> > wrote:

I can not pin

[ovirt-users] ovirt 4.5 default username

2022-06-25 Thread adam_xu
Hi all,

I just setup a new ovirt 4.5 cluster for testing  purpose. It was successful. 
But I can’t login using my password. Is there any changes between 4.4 and 4.5?

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


[ovirt-users]回复: ovirt 4.5 default username

2022-06-25 Thread adam_xu
Default username in ovirt 4.5 is

admin@localhost

 �

发件人: adam...@adagene.com.cn  
发送时间: 2022年6月25日 20:21
收件人: users@ovirt.org
主题: [ovirt-users] ovirt 4.5 default username

 �

Hi all,

I just setup a new ovirt 4.5 cluster for testing  �purpose. It was successful. 
But I can’t login using my password. Is there any changes between 4.4 and 4.5?

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


[ovirt-users]回复: Re: 回复: Re: can not access engine when hosted engine is up

2022-06-25 Thread adam_xu
I know what happed to ovirt host.

The host’s cert has expired. So the host lost connect to engine.

How to renew the host cert if that host is already lost connection to engine?

 �

 �

发件人: wodel youchi  
发送时间: 2022年6月25日 18:58
收件人: adam...@adagene.com.cn
抄送: users 
主题: [ovirt-users]Re: 回复: Re: can not access engine when hosted engine is up

 �

On the healthy node try restarting: ovirt-ha-agent, ovirt-ha-broker and vdsmd 
services.

 �

Verify that the three services are running properly.

 �

Wait a couple of minutes the execute hosted-engine --vm-status to see if the 
node returns VM down message, if you get there try to start the VM engine again.

 �

 �

 �

On Sat, Jun 25, 2022, 11:49 mailto:adam...@adagene.com.cn> > wrote:

I’m using a fc-san storage. The storage is ok.

 �

发件人: wodel youchi mailto:wodel.you...@gmail.com> > 
发送时间: 2022年6月25日 18:40
收件人: adam...@adagene.com.cn  
抄送: users mailto:users@ovirt.org> >
主题: [ovirt-users]Re: 回复: Re: can not access engine when hosted engine is up

 �

Verify the ovirt-ha-agent service on the healthy node.

 �

What type of storage are you using for the VM engine? Is it still reachable?

 �

I don't think that the update broke your VM. The should at least boot.

 �

On Sat, Jun 25, 2022, 09:44 mailto:adam...@adagene.com.cn> > wrote:

Vdsm log:

2022-06-25 01:24:48,206-0700 INFO � (jsonrpc/6) [vdsm.api] START 
multipath_health() from=::1,53638, task_id=33f083e2-1a06-449c-afce-66cf0c831be0 
(api:48)

2022-06-25 01:24:48,206-0700 INFO � (jsonrpc/6) [vdsm.api] FINISH 
multipath_health return={} from=::1,53638, 
task_id=33f083e2-1a06-449c-afce-66cf0c831be0 (api:54)

2022-06-25 01:24:48,206-0700 WARN � (jsonrpc/6) [throttled] MOM not available. 
Error: [Errno 111] Connection refused (throttledlog:104)

2022-06-25 01:24:48,207-0700 WARN � (jsonrpc/6) [throttled] MOM not available, 
KSM stats will be missing. Error: � (throttledlog:104)

2022-06-25 01:24:48,207-0700 WARN � (jsonrpc/6) [root] Failed to retrieve 
Hosted Engine HA info, is Hosted Engine setup finished? (api:168)

2022-06-25 01:24:48,208-0700 INFO � (jsonrpc/6) [api.host] FINISH getStats 
return={'status': {'code': 0, 'message': 'Done'}, 'info': (suppressed)} 
from=::1,53638 (api:54)

2022-06-25 01:24:49,323-0700 INFO � (jsonrpc/4) [vdsm.api] START 
repoStats(domains=['74ff7aac-f9e9-4e89-86db-2f40e48ddd85']) from=::1,53638, 
task_id=448f81dd-f0bd-4c92-92ca-9d6400be4a7e (api:48)

2022-06-25 01:24:49,323-0700 INFO � (jsonrpc/4) [vdsm.api] FINISH repoStats 
return={'74ff7aac-f9e9-4e89-86db-2f40e48ddd85': {'code': 0, 'lastCheck': '2.0', 
'delay': '0.000278052', 'valid': True, 'version': 5, 'acquired': True, 
'actual': True}} from=::1,53638, task_id=448f81dd-f0bd-4c92-92ca-9d6400be4a7e 
(api:54)

2022-06-25 01:24:51,778-0700 INFO � (jsonrpc/1) [api.host] START getStats() 
from=::1,53638 (api:48)

2022-06-25 01:24:51,791-0700 INFO � (jsonrpc/1) [vdsm.api] START 
repoStats(domains=()) from=::1,53638, 
task_id=a9ab92c1-87e0-42df-a059-36e2588d5a78 (api:48)

2022-06-25 01:24:51,791-0700 INFO � (jsonrpc/1) [vdsm.api] FINISH repoStats 
return={'74ff7aac-f9e9-4e89-86db-2f40e48ddd85': {'code': 0, 'lastCheck': '1.1', 
'delay': '0.000278052', 'valid': True, 'version': 5, 'acquired': True, 
'actual': True}, 'fa5059e6-38ad-4f71-ad7d-0fc30aedf254': {'code': 0, 
'lastCheck': '4.4', 'delay': '0.000361428', 'valid': True, 'version': 0, 
'acquired': True, 'actual': True}} from=::1,53638, 
task_id=a9ab92c1-87e0-42df-a059-36e2588d5a78 (api:54)

2022-06-25 01:24:51,792-0700 INFO � (jsonrpc/1) [vdsm.api] START 
multipath_health() from=::1,53638, task_id=9845c9ca-e20e-425a-9fd2-f473b256380e 
(api:48)

2022-06-25 01:24:51,792-0700 INFO � (jsonrpc/1) [vdsm.api] FINISH 
multipath_health return={} from=::1,53638, 
task_id=9845c9ca-e20e-425a-9fd2-f473b256380e (api:54)

2022-06-25 01:24:51,793-0700 WARN � (jsonrpc/1) [root] Failed to retrieve 
Hosted Engine HA info, is Hosted Engine setup finished? (api:168)

2022-06-25 01:24:51,793-0700 INFO  �(jsonrpc/1) [api.host] FINISH getStats 
return={'status': {'code': 0, 'message': 'Done'}, 'info': (suppressed)} 
from=::1,53638 (api:54)

2022-06-25 01:24:52,482-0700 INFO � (jsonrpc/7) [api.virt] START getStats() 
from=::1,53638, vmId=39877e08-26da-4694-a6a0-53bda1f1f87d (api:48)

2022-06-25 01:24:52,482-0700 INFO � (jsonrpc/7) [api.virt] FINISH getStats 
return={'status': {'code': 0, 'message': 'Done'}, 'statsList': [{'statusTime': 
'11315340662', 'status': 'Down', 'vmId': 
'39877e08-26da-4694-a6a0-53bda1f1f87d', 'exitCode': 0, 'exitMessage': 'User 
shut down from within the guest', 'exitReason': 7}]} from=::1,53638, 
vmId=39877e08-26da-4694-a6a0-53bda1f1f87d (api:54)

发件人: adam...@adagene.com.cn   
mailto:adam...@adagene.com.cn> > 
发送时间: 2022年6月25日 16:39
收件人: 'wodel youchi' mailto:wodel.you...@gmail.com> >
抄送: 'users' mailto:users@ovirt.org> >
主题: [ovirt-users]回复: Re: can not access engine when hosted engine is up

 �

I restart v

[ovirt-users]回复: how to renew expired ovirt node vdsm cert manually ?

2022-06-25 Thread adam_xu
Hi Dhanaraj
I still got some ssl error on my host like:
ERROR ssl handshake: socket error, address: :::192.168.49.188
Is there anything I should do in engine side?

-邮件原件-
发件人: dhanaraj.ramesh--- via Users  
发送时间: 2022年6月26日 12:35
收件人: users@ovirt.org
主题: [ovirt-users] how to renew expired ovirt node vdsm cert manually ?

below are the steps to renew the expired vdsm cert of ovirt node

# To check CERT expired
# openssl x509 -in /etc/pki/vdsm/certs/vdsmcert.pem -noout -dates

1. Backup vdsm folder
# cd /etc/pki
# mv vdsm vdsm.orig
# mkdir vdsm   ; chown vdsm:kvm vdsm
# cd vdsm
# mkdir libvirt-vnc certs keys libvirt-spice libvirt-migrate
# chown vdsm:kvm  libvirt-vnc certs keys libvirt-spice libvirt-migrate

2. Regenerate cert & keys
# vdsm-tool configure --module certificates

3. Copy the cert to destination location
chmod 440 /etc/pki/vdsm/keys/vdsmkey.pem
chown root /etc/pki/vdsmcerts/*pem
chmod 644 /etc/pki/vdsmcerts/*pem

cp /etc/pki/vdsm/certs/cacert.pem /etc/pki/vdsm/libvirt-spice/ca-cert.pem
cp /etc/pki/vdsm/keys/vdsmkey.pem /etc/pki/vdsm/libvirt-spice/server-key.pem
cp /etc/pki/vdsm/certs/vdsmcert.pem 
/etc/pki/vdsm/libvirt-spice/server-cert.pem

cp /etc/pki/vdsm/certs/cacert.pem /etc/pki/vdsm/libvirt-vnc/ca-cert.pem
cp /etc/pki/vdsm/keys/vdsmkey.pem /etc/pki/vdsm/libvirt-vnc/server-key.pem  
cp /etc/pki/vdsm/certs/vdsmcert.pem 
/etc/pki/vdsm/libvirt-vnc/server-cert.pem

cp -p /etc/pki/vdsm/certs/cacert.pem 
/etc/pki/vdsm/libvirt-migrate/ca-cert.pem
cp -p /etc/pki/vdsm/keys/vdsmkey.pem 
/etc/pki/vdsm/libvirt-migrate/server-key.pem
cp -p /etc/pki/vdsm/certs/vdsmcert.pem 
/etc/pki/vdsm/libvirt-migrate/server-cert.pem

chown root:qemu /etc/pki/vdsm/libvirt-migrate/server-key.pem

cp -p /etc/pki/vdsm.orig/keys/libvirt_password /etc/pki/vdsm/keys/

mv /etc/pki/libvirt/clientcert.pem /etc/pki/libvirt/clientcert.pem.orig
mv /etc/pki/libvirt/private/clientkey.pem 
/etc/pki/libvirt/private/clientkey.pem.orig
mv /etc/pki/CA/cacert.pem /etc/pki/CA/cacert.pem.orig
 
cp -p /etc/pki/vdsm/certs/vdsmcert.pem /etc/pki/libvirt/clientcert.pem
cp -p /etc/pki/vdsm/keys/vdsmkey.pem /etc/pki/libvirt/private/clientkey.pem
cp -p /etc/pki/vdsm/certs/cacert.pem /etc/pki/CA/cacert.pem


3. cross check the backup folder /etc/pki/vdsm.orig vs /etc/pki/vdsm
 # refer to /etc/pki/vdsm.orig/*/ and set the correct owner & group 
permission in /etc/pki/vdsm/*/

4. restart services # Make sure both services are up
systemctl restart vdsmd libvirtd
___
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/NHJNETOIMSHDXMQ6VTW6KS5NEWNBBYKG/
___
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/56QU2AD7YUX2VZUP4NZMRFXK32MJM7QE/


[ovirt-users]回复: Re: Intel xeon gold 6346 supported

2022-07-25 Thread adam_xu
Hi,
I'm using Intel(R) Xeon(R) Silver 4314, which is the same generation of CPU as 
yours.
Everything is OK.
OVirt version 4.5.1

-邮件原件-
发件人: atatur.yildi...@gmail.com  
发送时间: 2022年7月25日 16:43
收件人: users@ovirt.org
主题: [ovirt-users] Re: Intel xeon gold 6346 supported

Hello again,

Intel xeon 6346 seems to belong Icelake architecture; this arch. not listed in 
supported arch list. Does this mean we can't use Xeon 6346 ??

Thank you..
___
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/MQFCMUAFTBO5TR4Y7VQYOWJ36BSUFJRJ/
___
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/OW64GRLILUC2SBWSZ6ZXHJGNL35R6SCW/


[ovirt-users] login error via active directory

2022-08-01 Thread adam_xu
Hi Ovirt list,

I have a fresh installed ovirt cluster. Version 4.5.1.3

And I ran " ovirt-engine-extension-aaa-ldap-setup” to attach an AD successfully.

First question is:

When I click “Administration Portal”, the login page jumped to 
https://engine.example.com/ovirt-engine-auth/realms/ovirt-internal/protocol/openid-connect/auth?response_type=code
 

 
&scope=openid&client_id=ovirt-engine-internal&state=pWm6gymCKh9eW-pq1P5PSdvSeUY&redirect_uri=https%3A%2F%2Fengine.adagene.cn%2Fovirt-engine%2Fcallback&nonce=Rnx6mYrKjBLP0bEnPEUKAjE0jQ96IaJIz6IY7j8a4b0

Not the https://engine.example.com/ovirt-engine/sso/login.html page.

I removed the httpd conf file /etc/httpd/conf.d/internalsso-openidc.conf  and 
restart httpd. This time, it jumped to 
https://engine.example.com/ovirt-engine/sso/login.html

 �

The second question:

When I try to login via Active Directory accounts, it said:

server_error: Missing parameter: 'params'

 �

here’s some logs in engine.log

2022-08-02 13:43:54,686+08 INFO  
[org.ovirt.engine.core.bll.provider.network.SyncNetworkProviderCommand] 
(EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-8) 
[38f1f346] Lock freed to object 
'EngineLock:{exclusiveLocks='[7ae0fbd3-c2fb-4a82-8d36-6c88c5bce900=PROVIDER]', 
sharedLocks=''}'

2022-08-02 13:46:47,451+08 ERROR 
[org.ovirt.engine.core.sso.servlets.InteractiveAuthServlet] (default task-3) [] 
Internal Server Error: Missing parameter: 'params'

2022-08-02 13:46:47,451+08 ERROR [org.ovirt.engine.core.sso.service.SsoService] 
(default task-3) [] Missing parameter: 'params'

2022-08-02 13:46:47,632+08 ERROR 
[org.ovirt.engine.core.aaa.servlet.SsoPostLoginServlet] (default task-3) [] 
server_error: Missing parameter: 'params'

2022-08-02 13:47:18,747+08 ERROR 
[org.ovirt.engine.core.sso.servlets.InteractiveAuthServlet] (default task-3) [] 
Internal Server Error: Missing parameter: 'params'

2022-08-02 13:47:18,747+08 ERROR [org.ovirt.engine.core.sso.service.SsoService] 
(default task-3) [] Missing parameter: 'params'

2022-08-02 13:47:46,550+08 INFO  
[org.ovirt.engine.core.bll.utils.ThreadPoolMonitoringService] 
(EE-ManagedScheduledExecutorService-engineThreadMonitoringThreadPool-Thread-1) 
[] Thread pool 'default' is using 0 threads out of 1, 5 threads waiting for 
tasks.

 �

I need your help.

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


[ovirt-users]回复: Host certificate expired

2022-08-02 Thread adam_xu
This is the answer:
https://access.redhat.com/solutions/3532921

-邮件原件-
发件人: Rob B via Users  
发送时间: 2022年7月28日 23:44
收件人: users@ovirt.org
主题: [ovirt-users] Host certificate expired

Hi,

We have a ovirt host in a 'Unassigned' state because its certificate has 
expired.
The ovirt events show...

VDSM host1 command Get Host Capabilities failed: PKIX path validation failed: 
java.security.cert.CertPathValidatorException: validity check failed

This is the only host in the cluster, and has local storage so I don't have any 
options to start the single VM elsewhere.
Is there a way to renew the certificate on this host? I have no option to put 
the host in maintenance mode and 'Enroll Certificate' as its in the unassigned 
state.

The oVirt manager is running version: 4.4.10.7-1.el8 The oVirt host in the bad 
state is running: ovirt-host-4.4.9-2, vdsm-4.40.100.2-1.

Please let me know if you need any more info, and thanks in advance.

Rob


___
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/KRNK77WITSPCYCOWXCF6SYVNHW4RT6XN/
___
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/YSDTV675NFGBJ74XMUR6SPGWC2TEYZRF/


[ovirt-users]回复: Re: Ovirt-engine , certificate issue

2022-08-02 Thread adam_xu
Here is the answer:
https://access.redhat.com/solutions/3532921

-邮件原件-
发件人: Daniel Parraz  
发送时间: 2022年8月1日 10:27
收件人: users@ovirt.org
主题: [ovirt-users] Re: Ovirt-engine , certificate issue

Hi Angel,

I was wondering if you were able to resolve the issue with the non-responsive 
hypervisor hosts in the HostedEngine web GUI after running the "engine-setup 
--offline"? I currently have an expired certificate causing a similar issue and 
wanted to know if/how you were able to get your Ovirt node to recognize the new 
cert created?

Thank you,

Daniel Parraz
___
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/NIOTSR5F6K5XOFLONJ5PUHZNU4G4Z5ZF/
___
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/VXOFQ2DO4DSB3PEHP57I3T6PV7MNGX5D/


[ovirt-users]回复: login error via active directory

2022-08-02 Thread adam_xu
Ok. I understand. This question is equivalent to:

How to add active directory via Keycloak?

No document on ovirt.org. 

 �

发件人: adam...@adagene.com.cn  
发送时间: 2022年8月2日 13:50
收件人: users@ovirt.org
主题: [ovirt-users] login error via active directory

 �

Hi Ovirt list,

I have a fresh installed ovirt cluster. Version 4.5.1.3

And I ran " ovirt-engine-extension-aaa-ldap-setup” to attach an AD successfully.

First question is:

When I click “Administration Portal”, the login page jumped to 
https://engine.example.com/ovirt-engine-auth/realms/ovirt-internal/protocol/openid-connect/auth?response_type=code
 

 
&scope=openid&client_id=ovirt-engine-internal&state=pWm6gymCKh9eW-pq1P5PSdvSeUY&redirect_uri=https%3A%2F%2Fengine.adagene.cn%2Fovirt-engine%2Fcallback&nonce=Rnx6mYrKjBLP0bEnPEUKAjE0jQ96IaJIz6IY7j8a4b0

Not the https://engine.example.com/ovirt-engine/sso/login.html page.

I removed the httpd conf file /etc/httpd/conf.d/internalsso-openidc.conf  �and 
restart httpd. This time, it jumped to 
https://engine.example.com/ovirt-engine/sso/login.html

 �

The second question:

When I try to login via Active Directory accounts, it said:

server_error: Missing parameter: 'params'

 �

here’s some logs in engine.log

2022-08-02 13:43:54,686+08 INFO � 
[org.ovirt.engine.core.bll.provider.network.SyncNetworkProviderCommand] 
(EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-8) 
[38f1f346] Lock freed to object 
'EngineLock:{exclusiveLocks='[7ae0fbd3-c2fb-4a82-8d36-6c88c5bce900=PROVIDER]', 
sharedLocks=''}'

2022-08-02 13:46:47,451+08 ERROR 
[org.ovirt.engine.core.sso.servlets.InteractiveAuthServlet] (default task-3) [] 
Internal Server Error: Missing parameter: 'params'

2022-08-02 13:46:47,451+08 ERROR [org.ovirt.engine.core.sso.service.SsoService] 
(default task-3) [] Missing parameter: 'params'

2022-08-02 13:46:47,632+08 ERROR 
[org.ovirt.engine.core.aaa.servlet.SsoPostLoginServlet] (default task-3) [] 
server_error: Missing parameter: 'params'

2022-08-02 13:47:18,747+08 ERROR 
[org.ovirt.engine.core.sso.servlets.InteractiveAuthServlet] (default task-3) [] 
Internal Server Error: Missing parameter: 'params'

2022-08-02 13:47:18,747+08 ERROR [org.ovirt.engine.core.sso.service.SsoService] 
(default task-3) [] Missing parameter: 'params'

2022-08-02 13:47:46,550+08 INFO � 
[org.ovirt.engine.core.bll.utils.ThreadPoolMonitoringService] 
(EE-ManagedScheduledExecutorService-engineThreadMonitoringThreadPool-Thread-1) 
[] Thread pool 'default' is using 0 threads out of 1, 5 threads waiting for 
tasks.

 �

I need your help.

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


[ovirt-users]回复: Certificates Expiration Problem - Urgent Help Needed

2022-08-08 Thread adam_xu
Solution:
https://access.redhat.com/solutions/3532921

-邮件原件-
发件人: Andrei Verovski  
发送时间: 2022年8月9日 3:14
收件人: users@ovirt.org
主题: [ovirt-users] Certificates Expiration Problem - Urgent Help Needed

Hi !

Today my hosts (engine + all nodes) certificates expired and I re-run 
engine-setup to renew certificates.

Then I did for each node host:
Edit host -> Advanced parameters -> Fetch SSH public key (PEM) in order to 
update certificates on nodes, everything was finished just fine.

Unfortunately, one of the most crucial nodes (node14) still shows this
error:

VDSM node14 command Get Host Capabilities failed: PKIX path validation
failed: java.security.cert.CertPathValidatorException: validity check failed

Restarted vdsms and vdsm-network, still same, node is marked as non-responsive, 
and all VM with "?" sign (unknown status).

However, node14 pings without any problem, its storage domain shown in green 
(OK), and all VMs are running fine.

Service vdsm-network status is OK, vdsmd is NOT:
Aug 08 22:07:27 node14.***.lv vdsm[1264164]: ERROR ssl handshake: socket error, 
address: :::192.168.0.4

This node is running our accounting and stock control system, its storage 
domain holds VM disk of that software. If its nonoperational after restart, its 
a BIG trouble, I will not be able to migrate VM disk anywhere. Restoring 
accounting DB from daily backup is a lengthy process for 2 - 3 hours.

Please advice what to do next.

Thanks in advance.
___
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/7ERPAMDT2KO4W6VYYMNTYIMDHH7WTZGB/
___
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/SLO6UKLSHM4IGYOAUVW25ZVV4B2FPCKY/