Re: [Users] Problem Creating oVirt Engine - Stuck on FQDN

2013-07-23 Thread Itamar Heim
On 07/23/2013 05:15 PM, Richie@HIP wrote: Finally got oVirtEngine to install, albeit, not resetting the HTTPd from its original port to the usual port 80 and/or 443 (or so I think is the way the engine-setup installation process resets the HTTPd) since every time I did agrees to use the

Re: [Users] Problem Creating oVirt Engine - Stuck on FQDN

2013-06-21 Thread Dave Neary
Hi, On 06/05/2013 03:07 PM, Richie@HIP wrote: I agree. The oVirt Node part will not be a VM since as you said, it would be a VM within a VM - my mistake in expressing what i'm preparing. Regarding the single machine (Engine and Node) live iso that you mention. Where can I find it…? The

Re: [Users] Problem Creating oVirt Engine - Stuck on FQDN

2013-06-09 Thread Richie@HIP
Thanks to Ryan and Sandro. Did the addition to the host file (with variations for the IP range i'm using and domains), and SELinux Config, and it worked; the oVirt Engine create process ran its course, with one exemption. :-( The first time I selected ALL the defaults proposed by create,

[Users] Problem Creating oVirt Engine - Stuck on FQDN

2013-06-05 Thread Richie@HIP
hi oVirt Community. This will be my first posting for help to the oVirt community, so please bear with me I'f I'm not to the etiquette standards you might have already. I'm trying to test oVirt as a FOSS Virtualization solution for small- to medium-sized healthcare organizations implementing

Re: [Users] Problem Creating oVirt Engine - Stuck on FQDN

2013-06-05 Thread Joop
Richie@HIP wrote: hi oVirt Community. This will be my first posting for help to the oVirt community, so please bear with me I'f I'm not to the etiquette standards you might have already. I'm trying to test oVirt as a FOSS Virtualization solution for small- to medium-sized healthcare

Re: [Users] Problem Creating oVirt Engine - Stuck on FQDN

2013-06-05 Thread Richie@HIP
I agree. The oVirt Node part will not be a VM since as you said, it would be a VM within a VM - my mistake in expressing what i'm preparing. Regarding the single machine (Engine and Node) live iso that you mention. Where can I find it…? Regards; Richie José E (Richie) Piovanetti, MD, MS

Re: [Users] Problem Creating oVirt Engine - Stuck on FQDN

2013-06-05 Thread Joop
Richie@HIP wrote: I agree. The oVirt Node part will not be a VM since as you said, it would be a VM within a VM - my mistake in expressing what i'm preparing. Regarding the single machine (Engine and Node) live iso that you mention. Where can I find it…? Single machine is part of

Re: [Users] Problem Creating oVirt Engine - Stuck on FQDN

2013-06-05 Thread Richie@HIP
Thanks for your reply. Just in case, I'm using Fedora 18. I visited the hosts file under /etc/ and found: 127.0.0.1 localhost.localdomain localhost ::1 localhost6.localdomain6 localhost6 I also searched /etc/ for dns and found dnsmasq.d and

Re: [Users] Problem Creating oVirt Engine - Stuck on FQDN

2013-06-05 Thread Ryan Wilkinson
Edit your /etc/hosts file and add an entry for the hostname of your engine: 192.168.0.50 ovirt.domain.local Also, edit /etc/selinux/config and set selinux=permissive - you'll need to reboot for the selinux config. to take effect. On Wed, Jun 5, 2013 at 11:54 AM, Richie@HIP