[Users] How to add internal networks

2013-05-13 Thread Frank Wall
Hi, I'm using oVirt 3.2 on a single hosts with only one NIC. Currently there is only the ovirtmgmt network configured. But I need to add more networks, especially some internal networks like 192.168.x.y/24 need to be usable for VMs. From the oVirt Admin Portal this does not seem to be possible.

Re: [Users] How to add internal networks

2013-05-13 Thread René Koch (ovido)
Hi, You have to define logical networks (in datacenter and assign to cluster) and configure these logical networks on your host (using hosts - network interfaces subtab). When using multiple logical networks on 1 physical nic you will need most likely VLAN tagging, as all vm networks are con

[Users] OvirtGuestAgent in windows

2013-05-13 Thread lof yer
I tried 'python OvirtGuestService.py install' || 'net start OvirtGuestService', it just logged me out and no ip was reported to the engine. However, when I logged as any user on Windows using 'python OvirtGuestService.py debug', it seemed to be working all fine(ip, application... were reported) .

Re: [Users] Vlan interface on top of bonding

2013-05-13 Thread René Koch (ovido)
On 05/09/2013 08:55 AM, Moti Asayag wrote: - Original Message - From: "René Koch" To: "Juan Pablo Lorier" Cc: users@ovirt.org Sent: Wednesday, May 8, 2013 11:15:04 PM Subject: Re: [Users] Vlan interface on top of bonding Hi, vlan tagging for ovirtmgmt interface is a bit tricky. He

Re: [Users] Vlan interface on top of bonding

2013-05-13 Thread Moti Asayag
- Original Message - > From: "Gianluca Cecchi" > To: "Juan Pablo Lorier" > Cc: "users" > Sent: Friday, May 10, 2013 5:21:50 PM > Subject: Re: [Users] Vlan interface on top of bonding > > On Fri, May 10, 2013 at 4:12 PM, Juan Pablo Lorier wrote: > > Hi, > > > > thank you all for your

Re: [Users] OvirtGuestAgent in windows

2013-05-13 Thread Vinzenz Feenstra
On 05/13/2013 04:31 AM, lof yer wrote: I tried 'python OvirtGuestService.py install' || 'net start OvirtGuestService', it just logged me out and no ip was reported to the engine. However, when I logged as any user on Windows using 'python OvirtGuestService.py debug', it seemed to be working al

Re: [Users] How to add internal networks

2013-05-13 Thread Frank Wall
Hi René, Am 13.05.2013 09:56, schrieb René Koch (ovido): When using multiple logical networks on 1 physical nic you will need most likely VLAN tagging, as all vm networks are configured as a bridge in oVirt. unfortunately, using VLAN tagging is not an option for me, because I'm not the maintai

Re: [Users] How to add internal networks

2013-05-13 Thread Assaf Muller
Hi Frank, Without the ability to control the networking devices in your vicinity and setup VLANs, what you're trying to do isn't supported via oVirt. However, assuming you do have root access to your host, I can suggest a workaround: * Create two dummy interfaces on the host, and give them stat

Re: [Users] How to add internal networks

2013-05-13 Thread Assaf Muller
Correction: The two networks should be VM networks. - Original Message - From: "Assaf Muller" To: "Frank Wall" Cc: users@ovirt.org Sent: Monday, May 13, 2013 4:05:16 PM Subject: Re: [Users] How to add internal networks Hi Frank, Without the ability to control the networking devices in

[Users] single ExportFS for two oVirt infrastructures

2013-05-13 Thread Sven Knohsalla
Hi, we are currently in the progress to switch our oVirt infrastructure from 3.0 to 3.2.1 Our current Export-NFS / ISO-Domain (NAS system) is connected to oVirt 3.0. We plan to export all VMs(~90) to our NAS and import to oVirt3.2.1 (migration) At the moment I don't see any problem, but to ma

Re: [Users] single ExportFS for two oVirt infrastructures

2013-05-13 Thread René Koch (ovido)
Hi Sven, You can connect your export domain to only one instance of oVirt (have the same problem in my setup with RHEV 3.1 and oVirt 3.2.1 with only one export domain). So you have to export some of your vms or all vms (depending on possible downtime and space on your export domain), detach ex

Re: [Users] single ExportFS for two oVirt infrastructures

2013-05-13 Thread Sven Knohsalla
Hi Rene, thanks for the quick response :) I will have a look at the ovirt shell/REST API (http://www.ovirt.org/REST-Api), if I fail here(new topic for me) I try to clone NFS export folder on current NAS using RRTP to another NAS, which I can attach to 3.2.1 after deactivating RRTP. Best, Sven.

Re: [Users] engine-image-uploader and /tmp size problem on fedora18

2013-05-13 Thread Omer Frenkel
- Original Message - > From: "Gianluca Cecchi" > To: "Itamar Heim" > Cc: "Alon Bar-Lev" , "users" , "Omer > Frenkel" > Sent: Sunday, May 12, 2013 7:14:00 PM > Subject: Re: [Users] engine-image-uploader and /tmp size problem on fedora18 > > On Sun, May 12, 2013 at 3:48 PM, Itamar Heim

Re: [Users] Vlan interface on top of bonding

2013-05-13 Thread Juan Pablo Lorier
Hi everyone, Thank you all, you've been very helpfull. I have one more question; How do I get a network not to be a VM network. If I create a new one, the VM option is ticked and grayed so I can't untick it. The same thing with an already created network. Sorry for all this questions, but though I

[Users] Odd Host Activation with mgmt-if

2013-05-13 Thread Dead Horse
Seeing this as of late when activating hosts. The odd this is that it reports a failure to activate the host (EL6.4) but still does it anyways. Engine side: 2013-05-13 12:53:38,547 INFO [org.ovirt.engine.core.bll.HandleVdsVersionCommand] (pool-5-thread-42) [21543ac] Running command: HandleVdsVers

Re: [Users] Vlan interface on top of bonding

2013-05-13 Thread Itamar Heim
On 05/13/2013 07:49 PM, Juan Pablo Lorier wrote: Hi everyone, Thank you all, you've been very helpfull. I have one more question; How do I get a network not to be a VM network. If I create a new one, the VM option is ticked and grayed so I can't untick it. The same thing with an already created

Re: [Users] single ExportFS for two oVirt infrastructures

2013-05-13 Thread Itamar Heim
On 05/13/2013 05:40 PM, Sven Knohsalla wrote: Hi Rene, thanks for the quick response :) I will have a look at the ovirt shell/REST API (http://www.ovirt.org/REST-Api), if I fail here(new topic for me) I try to clone NFS export folder on current NAS using RRTP to another NAS, which I can attach

[Users] drac5 power management test

2013-05-13 Thread Peter Reilly
I'm using ovirt-release-el6-5-3.1.noarch.rpm &  ovirt-node-iso-2.6.1-20120228.fc18.isoI have a two host cluster, both hosts up and functioning correctly.I can manually log into both hosts drac5 card.Both hosts are in the same cluster/data center. When I save a host the eventlog says:Host power ma

Re: [Users] drac5 power management test

2013-05-13 Thread Itamar Heim
On 05/13/2013 10:01 PM, Peter Reilly wrote: I'm using ovirt-release-el6-5-3.1.noarch.rpm & ovirt-node-iso-2.6.1-20120228.fc18.iso I have a two host cluster, both hosts up and functioning correctly. I can manually log into both hosts drac5 card. Both hosts are in the same cluster/data center. Whe

[Users] Ovirt CLI: Pipe is not working when reading from file

2013-05-13 Thread semjek
Hello, I'm trying to script stopping all vms at once but when I'm using example given in documentation, it won't work. The problem is when I read the command containing pipe from file. When the same command is pasted into stdin, everything works fine. [root@ovirt-administration ~]# ovirt

[Users] Author a "Getting started with oVirt 3.x" mini book for Packt.

2013-05-13 Thread Parita Khedekar
Hi, My name is Parita Khedekar and I am an Author Relationship Executive for Packt Publishing. We specialize in publishing IT related books, e-books, and articles that have been written by experts in the field. We are currently looking out for p

Re: [Users] Vlan interface on top of bonding

2013-05-13 Thread Juan Pablo Lorier
Hi Itamar, I've read the doc you pointed (actually I didn't look before in red hat, just in ovirt world) but in the manual, vm option is not grayed as in my 3.1 management engine. Do I have to tune something in the config so new networks are not VM networks by default? Regards, __

[Users] Question on logical networks

2013-05-13 Thread Lee Jones
Hi all, I'd like to know if a LN can be tagged in one cluster and untagged in a different cluster in the same data center. Thanks, Lee ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

Re: [Users] drac5 power management test

2013-05-13 Thread Itamar Heim
On 05/14/2013 12:58 AM, Peter Reilly wrote: 2013-05-13 17:57:33,355 ERROR [org.ovirt.engine.core.bll.FenceExecutor] (ajp--127.0.0.1-8702-12) Illegal value in PM Proxy Preferences string , skipped. this seems to be the culprit. eli - thoughts? 2013-05-13 17:57:33,356 ERROR [org.ovirt.engine.co

Re: [Users] Ovirt CLI: Pipe is not working when reading from file

2013-05-13 Thread Michael Pasternak
On 05/13/2013 04:27 PM, semjek wrote: > Hello, > > I'm trying to script stopping all vms at once but when I'm using example > given in documentation, it won't work. The problem is when I read the command > containing pipe from > file. When the same command is pasted into stdin, everything works