Thanks David for your reply -<br><br>I have completely flushed all iptables rules &#39;iptables --flush&quot; -<br><br>iptables -L -v -n<br>Chain INPUT (policy ACCEPT 1775K packets, 627M bytes)<br> pkts bytes target     prot opt in     out     source               destination<br>
<br>Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)<br> pkts bytes target     prot opt in     out     source               destination<br><br>Chain OUTPUT (policy ACCEPT 1754K packets, 589M bytes)<br> pkts bytes target     prot opt in     out     source               destination<br>
<br><br>The base host is Fedora 16 running with desktop<br><br>First installed vdsm and then ovirt-engine<br><br>Single network bridge installed, but there is another 1GB nic that isn&#39;t being used -<br><br>eth0      Link encap:Ethernet  HWaddr 00:1B:21:7D:ED:4A<br>
          inet6 addr: fe80::21b:21ff:fe7d:ed4a/64 Scope:Link<br>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br>          RX packets:99656 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:51508 errors:0 dropped:0 overruns:0 carrier:0<br>
          collisions:0 txqueuelen:1000<br>          RX bytes:63007897 (60.0 MiB)  TX bytes:18148736 (17.3 MiB)<br><br>lo        Link encap:Local Loopback<br>          inet addr:127.0.0.1  Mask:255.0.0.0<br>          inet6 addr: ::1/128 Scope:Host<br>
          UP LOOPBACK RUNNING  MTU:16436  Metric:1<br>          RX packets:1814674 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:1814674 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:0<br>
          RX bytes:646274067 (616.3 MiB)  TX bytes:646274067 (616.3 MiB)<br><br>ovirtmgmt Link encap:Ethernet  HWaddr 00:1B:21:7D:ED:4A<br>          inet addr:192.168.0.118  Bcast:192.168.0.255  Mask:255.255.255.0<br>          inet6 addr: fe80::21b:21ff:fe7d:ed4a/64 Scope:Link<br>
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br>          RX packets:70706 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:48717 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:0<br>
          RX bytes:52195637 (49.7 MiB)  TX bytes:14942359 (14.2 MiB)<br><br>vnet0     Link encap:Ethernet  HWaddr FE:1A:4A:A8:00:00<br>          inet6 addr: fe80::fc1a:4aff:fea8:0/64 Scope:Link<br>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br>
          RX packets:3 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:14 errors:0 dropped:0 overruns:1 carrier:0<br>          collisions:0 txqueuelen:500<br>          RX bytes:1299 (1.2 KiB)  TX bytes:2760 (2.6 KiB)<br>
<br>After ovirt engine is installed logged into the interface and configured the host using 127.0.0.1 .  Host reboots.  Host shows up in the admin interface only complaining about power management that isn&#39;t configured.<br>
<br><br><a href="https://picasaweb.google.com/lh/photo/3vclaT_6d3uy2QODU6xp_zyLvDWH8k_pPWnP_LVb4fM?feat=directlink">Here</a> is a screen shot of the web interface<div><br></div><div>The only configuration settings I&#39;ve changed are in the qemu.conf to either tls=0 or tls=1</div>
<div><br></div><div><div>spice-gtk-0.11-4.fc16.x86_64</div><div>spice-client-0.10.1-1.fc16.x86_64</div><div>spice-glib-0.11-4.fc16.x86_64</div><div>spice-gtk3-0.11-4.fc16.x86_64</div><div>spice-xpi-2.7-3.fc16.x86_64</div>
<div>spice-gtk-tools-0.11-4.fc16.x86_64</div><div>spice-server-0.10.1-1.fc16.x86_64</div><div><br></div><div>The link in the admin interface shows available(using FF).  When I click it opens a spicec:0 dialog and just closes</div>
<div><br></div><div>If I try to open from a shell I get things like this -</div><div><br></div><div>Brief window open and then error - </div><div><br></div><div>spicec -h 127.0.0.1 -p 5900</div><div>Warning: connect error 5 - need secured connection</div>
<div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><br><br>On Wed, Jul 25, 2012 at 10:04 AM, David Jaša &lt;<a href="mailto:djasa@redhat.com">djasa@redhat.com</a>&gt; wrote:<br>&gt; Hi Brent,<br>&gt;<br>
&gt; first guess: have a look if your iptables setup allow connection to the<br>&gt; qemu processes. RHEV 3.0 documentation (publicly accesible) says that a<br>&gt; host needs these ports open:<br>&gt;         port 22 for SSH,<br>
&gt;         ports 5634 to 6166 for guest console connections,<br>&gt;         port 16514 for libvirt virtual machine migration traffic,<br>&gt;         ports 49152 to 49216 for VDSM virtual machine migration traffic,<br>
&gt;         and<br>&gt;         port 54321 for the Red Hat Enterprise Virtualization Manager.<br>&gt;<br>&gt; If you have ovirt-engine running onu the same machine as vdsm, most of<br>&gt; the ports don&#39;t need to be accessible from outside but &quot;guest console&quot;<br>
&gt; ports do.<br>&gt;<br>&gt; If it isn&#39;t iptables, please share at least:<br>&gt; * what your actual topology is (engine on the physical host?)<br>&gt; * if you use some custom tls settings such as tls switched off<br>
&gt; * what spice client &amp; xpi versions are you using<br>&gt; * how exactly the client failed (showed error window? with what error?<br>&gt;   just didn&#39;t launch?)<br>&gt;<br>&gt; In your email, you didn&#39;t write any debugging hints apart from the setup<br>
&gt; being single-host one...<br>&gt;<br>&gt; David<br>&gt;<br>&gt;<br>&gt; Brent Bolin píše v St 25. 07. 2012 v 09:00 -0500:<br>&gt;&gt; About 6 months ago I asked on this list if it was possible to install<br>&gt;&gt; ovirt on a single host.  Thread got long and winded and lost interest.<br>
&gt;&gt;<br>&gt;&gt; Started looking at the project again about two days ago.  What I<br>&gt;&gt; really didn&#39;t understand was using a base Fedora install.  Installing<br>&gt;&gt; vdsm and then installing ovirt engine.<br>
&gt;&gt;<br>&gt;&gt; So everything is up.  Created data center, storage, cluster, host and<br>&gt;&gt; virtual machine.<br>&gt;&gt;<br>&gt;&gt; But I can&#39;t get there from here.  I can&#39;t get console running to<br>&gt;&gt; configure the booted install.<br>
&gt;&gt;<br>&gt;&gt; I&#39;ve tried VNC, Spice, Firefox with spice-xpi plugin.<br>&gt;&gt;<br>&gt;&gt; Tried tweaking, turning, touching, swearing @ /etc/libvirt/qemu.conf<br>&gt;&gt; settings.  tls settings.  Not even sure if this is the right place to<br>
&gt;&gt; be checking.<br>&gt;&gt;<br>&gt;&gt; This is a show stopper.<br>&gt;&gt;<br>&gt;&gt; LSB Version:    :core-4.0-amd64:core-4.0-noarch<br>&gt;&gt; Distributor ID: Fedora<br>&gt;&gt; Description:    Fedora release 16 (Verne)<br>
&gt;&gt; Release:        16<br>&gt;&gt; Codename:       Verne<br>&gt;&gt;<br>&gt;&gt; [root@ovirt # rpm -qa|grep ovirt-engine<br>&gt;&gt; ovirt-engine-3.0.0_0001-1.6.fc16.x86_64<br>&gt;&gt; ovirt-engine-log-collector-3.0.0_0001-1.6.fc16.x86_64<br>
&gt;&gt; ovirt-engine-iso-uploader-3.0.0_0001-1.6.fc16.x86_64<br>&gt;&gt; ovirt-engine-backend-3.0.0_0001-1.6.fc16.x86_64<br>&gt;&gt; ovirt-engine-notification-service-3.0.0_0001-1.6.fc16.x86_64<br>&gt;&gt; ovirt-engine-jboss-deps-3.0.0_0001-1.6.fc16.x86_64<br>
&gt;&gt; ovirt-engine-tools-common-3.0.0_0001-1.6.fc16.x86_64<br>&gt;&gt; ovirt-engine-dbscripts-3.0.0_0001-1.6.fc16.x86_64<br>&gt;&gt; ovirt-engine-setup-3.0.0_0001-1.6.fc16.x86_64<br>&gt;&gt; ovirt-engine-jbossas-1.2-2.fc16.x86_64<br>
&gt;&gt; ovirt-engine-userportal-3.0.0_0001-1.6.fc16.x86_64<br>&gt;&gt; ovirt-engine-restapi-3.0.0_0001-1.6.fc16.x86_64<br>&gt;&gt; ovirt-engine-genericapi-3.0.0_0001-1.6.fc16.x86_64<br>&gt;&gt; ovirt-engine-config-3.0.0_0001-1.6.fc16.x86_64<br>
&gt;&gt; ovirt-engine-webadmin-portal-3.0.0_0001-1.6.fc16.x86_64<br>&gt;&gt;<br>&gt;&gt; Any input would be appreciated<br>&gt;&gt; _______________________________________________<br>&gt;&gt; Users mailing list<br>&gt;&gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
&gt;&gt; <a href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a><br>&gt;<br>&gt; --<br>&gt;<br>&gt; David Jaša, RHCE<br>&gt;<br>&gt; SPICE QE based in Brno<br>&gt; GPG Key:     22C33E24<br>
&gt; Fingerprint: 513A 060B D1B4 2A72 7F0D 0278 B125 CD00 22C3 3E24<br>&gt;<br>&gt;<br>&gt;<br></div>