[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 expi

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

2022-06-25 Thread dhanaraj.ramesh--- via Users
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

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

[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 pass

[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...@o

[ovirt-users] Re: API how to increase extend resize disk VM

2022-06-25 Thread sultanu--- via Users
Hello, team! Is it possible to change Actual size on cow disk from API? In our infrastructure we have 3 host cluster + ISCSI storage, i need increase disk size for uploading cow image from API. ___ Users mailing list -- users@ovirt.org To unsubscribe

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

2022-06-25 Thread wodel youchi
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

[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

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

2022-06-25 Thread wodel youchi
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 wrote: > Vdsm log: > > 2022-06-25 01:24:48,206-0700 INFO (json

[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-

[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 th

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

2022-06-25 Thread wodel youchi
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 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

[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/

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

2022-06-25 Thread wodel youchi
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 I

[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 b