
--_000_SN1PR20MB0670222DE294B753BA2AE843D6FC0SN1PR20MB0670namp_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I'm attempting to get my first install of oVirt going in full swing. I hav= e all the hosts installed and an engine running. All is smooth. I'm not try= ing to connect to the Spice console with my Remote Viewer and I have no clu= e how to figure out what port I should be connecting too. I've been all ove= r the web via google looking for a process to install / configure / verify = spice is operational, but I've not been lucky. How do I go about connecting= / finding the port numbers for my VM's? I did open the firewall range requ= ired. I appreciate the help. -Marshall --_000_SN1PR20MB0670222DE294B753BA2AE843D6FC0SN1PR20MB0670namp_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr= osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" = xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:= //www.w3.org/TR/REC-html40"> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
<meta name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)"> <style><!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:11.0pt; font-family:"Calibri",sans-serif;} a:link, span.MsoHyperlink {mso-style-priority:99; color:#0563C1; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:#954F72; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal-compose; font-family:"Calibri",sans-serif; color:windowtext;} .MsoChpDefault {mso-style-type:export-only; font-family:"Calibri",sans-serif;} @page WordSection1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in;} div.WordSection1 {page:WordSection1;} --></style><!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayout></xml><![endif]--> </head> <body lang=3D"EN-US" link=3D"#0563C1" vlink=3D"#954F72"> <div class=3D"WordSection1"> <p class=3D"MsoNormal">I’m attempting to get my first install of oVir= t going in full swing. I have all the hosts installed and an engine r= unning. All is smooth. I’m not trying to connect to the Spice console= with my Remote Viewer and I have no clue how to figure out what port I should be connecting too. I’ve been all over the web= via google looking for a process to install / configure / verify spice is = operational, but I’ve not been lucky. How do I go about connecting / = finding the port numbers for my VM’s? I did open the firewall range required. I appreciate the help. <o:p></o:p></p> <p class=3D"MsoNormal"><o:p> </o:p></p> <p class=3D"MsoNormal">-Marshall<o:p></o:p></p> </div> </body> </html> --_000_SN1PR20MB0670222DE294B753BA2AE843D6FC0SN1PR20MB0670namp_--

On Wed, Feb 7, 2018 at 4:16 AM, Marshall Mitchell < Marshall@marshallholdingco.com> wrote:
I’m attempting to get my first install of oVirt going in full swing. I have all the hosts installed and an engine running. All is smooth. I’m not trying to connect to the Spice console with my Remote Viewer and I have no clue how to figure out what port I should be connecting too. I’ve been all over the web via google looking for a process to install / configure / verify spice is operational, but I’ve not been lucky. How do I go about connecting / finding the port numbers for my VM’s? I did open the firewall range required. I appreciate the help.
-Marshall
I don't know if I correctly understand your question. It is the web admin gui or the portal gui that takes care of using the correct host ip (that is where the VM is running at that moment) and the correct port on it to connect to the vnc/spice console. At host side the qemu-kvm process for a particular VM will have this snip in its command line (in my case it is a VM with console configured as Spice+VNC): . . . -vnc 192.168.50.21:0,password -k en-us -spice tls-port=5901,addr=192.168.50.21,x509-dir=/etc/pki/vdsm/libvirt-spice,tls-channel=default,tls-channel=main,tls-channel=display,tls-channel=inputs,tls-channel=cursor,tls-channel=playback,tls-channel=record,tls-channel=smartcard,tls-channel=usbredir,seamless-migration=on . . . Take in consideration that if you live migrate this VM, it will seamlessly change the host ip in the new qemu-kvm process on destination host and also the port, if the previous one is already taken. In recent releases of oVirt your spice client window will remain up and the same both during and after the live migration of the vm, even if the material host to which it connects changes. HIH, Gianluca
participants (2)
-
Gianluca Cecchi
-
Marshall Mitchell