Problem to login virtengine on remote browser

------=_Part_5299421_391508557.1510228651131 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi all, Problem to login virtengine on remote browser client is not authorized to request an authorization vm1 - ovirtengine on CentOS 7, Gnome desktop (internal IP 192.168.8.8) vm2 - ovirt node on CentOS 7, minimal (internal IP 192.168.8.5) Host - Ubuntu 16.04 Gnome desktop KVM vm1 =3D=3D=3D on Firefox running; ovirtengine.example.com I can login 'oVirt Open Virtualization Manager' on Firefox running; 192.168.8.5:9090 (ovirt node IP) I can login ovirt node as root Host =3D=3D=3D=3D on Firefox running; ovirtengine.example.com Server not found (Firewall of vm1 already stopped running; # systemctl stop firewalld ) if running; 192.168.8.8 (IP of vm1) I can connect 'oVirt Open Virtualization Manager' but I can't login with fo= llowing warning: 'The client is not authorized to request an authorization. It's required to= access the system using FQDN.' on Firefox running; 192.168.8.5:9090=C2=A0 (ovirt node IP) I can login ovirt node as root Please help.=C2=A0 Thanks in advice. Regards SL ------=_Part_5299421_391508557.1510228651131 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <html><head></head><body><div style=3D"font-family:Helvetica Neue, Helvetic= a, Arial, sans-serif;font-size:16px;"><div>Hi all,<br><br>Problem to login = virtengine on remote browser<br>client is not authorized to request an auth= orization<br><br>vm1 - ovirtengine on CentOS 7, Gnome desktop (internal IP = 192.168.8.8)<br>vm2 - ovirt node on CentOS 7, minimal (internal IP 192.168.= 8.5)<br>Host - Ubuntu 16.04 Gnome desktop<br>KVM<br><br>vm1<br>=3D=3D=3D<br=
on Firefox running;<br>ovirtengine.example.com<br>I can login 'oVirt Open = Virtualization Manager'<br><br>on Firefox running;<br>192.168.8.5:9090 (ovi= rt node IP)<br>I can login ovirt node as root<br><br>Host<br>=3D=3D=3D=3D<b= r>on Firefox running;<br>ovirtengine.example.com<br>Server not found<br>(Fi= rewall of vm1 already stopped running;<br># systemctl stop firewalld )<br><= br>if running;<br>192.168.8.8 (IP of vm1)<br>I can connect 'oVirt Open Virt= ualization Manager' but I can't login with following warning:<br>'The clien= t is not authorized to request an authorization. It's required to access th= e system using FQDN.'<br><br>on Firefox running;<br>192.168.8.5:9090 = (ovirt node IP)<br>I can login ovirt node as root<br><br><br>Please help.&n= bsp; Thanks in advice.<br><br><br>Regards<br>SL<br><br><br></div></div></bo= dy></html> ------=_Part_5299421_391508557.1510228651131--

On Thu, Nov 9, 2017 at 1:57 PM, Stephen Liu <satimis@yahoo.com> wrote:
Hi all,
Problem to login virtengine on remote browser client is not authorized to request an authorization
Please check recent thread on this list, with subject "[ovirt-users] engine FQDN".
vm1 - ovirtengine on CentOS 7, Gnome desktop (internal IP 192.168.8.8) vm2 - ovirt node on CentOS 7, minimal (internal IP 192.168.8.5) Host - Ubuntu 16.04 Gnome desktop KVM
vm1 === on Firefox running; ovirtengine.example.com I can login 'oVirt Open Virtualization Manager'
on Firefox running; 192.168.8.5:9090 (ovirt node IP) I can login ovirt node as root
Host ==== on Firefox running; ovirtengine.example.com Server not found (Firewall of vm1 already stopped running; # systemctl stop firewalld )
"Server not found" is usually unrelated to the firewall, but is a result of bad/missing name resolution.
if running; 192.168.8.8 (IP of vm1) I can connect 'oVirt Open Virtualization Manager' but I can't login with following warning: 'The client is not authorized to request an authorization. It's required to access the system using FQDN.'
Indeed, see the other thread. If this isn't enough, please provide more details - the name you provided as engine FQDN during engine-setup, whether you fixed name resolution - by updating the dns or the hosts file, etc. Regards,
on Firefox running; 192.168.8.5:9090 (ovirt node IP) I can login ovirt node as root
Please help. Thanks in advice.
Regards SL
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Didi

------=_Part_5434779_1838168214.1510239824658 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable >> if running; >>=C2=A0192.168.8.8 (IP of vm1) >>=C2=A0I can connect 'oVirt Open Virtualization Manager' but I can't logi= n with >>=C2=A0following warning: >>'The client is not authorized to request an authorization. It's required= to >>access the system using FQDN.' > Indeed, see the other thread. > If this isn't enough, please provide more details - the name you provided > as engine FQDN during engine-setup, whether you fixed name resolution - > by updating the dns or the hosts file, etc. Hi, I solved the problem with following steps:- # nano /etc/ovirt-engine/engine.conf.d/11-setup-sso.conf =C2=A0=C2=A0 Change:SSO_ALTERNATE_ENGINE_FQDNS=3D"" To: SSO_ALTERNATE_ENGINE_FQDNS=3D"192.168.8.8" (ovirtengine IP) # systemctl restart ovirt-engine.service Now I can remote login ovirtengine on Host's browser running:http://ovirten= gine.example.com On ovirtengine$ cat /etc/hosts 127.0.0.1=C2=A0=C2=A0 localhost localhost.localdomain localhost4 localhost4= .localdomain4 ::1=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 localhost localhost.loc= aldomain localhost6 localhost6.localdomain6 192.168.8.8=C2=A0 ovirtengine.example.com 192.168.8.5=C2=A0 ovirtnode.example.com [/end] Now I encounter another problem in "Add oVirt Node (ovirtnode.example) to o= virt engine from Web Administrator Portal", failure to add new host "ovirt = node". To connect/login "ovirt node" on Host I must run;192.168.8.5:9090 Adding 192.168.8.5 to the new host, "ovirt node" can't be connected.=C2=A0 = But I'm not allowed adding "192.168.8.5:9090" to Address there. Please advise is there any solution to delete ":9090"? Thanks RegardsSL On Thursday, November 9, 2017, 8:34:30 PM GMT+8, Yedidyah Bar David <di= di@redhat.com> wrote: =20 =20 On Thu, Nov 9, 2017 at 1:57 PM, Stephen Liu <satimis@yahoo.com> wrote: > Hi all, > > Problem to login virtengine on remote browser > client is not authorized to request an authorization Please check recent thread on this list, with subject "[ovirt-users] engine FQDN". > > vm1 - ovirtengine on CentOS 7, Gnome desktop (internal IP 192.168.8.8) > vm2 - ovirt node on CentOS 7, minimal (internal IP 192.168.8.5) > Host - Ubuntu 16.04 Gnome desktop > KVM > > vm1 > =3D=3D=3D > on Firefox running; > ovirtengine.example.com > I can login 'oVirt Open Virtualization Manager' > > on Firefox running; > 192.168.8.5:9090 (ovirt node IP) > I can login ovirt node as root > > Host > =3D=3D=3D=3D > on Firefox running; > ovirtengine.example.com > Server not found > (Firewall of vm1 already stopped running; > # systemctl stop firewalld ) "Server not found" is usually unrelated to the firewall, but is a result of bad/missing name resolution. > > if running; > 192.168.8.8 (IP of vm1) > I can connect 'oVirt Open Virtualization Manager' but I can't login with > following warning: > 'The client is not authorized to request an authorization. It's required = to > access the system using FQDN.' Indeed, see the other thread. If this isn't enough, please provide more details - the name you provided as engine FQDN during engine-setup, whether you fixed name resolution - by updating the dns or the hosts file, etc. Regards, > > on Firefox running; > 192.168.8.5:9090=C2=A0 (ovirt node IP) > I can login ovirt node as root > > > Please help.=C2=A0 Thanks in advice. > > > Regards > SL > > > > _______________________________________________ > Users mailing list > Users@ovirt.org > http://lists.ovirt.org/mailman/listinfo/users > --=20 Didi =20 ------=_Part_5434779_1838168214.1510239824658 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <html><head></head><body><div style=3D"font-family:Helvetica Neue, Helvetic= a, Arial, sans-serif;font-size:16px;"><div></div> <div>>> if running;<br clear=3D"none"> >> 192.= 168.8.8 (IP of vm1)<br clear=3D"none"> >> I can connect 'oVirt O= pen Virtualization Manager' but I can't login with<br clear=3D"none"> >&= gt; following warning:<br clear=3D"none"> >>'The client is not a= uthorized to request an authorization. It's required to<br clear=3D"none"> = >>access the system using FQDN.'<br clear=3D"none"><br clear=3D"none"= >> Indeed, see the other thread.<br clear=3D"none"><br clear=3D"none">&g= t; If this isn't enough, please provide more details - the name you provide= d<br clear=3D"none">> as engine FQDN during engine-setup, whether you fi= xed name resolution -<br clear=3D"none"><div>> by updating the dns or th= e hosts file, etc.</div><div><br></div><div>Hi,<br></div><div><br></div><di= v>I solved the problem with following steps:-<br></div></div><div><br></div= ><div># nano /etc/ovirt-engine/engine.conf.d/11-setup-sso.conf<br><div>&nbs= p; </div><div>Change:</div>SSO_ALTERNATE_ENGINE_FQDNS=3D""<br>To:<br>= SSO_ALTERNATE_ENGINE_FQDNS=3D"192.168.8.8" (ovirtengine IP)<br><br><div># s= ystemctl restart ovirt-engine.service</div><div><br></div><div>Now I can re= mote login ovirtengine on Host's browser running:</div><div><a href=3D"http= ://ovirtengine.example">http://ovirtengine.example</a>.com</div><div><br></= div><div>On ovirtengine</div><div>$ cat /etc/hosts<br>127.0.0.1 = localhost localhost.localdomain localhost4 localhost4.localdomain4<br>::1&= nbsp; localhost localhost.localdo= main localhost6 localhost6.localdomain6<br><br>192.168.8.8 ovirtengin= e.example.com<br>192.168.8.5 ovirtnode.example.com<br><div>[/end]</di= v><div><br></div><div>Now I encounter another problem in "Add oVirt Node (o= virtnode.example) to ovirt engine from Web Administrator Portal", failure t= o add new host "ovirt node".</div><div><br></div><div>To connect/login "ovi= rt node" on Host I must run;</div><div>192.168.8.5:9090</div><div><br></div= ><div>Adding 192.168.8.5 to the new host, "ovirt node" can't be connected.&= nbsp; But I'm not allowed adding "192.168.8.5:9090" to Address there.</div>= <div><br></div><div>Please advise is there any solution to delete ":9090"?<= /div><div><br></div><div>Thanks</div><div><br></div><div>Regards</div><div>= SL<br></div></div><div><br></div><div><br></div></div> =20 <div id=3D"yahoo_quoted_0252935486" class=3D"yahoo_quoted"> <div style=3D"font-family:'Helvetica Neue', Helvetica, Aria= l, sans-serif;font-size:13px;color:#26282a;"> =20 <div> On Thursday, November 9, 2017, 8:34:30 PM GMT+8, Ye= didyah Bar David <didi@redhat.com> wrote: </div> <div><br></div> <div><br></div> <div><div dir=3D"ltr">On Thu, Nov 9, 2017 at 1:57 PM, S= tephen Liu <<a shape=3D"rect" ymailto=3D"mailto:satimis@yahoo.com" href= =3D"mailto:satimis@yahoo.com">satimis@yahoo.com</a>> wrote:<br clear=3D"= none">> Hi all,<br clear=3D"none">><br clear=3D"none">> Problem to= login virtengine on remote browser<br clear=3D"none">> client is not au= thorized to request an authorization<br clear=3D"none"><br clear=3D"none">P= lease check recent thread on this list, with subject "[ovirt-users]<br clea= r=3D"none">engine FQDN".<br clear=3D"none"><br clear=3D"none">><br clear= =3D"none">> vm1 - ovirtengine on CentOS 7, Gnome desktop (internal IP 19= 2.168.8.8)<br clear=3D"none">> vm2 - ovirt node on CentOS 7, minimal (in= ternal IP 192.168.8.5)<br clear=3D"none">> Host - Ubuntu 16.04 Gnome des= ktop<br clear=3D"none">> KVM<br clear=3D"none">><br clear=3D"none">&g= t; vm1<br clear=3D"none">> =3D=3D=3D<br clear=3D"none">> on Firefox r= unning;<br clear=3D"none">> ovirtengine.example.com<br clear=3D"none">&g= t; I can login 'oVirt Open Virtualization Manager'<br clear=3D"none">><b= r clear=3D"none">> on Firefox running;<br clear=3D"none">> 192.168.8.= 5:9090 (ovirt node IP)<br clear=3D"none">> I can login ovirt node as roo= t<br clear=3D"none">><br clear=3D"none">> Host<br clear=3D"none">>= =3D=3D=3D=3D<br clear=3D"none">> on Firefox running;<br clear=3D"none">= > ovirtengine.example.com<br clear=3D"none">> Server not found<br cle= ar=3D"none">> (Firewall of vm1 already stopped running;<br clear=3D"none= ">> # systemctl stop firewalld )<br clear=3D"none"><br clear=3D"none">"S= erver not found" is usually unrelated to the firewall, but is a result<br c= lear=3D"none">of bad/missing name resolution.<br clear=3D"none"><br clear= =3D"none">><br clear=3D"none">> if running;<br clear=3D"none">> 19= 2.168.8.8 (IP of vm1)<br clear=3D"none">> I can connect 'oVirt Open Virt= ualization Manager' but I can't login with<br clear=3D"none">> following= warning:<br clear=3D"none">> 'The client is not authorized to request a= n authorization. It's required to<br clear=3D"none">> access the system = using FQDN.'<br clear=3D"none"><br clear=3D"none">Indeed, see the other thr= ead.<br clear=3D"none"><br clear=3D"none">If this isn't enough, please prov= ide more details - the name you provided<br clear=3D"none">as engine FQDN d= uring engine-setup, whether you fixed name resolution -<br clear=3D"none">b= y updating the dns or the hosts file, etc.<br clear=3D"none"><br clear=3D"n= one">Regards,<div class=3D"yqt3462214745" id=3D"yqtfd17574"><br clear=3D"no= ne"><br clear=3D"none">><br clear=3D"none">> on Firefox running;<br c= lear=3D"none">> 192.168.8.5:9090 (ovirt node IP)<br clear=3D"none"= >> I can login ovirt node as root<br clear=3D"none">><br clear=3D"non= e">><br clear=3D"none">> Please help. Thanks in advice.<br clea= r=3D"none">><br clear=3D"none">><br clear=3D"none">> Regards<br cl= ear=3D"none">> SL</div><br clear=3D"none">><br clear=3D"none">><br= clear=3D"none">><br clear=3D"none">> _______________________________= ________________<br clear=3D"none">> Users mailing list<br clear=3D"none= ">> <a shape=3D"rect" ymailto=3D"mailto:Users@ovirt.org" href=3D"mailto:= Users@ovirt.org">Users@ovirt.org</a><br clear=3D"none">> <a shape=3D"rec= t" href=3D"http://lists.ovirt.org/mailman/listinfo/users" target=3D"_blank"= >http://lists.ovirt.org/mailman/listinfo/users</a><br clear=3D"none">><b= r clear=3D"none"><br clear=3D"none"><br clear=3D"none"><br clear=3D"none">-= - <br clear=3D"none">Didi<div class=3D"yqt3462214745" id=3D"yqtfd49342"><br= clear=3D"none"></div></div></div> </div> </div></div></body></html> ------=_Part_5434779_1838168214.1510239824658--

On Thu, Nov 9, 2017 at 5:03 PM, Stephen Liu <satimis@yahoo.com> wrote:
if running; 192.168.8.8 (IP of vm1) I can connect 'oVirt Open Virtualization Manager' but I can't login with following warning: 'The client is not authorized to request an authorization. It's required to access the system using FQDN.'
Indeed, see the other thread.
If this isn't enough, please provide more details - the name you provided as engine FQDN during engine-setup, whether you fixed name resolution - by updating the dns or the hosts file, etc.
Hi,
I solved the problem with following steps:-
# nano /etc/ovirt-engine/engine.conf.d/11-setup-sso.conf
Change: SSO_ALTERNATE_ENGINE_FQDNS="" To: SSO_ALTERNATE_ENGINE_FQDNS="192.168.8.8" (ovirtengine IP)
# systemctl restart ovirt-engine.service
Now I can remote login ovirtengine on Host's browser running: http://ovirtengine.example.com
On ovirtengine $ cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.8.8 ovirtengine.example.com 192.168.8.5 ovirtnode.example.com [/end]
Now I encounter another problem in "Add oVirt Node (ovirtnode.example) to ovirt engine from Web Administrator Portal", failure to add new host "ovirt node".
To connect/login "ovirt node" on Host I must run; 192.168.8.5:9090
Adding 192.168.8.5 to the new host, "ovirt node" can't be connected.
What do you mean by that? What error message do you get? Can you ssh from the engine machine to this address manually? If not, first solve this, then try again to add it. Perhaps it's the firewall blocking or something like that.
But I'm not allowed adding "192.168.8.5:9090" to Address there.
Please advise is there any solution to delete ":9090"?
Thanks
Regards SL
On Thursday, November 9, 2017, 8:34:30 PM GMT+8, Yedidyah Bar David <didi@redhat.com> wrote:
On Thu, Nov 9, 2017 at 1:57 PM, Stephen Liu <satimis@yahoo.com> wrote:
Hi all,
Problem to login virtengine on remote browser client is not authorized to request an authorization
Please check recent thread on this list, with subject "[ovirt-users] engine FQDN".
vm1 - ovirtengine on CentOS 7, Gnome desktop (internal IP 192.168.8.8) vm2 - ovirt node on CentOS 7, minimal (internal IP 192.168.8.5) Host - Ubuntu 16.04 Gnome desktop KVM
vm1 === on Firefox running; ovirtengine.example.com I can login 'oVirt Open Virtualization Manager'
on Firefox running; 192.168.8.5:9090 (ovirt node IP) I can login ovirt node as root
Host ==== on Firefox running; ovirtengine.example.com Server not found (Firewall of vm1 already stopped running; # systemctl stop firewalld )
"Server not found" is usually unrelated to the firewall, but is a result of bad/missing name resolution.
if running; 192.168.8.8 (IP of vm1) I can connect 'oVirt Open Virtualization Manager' but I can't login with following warning: 'The client is not authorized to request an authorization. It's required to access the system using FQDN.'
Indeed, see the other thread.
If this isn't enough, please provide more details - the name you provided as engine FQDN during engine-setup, whether you fixed name resolution - by updating the dns or the hosts file, etc.
Regards,
on Firefox running; 192.168.8.5:9090 (ovirt node IP) I can login ovirt node as root
Please help. Thanks in advice.
Regards SL
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Didi
-- Didi

------=_Part_5416468_471064377.1510241935110 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
What do you mean by that? What error message do you get? Can you ssh from the engine machine to this address manually? If not, first solve this, then try again to add it. Perhaps it's the firewall blocking or something like that.
Status - Install Failed Nov 9, 2017 7:01:44 PM Host ovirtnode.example.com installation failed. Command returned failure co= de 1 during SSH session 'root@192.168.8.5'. Nov 9, 2017 7:01:43 PM Failed to install Host ovirtnode.example.com. Failed to execute stage 'Setu= p validation': Hardware does not support virtualization. Nov 9, 2017 7:01:43 PM Host ovirtnode.example.com installation in progress . Machine does not supp= ort constant timestamp counter, this may effect performance. On Host Terminal: $ ssh root@192.168.8.5 (ovirt node IP) The authenticity of host '192.168.8.5 (192.168.8.5)' can't be established. ECDSA key fingerprint is SHA256:J2gMI1fvZj5dNC36YClUjAGHQrnszQ23y46xjNcJnYw= . Are you sure you want to continue connecting (yes/no)?=20 Whether I have to proceed here first, connecting "ovirt note"? $ egrep -c '(vmx|svm)' /proc/cpuinfo 8 $ uname -m x86_64 $ kvm-ok INFO: /dev/kvm existsKVM acceleration can be used RegardsSL On Thursday, November 9, 2017, 11:18:06 PM GMT+8, Yedidyah Bar David <d= idi@redhat.com> wrote: =20 =20 On Thu, Nov 9, 2017 at 5:03 PM, Stephen Liu <satimis@yahoo.com> wrote:
if running; 192.168.8.8 (IP of vm1) I can connect 'oVirt Open Virtualization Manager' but I can't login wit= h following warning: 'The client is not authorized to request an authorization. It's required to access the system using FQDN.'
Indeed, see the other thread.
If this isn't enough, please provide more details - the name you provide= d as engine FQDN during engine-setup, whether you fixed name resolution - by updating the dns or the hosts file, etc.
Hi,
I solved the problem with following steps:-
# nano /etc/ovirt-engine/engine.conf.d/11-setup-sso.conf
Change: SSO_ALTERNATE_ENGINE_FQDNS=3D"" To: SSO_ALTERNATE_ENGINE_FQDNS=3D"192.168.8.8" (ovirtengine IP)
# systemctl restart ovirt-engine.service
Now I can remote login ovirtengine on Host's browser running: http://ovirtengine.example.com
On ovirtengine $ cat /etc/hosts 127.0.0.1=C2=A0 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1=C2=A0 =C2=A0 =C2=A0 =C2=A0 localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.8.8=C2=A0 ovirtengine.example.com 192.168.8.5=C2=A0 ovirtnode.example.com [/end]
Now I encounter another problem in "Add oVirt Node (ovirtnode.example) to ovirt engine from Web Administrator Portal", failure to add new host "ovi= rt node".
To connect/login "ovirt node" on Host I must run; 192.168.8.5:9090
Adding 192.168.8.5 to the new host, "ovirt node" can't be connected.
What do you mean by that? What error message do you get? Can you ssh from the engine machine to this address manually? If not, first solve this, then try again to add it. Perhaps it's the firewall blocking or something like that.
=C2=A0 But I'm not allowed adding "192.168.8.5:9090" to Address there.
Please advise is there any solution to delete ":9090"?
Thanks
Regards SL
On Thursday, November 9, 2017, 8:34:30 PM GMT+8, Yedidyah Bar David <didi@redhat.com> wrote:
On Thu, Nov 9, 2017 at 1:57 PM, Stephen Liu <satimis@yahoo.com> wrote:
Hi all,
Problem to login virtengine on remote browser client is not authorized to request an authorization
Please check recent thread on this list, with subject "[ovirt-users] engine FQDN".
vm1 - ovirtengine on CentOS 7, Gnome desktop (internal IP 192.168.8.8) vm2 - ovirt node on CentOS 7, minimal (internal IP 192.168.8.5) Host - Ubuntu 16.04 Gnome desktop KVM
vm1 =3D=3D=3D on Firefox running; ovirtengine.example.com I can login 'oVirt Open Virtualization Manager'
on Firefox running; 192.168.8.5:9090 (ovirt node IP) I can login ovirt node as root
Host =3D=3D=3D=3D on Firefox running; ovirtengine.example.com Server not found (Firewall of vm1 already stopped running; # systemctl stop firewalld )
"Server not found" is usually unrelated to the firewall, but is a result of bad/missing name resolution.
if running; 192.168.8.8 (IP of vm1) I can connect 'oVirt Open Virtualization Manager' but I can't login with following warning: 'The client is not authorized to request an authorization. It's required to access the system using FQDN.'
Indeed, see the other thread.
If this isn't enough, please provide more details - the name you provided as engine FQDN during engine-setup, whether you fixed name resolution - by updating the dns or the hosts file, etc.
Regards,
on Firefox running; 192.168.8.5:9090=C2=A0 (ovirt node IP) I can login ovirt node as root
Please help.=C2=A0 Thanks in advice.
Regards SL
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Didi
--=20 Didi =20 ------=_Part_5416468_471064377.1510241935110 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <html><head></head><body><div style=3D"font-family:Helvetica Neue, Helvetic= a, Arial, sans-serif;font-size:16px;"><div></div> <div>> What do you mean by that? What error message do you g= et?<br clear=3D"none">> Can you ssh from the engine machine to this addr= ess manually?<br clear=3D"none">> If not, first solve this, then try aga= in to add it.<br clear=3D"none">> Perhaps it's the firewall blocking or = something like that.<br></div><div><br></div><div>Status - Install Failed<b= r>Nov 9, 2017 7:01:44 PM<br>Host ovirtnode.example.com installation failed.= Command returned failure code 1 during SSH session 'root@192.168.8.5'.<br>= <br>Nov 9, 2017 7:01:43 PM<br>Failed to install Host ovirtnode.example.com.= Failed to execute stage 'Setup validation': Hardware does not support virt= ualization.<br><br>Nov 9, 2017 7:01:43 PM<br>Host ovirtnode.example.com ins= tallation in progress . Machine does not support constant timestamp counter= , this may effect performance.<br><br><br>On Host Terminal:<br>$ ssh root@1= 92.168.8.5 (ovirt node IP)<br>The authenticity of host '192.168.8.5 (192.16= 8.8.5)' can't be established.<br>ECDSA key fingerprint is SHA256:J2gMI1fvZj= 5dNC36YClUjAGHQrnszQ23y46xjNcJnYw.<br>Are you sure you want to continue con= necting (yes/no)? <br><br>Whether I have to proceed here first, connecting = "ovirt note"?<br><br>$ egrep -c '(vmx|svm)' /proc/cpuinfo<br>8<br><br>$ una= me -m<br><div>x86_64</div><div><br></div><div>$ kvm-ok<br><div>INFO: /dev/k= vm exists</div>KVM acceleration can be used<br><div><br></div><div>Regards<= /div><div>SL<br></div><br></div><div><br></div><br><br></div><div><br></div=
> localhost6.localdomain6<br clear=3D"none">><br clear=3D"none">>= 192.168.8.8 ovirtengine.example.com<br clear=3D"none">> 192.168.8= .5 ovirtnode.example.com<br clear=3D"none">> [/end]<br clear=3D"no= ne">><br clear=3D"none">> Now I encounter another problem in "Add oVi= rt Node (ovirtnode.example) to<br clear=3D"none">> ovirt engine from Web= Administrator Portal", failure to add new host "ovirt<br clear=3D"none">&g= t; node".<br clear=3D"none">><br clear=3D"none">> To connect/login "o= virt node" on Host I must run;<br clear=3D"none">> 192.168.8.5:9090<br c= lear=3D"none">><br clear=3D"none">> Adding 192.168.8.5 to the new hos= t, "ovirt node" can't be connected.<br clear=3D"none"><br clear=3D"none">Wh= at do you mean by that? What error message do you get?<br clear=3D"none">Ca= n you ssh from the engine machine to this address manually?<br clear=3D"non= e">If not, first solve this, then try again to add it.<br clear=3D"none">Pe= rhaps it's the firewall blocking or something like that.<div class=3D"yqt99= 02449239" id=3D"yqtfd74130"><br clear=3D"none"><br clear=3D"none">> = ; But<br clear=3D"none">> I'm not allowed adding "192.168.8.5:9090" to A=
>> I can connect 'oVirt Open Virtualization Manager' but I can't log= in with<br clear=3D"none">>> following warning:<br clear=3D"none">>= ;> 'The client is not authorized to request an authorization. It's requi= red<br clear=3D"none">>> to<br clear=3D"none">>> access the sys= tem using FQDN.'<br clear=3D"none">><br clear=3D"none">> Indeed, see =
=20 <div id=3D"yahoo_quoted_0787562685" class=3D"yahoo_quoted"> <div style=3D"font-family:'Helvetica Neue', Helvetica, Aria= l, sans-serif;font-size:13px;color:#26282a;"> =20 <div> On Thursday, November 9, 2017, 11:18:06 PM GMT+8, Y= edidyah Bar David <didi@redhat.com> wrote: </div> <div><br></div> <div><br></div> <div><div dir=3D"ltr">On Thu, Nov 9, 2017 at 5:03 PM, S= tephen Liu <<a shape=3D"rect" ymailto=3D"mailto:satimis@yahoo.com" href= =3D"mailto:satimis@yahoo.com">satimis@yahoo.com</a>> wrote:<br clear=3D"= none">>>> if running;<br clear=3D"none">>>> 192.168.8.8 (= IP of vm1)<br clear=3D"none">>>> I can connect 'oVirt Open Virtual= ization Manager' but I can't login with<br clear=3D"none">>>> foll= owing warning:<br clear=3D"none">>>>'The client is not authorized = to request an authorization. It's required<br clear=3D"none">>>> t= o<br clear=3D"none">>>>access the system using FQDN.'<br clear=3D"= none">><br clear=3D"none">>> Indeed, see the other thread.<br clea= r=3D"none">><br clear=3D"none">>> If this isn't enough, please pro= vide more details - the name you provided<br clear=3D"none">>> as eng= ine FQDN during engine-setup, whether you fixed name resolution -<br clear= =3D"none">>> by updating the dns or the hosts file, etc.<br clear=3D"= none">><br clear=3D"none">> Hi,<br clear=3D"none">><br clear=3D"no= ne">> I solved the problem with following steps:-<br clear=3D"none">>= <br clear=3D"none">> # nano /etc/ovirt-engine/engine.conf.d/11-setup-sso= .conf<br clear=3D"none">><br clear=3D"none">> Change:<br clear=3D"non= e">> SSO_ALTERNATE_ENGINE_FQDNS=3D""<br clear=3D"none">> To:<br clear= =3D"none">> SSO_ALTERNATE_ENGINE_FQDNS=3D"192.168.8.8" (ovirtengine IP)<= br clear=3D"none">><br clear=3D"none">> # systemctl restart ovirt-eng= ine.service<br clear=3D"none">><br clear=3D"none">> Now I can remote = login ovirtengine on Host's browser running:<br clear=3D"none">> <a shap= e=3D"rect" href=3D"http://ovirtengine.example.com" target=3D"_blank">http:/= /ovirtengine.example.com</a><br clear=3D"none">><br clear=3D"none">> = On ovirtengine<br clear=3D"none">> $ cat /etc/hosts<br clear=3D"none">&g= t; 127.0.0.1 localhost localhost.localdomain localhost4<br clear=3D"= none">> localhost4.localdomain4<br clear=3D"none">> ::1 = localhost localhost.localdomain localhost6<br clear=3D"none"= ddress there.<br clear=3D"none">><br clear=3D"none">> Please advise i= s there any solution to delete ":9090"?<br clear=3D"none">><br clear=3D"= none">> Thanks<br clear=3D"none">><br clear=3D"none">> Regards<br = clear=3D"none">> SL<br clear=3D"none">><br clear=3D"none">><br cle= ar=3D"none">> On Thursday, November 9, 2017, 8:34:30 PM GMT+8, Yedidyah = Bar David<br clear=3D"none">> <<a shape=3D"rect" ymailto=3D"mailto:di= di@redhat.com" href=3D"mailto:didi@redhat.com">didi@redhat.com</a>> wrot= e:<br clear=3D"none">><br clear=3D"none">><br clear=3D"none">> On = Thu, Nov 9, 2017 at 1:57 PM, Stephen Liu <<a shape=3D"rect" ymailto=3D"m= ailto:satimis@yahoo.com" href=3D"mailto:satimis@yahoo.com">satimis@yahoo.co= m</a>> wrote:<br clear=3D"none">>> Hi all,<br clear=3D"none">>&= gt;<br clear=3D"none">>> Problem to login virtengine on remote browse= r<br clear=3D"none">>> client is not authorized to request an authori= zation<br clear=3D"none">><br clear=3D"none">> Please check recent th= read on this list, with subject "[ovirt-users]<br clear=3D"none">> engin= e FQDN".<br clear=3D"none">><br clear=3D"none">>><br clear=3D"none= ">>> vm1 - ovirtengine on CentOS 7, Gnome desktop (internal IP 192.16= 8.8.8)<br clear=3D"none">>> vm2 - ovirt node on CentOS 7, minimal (in= ternal IP 192.168.8.5)<br clear=3D"none">>> Host - Ubuntu 16.04 Gnome= desktop<br clear=3D"none">>> KVM<br clear=3D"none">>><br clear= =3D"none">>> vm1<br clear=3D"none">>> =3D=3D=3D<br clear=3D"non= e">>> on Firefox running;<br clear=3D"none">>> ovirtengine.exam= ple.com<br clear=3D"none">>> I can login 'oVirt Open Virtualization M= anager'<br clear=3D"none">>><br clear=3D"none">>> on Firefox ru= nning;<br clear=3D"none">>> 192.168.8.5:9090 (ovirt node IP)<br clear= =3D"none">>> I can login ovirt node as root<br clear=3D"none">>>= ;<br clear=3D"none">>> Host<br clear=3D"none">>> =3D=3D=3D=3D<b= r clear=3D"none">>> on Firefox running;<br clear=3D"none">>> ov= irtengine.example.com<br clear=3D"none">>> Server not found<br clear= =3D"none">>> (Firewall of vm1 already stopped running;<br clear=3D"no= ne">>> # systemctl stop firewalld )<br clear=3D"none">><br clear= =3D"none">> "Server not found" is usually unrelated to the firewall, but= is a result<br clear=3D"none">> of bad/missing name resolution.<br clea= r=3D"none">><br clear=3D"none">>><br clear=3D"none">>> if ru= nning;<br clear=3D"none">>> 192.168.8.8 (IP of vm1)<br clear=3D"none"= the other thread.<br clear=3D"none">><br clear=3D"none">> If this isn= 't enough, please provide more details - the name you provided<br clear=3D"= none">> as engine FQDN during engine-setup, whether you fixed name resol= ution -<br clear=3D"none">> by updating the dns or the hosts file, etc.<= br clear=3D"none">><br clear=3D"none">> Regards,<br clear=3D"none">&g= t;<br clear=3D"none">><br clear=3D"none">>><br clear=3D"none">>= > on Firefox running;<br clear=3D"none">>> 192.168.8.5:9090 = (ovirt node IP)<br clear=3D"none">>> I can login ovirt node as root<b= r clear=3D"none">>><br clear=3D"none">>><br clear=3D"none">>= > Please help. Thanks in advice.<br clear=3D"none">>><br cle= ar=3D"none">>><br clear=3D"none">>> Regards<br clear=3D"none">&= gt;> SL<br clear=3D"none">><br clear=3D"none">>><br clear=3D"no= ne">>><br clear=3D"none">>><br clear=3D"none">>> ________= _______________________________________<br clear=3D"none">>> Users ma= iling list<br clear=3D"none">>> <a shape=3D"rect" ymailto=3D"mailto:U= sers@ovirt.org" href=3D"mailto:Users@ovirt.org">Users@ovirt.org</a><br clea= r=3D"none">>> <a shape=3D"rect" href=3D"http://lists.ovirt.org/mailma= n/listinfo/users" target=3D"_blank">http://lists.ovirt.org/mailman/listinfo= /users</a><br clear=3D"none">>><br clear=3D"none">><br clear=3D"no= ne">><br clear=3D"none">><br clear=3D"none">> --<br clear=3D"none"=
> Didi<br clear=3D"none">><br clear=3D"none"><br clear=3D"none"><br = clear=3D"none"><br clear=3D"none">-- <br clear=3D"none">Didi<br clear=3D"no= ne"></div></div></div> </div> </div></div></body></html> ------=_Part_5416468_471064377.1510241935110--

On Thu, Nov 9, 2017 at 5:38 PM, Stephen Liu <satimis@yahoo.com> wrote:
What do you mean by that? What error message do you get? Can you ssh from the engine machine to this address manually? If not, first solve this, then try again to add it. Perhaps it's the firewall blocking or something like that.
Status - Install Failed Nov 9, 2017 7:01:44 PM Host ovirtnode.example.com installation failed. Command returned failure code 1 during SSH session 'root@192.168.8.5'.
Nov 9, 2017 7:01:43 PM Failed to install Host ovirtnode.example.com. Failed to execute stage 'Setup validation': Hardware does not support virtualization.
OK. So it can be connected, but fails later on.
Nov 9, 2017 7:01:43 PM Host ovirtnode.example.com installation in progress . Machine does not support constant timestamp counter, this may effect performance.
Perhaps you want to check that too, but can be done later.
On Host Terminal: $ ssh root@192.168.8.5 (ovirt node IP) The authenticity of host '192.168.8.5 (192.168.8.5)' can't be established. ECDSA key fingerprint is SHA256:J2gMI1fvZj5dNC36YClUjAGHQrnszQ23y46xjNcJnYw. Are you sure you want to continue connecting (yes/no)?
Whether I have to proceed here first, connecting "ovirt note"?
$ egrep -c '(vmx|svm)' /proc/cpuinfo 8
$ uname -m x86_64
$ kvm-ok INFO: /dev/kvm exists KVM acceleration can be used
Please check/share the host-deploy log. You can find it on the engine machine, under /var/log/ovirt-engine/host-deploy. Search there for 'Hardware does not support virtualization' and look at the checks before that line. Or just upload the file somewhere and share a link. Thanks,
Regards SL
On Thursday, November 9, 2017, 11:18:06 PM GMT+8, Yedidyah Bar David <didi@redhat.com> wrote:
On Thu, Nov 9, 2017 at 5:03 PM, Stephen Liu <satimis@yahoo.com> wrote:
if running; 192.168.8.8 (IP of vm1) I can connect 'oVirt Open Virtualization Manager' but I can't login with following warning: 'The client is not authorized to request an authorization. It's required to access the system using FQDN.'
Indeed, see the other thread.
If this isn't enough, please provide more details - the name you provided as engine FQDN during engine-setup, whether you fixed name resolution - by updating the dns or the hosts file, etc.
Hi,
I solved the problem with following steps:-
# nano /etc/ovirt-engine/engine.conf.d/11-setup-sso.conf
Change: SSO_ALTERNATE_ENGINE_FQDNS="" To: SSO_ALTERNATE_ENGINE_FQDNS="192.168.8.8" (ovirtengine IP)
# systemctl restart ovirt-engine.service
Now I can remote login ovirtengine on Host's browser running: http://ovirtengine.example.com
On ovirtengine $ cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.8.8 ovirtengine.example.com 192.168.8.5 ovirtnode.example.com [/end]
Now I encounter another problem in "Add oVirt Node (ovirtnode.example) to ovirt engine from Web Administrator Portal", failure to add new host "ovirt node".
To connect/login "ovirt node" on Host I must run; 192.168.8.5:9090
Adding 192.168.8.5 to the new host, "ovirt node" can't be connected.
What do you mean by that? What error message do you get? Can you ssh from the engine machine to this address manually? If not, first solve this, then try again to add it. Perhaps it's the firewall blocking or something like that.
But I'm not allowed adding "192.168.8.5:9090" to Address there.
Please advise is there any solution to delete ":9090"?
Thanks
Regards SL
On Thursday, November 9, 2017, 8:34:30 PM GMT+8, Yedidyah Bar David <didi@redhat.com> wrote:
On Thu, Nov 9, 2017 at 1:57 PM, Stephen Liu <satimis@yahoo.com> wrote:
Hi all,
Problem to login virtengine on remote browser client is not authorized to request an authorization
Please check recent thread on this list, with subject "[ovirt-users] engine FQDN".
vm1 - ovirtengine on CentOS 7, Gnome desktop (internal IP 192.168.8.8) vm2 - ovirt node on CentOS 7, minimal (internal IP 192.168.8.5) Host - Ubuntu 16.04 Gnome desktop KVM
vm1 === on Firefox running; ovirtengine.example.com I can login 'oVirt Open Virtualization Manager'
on Firefox running; 192.168.8.5:9090 (ovirt node IP) I can login ovirt node as root
Host ==== on Firefox running; ovirtengine.example.com Server not found (Firewall of vm1 already stopped running; # systemctl stop firewalld )
"Server not found" is usually unrelated to the firewall, but is a result of bad/missing name resolution.
if running; 192.168.8.8 (IP of vm1) I can connect 'oVirt Open Virtualization Manager' but I can't login with following warning: 'The client is not authorized to request an authorization. It's required to access the system using FQDN.'
Indeed, see the other thread.
If this isn't enough, please provide more details - the name you provided as engine FQDN during engine-setup, whether you fixed name resolution - by updating the dns or the hosts file, etc.
Regards,
on Firefox running; 192.168.8.5:9090 (ovirt node IP) I can login ovirt node as root
Please help. Thanks in advice.
Regards SL
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Didi
-- Didi
-- Didi
participants (2)
-
Stephen Liu
-
Yedidyah Bar David