search for: rhevm

Displaying 20 results from an estimated 60 matches for "rhevm".

Did you mean: rhev
2016 Oct 05
2
Re: libvirt-v2v error
Hi Richard, That didn't resolve the issue. Now I'm getting the following error. Please advice. *[root@kvm16 ~]#* virt-v2v -ic esx://10.16.32.13/?no_verify=1 yardqakvm -o rhev -os 10.16.32.16:/vm-images/export_domain --network rhevm libvirt error code: 42, message: Domain not found: No domain with name 'yardqakvm' ------------------------------------------------------------------------------------------------------------------------------------ *-v and -x options are not working in my case.* *[root@kvm16 ~]#* virt-...
2016 Oct 05
3
libvirt-v2v error
Dear sir, I'm getting following error while trying to convert a VMWare RHEL6 server to kvm. Please give any suggestion to resolve this. [root@kvm16 ~]# virt-v2v ic esx://10.16.32.12/?no_verify=1 -o rhev -os 10.16.32.16:/vm-images/export_domain --network rhevm "10.16.32.36-db- slcloudcontrol" virt-v2v: Failed to connect to qemu:///system: libvirt error code: 45, message: authentication failed: Failed to step SASL negotiation: -7 (SASL(-7): invalid parameter supplied: Unexpectedly missing a prompt result) -- *Saman K. Bandara,** Database Adm...
2011 Jan 05
2
[OT] RHEVM List
...uestion: Where on the net one can find the RHEV-M general list like this one for centos <rant> I have been tearing my hair for past week to make RHEV work with two boxens. One RHEV H and one running XP with two VMs uner VMware WS. One VM is openfiler for iscsi storage and another VM w2k3 for RHEVM. Search in foogle for the error "Network conenction error 5022" does not allow creation of the storage domain with couple of iscsi storage (openfiler) targets. I troubled google uncle for answers but perhaps is angry with me. sigh. And I know only *ONE* list which knows all the correct...
2012 Apr 06
1
P2V: Error while converting Windows server
...name="rhev-sparse"> <method>rhev</method> <storage format='qcow2' allocation='sparse'> 192.168.1.11:/RHEV/export </storage> <network type="default"> <network type="network" name="rhevm"/> </network> </profile> <network type='network' name='default'> <network type='network' name='rhevm'/> </network> </virt-v2v> I created the RHEV Export Domain and I activated it. I booted the physical...
2014 Oct 29
2
CentOS 6.5 RHCS fence loops
...t; <clusternodes> <clusternode name="web2.cluster" nodeid="1"> <fence> <method name="fence-web2"> <device name="fence-rhevm" port="web2.cluster"/> </method> </fence> </clusternode> <clusternode name="web3.cluster" nodeid="2"> <fence>...
2016 Oct 05
0
Re: libvirt-v2v error
...+0530, Saman Bandara wrote: > Hi Richard, > > That didn't resolve the issue. Now I'm getting the following error. Please > advice. > > *[root@kvm16 ~]#* virt-v2v -ic esx://10.16.32.13/?no_verify=1 yardqakvm -o > rhev -os 10.16.32.16:/vm-images/export_domain --network rhevm > > libvirt error code: 42, message: Domain not found: No domain with name > 'yardqakvm' > > ------------------------------------------------------------------------------------------------------------------------------------ > > *-v and -x options are not working in...
2016 Dec 07
0
[PATCH v2] v2v: Rename RHEV to RHV throughout.
...ectly. Instead you have to boot the physical machine using the bootable CD-ROM, ISO or @@ -394,13 +393,13 @@ interfaces to the target C<default> network. You give a comma-separated list of C<interface:target> pairs, plus optionally a default target. For example: - p2v.network=em1:rhevm + p2v.network=em1:rhvm -maps interface C<em1> to target network C<rhevm>. +maps interface C<em1> to target network C<rhvm>. - p2v.network=em1:rhevm,em2:management,other + p2v.network=em1:rhvm,em2:management,other -maps interface C<em1> to C<rhevm>, and C&lt...
2016 Dec 07
2
[PATCH v2] v2v: Rename RHEV to RHV throughout.
v2: - Fix virt-p2v messages too. Rich.
2017 Sep 08
0
GlusterFS as virtual machine storage
...in testing on top of the gluster storage, so I will have to take some time to provision a couple Linux VMs with both ext4 and XFS to see what happens on those. The Windows server VM is OK with killall glusterfsd, but when the 42 second timeout goes into effect, it gets paused and I have to go into RHEVM to un-pause it. Diego On Fri, Sep 8, 2017 at 7:53 AM, Gandalf Corvotempesta <gandalf.corvotempesta at gmail.com> wrote: > 2017-09-08 13:44 GMT+02:00 Pavel Szalbot <pavel.szalbot at gmail.com>: >> I did not test SIGKILL because I suppose if graceful exit is bad, SIGKILL >&g...
2017 Sep 08
3
GlusterFS as virtual machine storage
2017-09-08 13:44 GMT+02:00 Pavel Szalbot <pavel.szalbot at gmail.com>: > I did not test SIGKILL because I suppose if graceful exit is bad, SIGKILL > will be as well. This assumption might be wrong. So I will test it. It would > be interesting to see client to work in case of crash (SIGKILL) and not in > case of graceful exit of glusterfsd. Exactly. if this happen, probably there
2010 Dec 16
2
roadmap & development
Hi there, I'm very interested in oVirt as a management interface for a VM setup we're building, however it seems as though there isn't much info on the product roadmap or active development. I'm wondering if anyone could point me to more information on the roadmap or commit activity on the project? Regards, Anthony -------------- next part -------------- An HTML attachment was
2016 Dec 01
2
[PATCH] v2v: Rename RHEV to RHV throughout.
...ot;vdsm" -> output_mode := `VDSM | s -> @@ -218,7 +218,7 @@ let parse_cmdline () = virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi -os imported esx_guest virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi esx_guest \ - -o rhev -os rhev.nfs:/export_domain --network rhevm + -o rhv -os rhv.nfs:/export_domain --network rhvm virt-v2v -i libvirtxml guest-domain.xml -o local -os /var/tmp @@ -389,15 +389,15 @@ read the man page virt-v2v(1). | Some d -> d in Output_qemu.output_qemu os qemu_boot - | `RHEV -> + | `RHV -> let os...
2017 Sep 08
4
GlusterFS as virtual machine storage
...gluster storage, so I will have to take some time to provision a > couple Linux VMs with both ext4 and XFS to see what happens on those. > > The Windows server VM is OK with killall glusterfsd, but when the 42 > second timeout goes into effect, it gets paused and I have to go into > RHEVM to un-pause it. > > Diego > > On Fri, Sep 8, 2017 at 7:53 AM, Gandalf Corvotempesta > <gandalf.corvotempesta at gmail.com> wrote: >> 2017-09-08 13:44 GMT+02:00 Pavel Szalbot <pavel.szalbot at gmail.com>: >>> I did not test SIGKILL because I suppose if grace...
2017 Nov 24
2
[ovirt-users] slow performance with export storage on glusterfs
...; wrote: > > > > Hi, > > > > I am trying realize why is exporting of vm to export storage on > > glusterfs such slow. > > > > I am using oVirt and RHV, both instalations on version 4.1.7. > > > > Hosts have dedicated nics for rhevm network - 1gbps, data storage > itself > > is on FC. > > > > GlusterFS cluster lives separate on 4 dedicated hosts. It has slow > disks > > but I can achieve about 200-400mbit throughput in other applications > (we > > are using it for "co...
2017 Nov 24
0
[ovirt-users] slow performance with export storage on glusterfs
...? ? ?Hi, > > > >? ? ?I am trying realize why is exporting of vm to export storage on > >? ? ?glusterfs such slow. > > > >? ? ?I am using oVirt and RHV, both instalations on version 4.1.7. > > > >? ? ?Hosts have dedicated nics for rhevm network - 1gbps, data > storage itself > >? ? ?is on FC. > > > >? ? ?GlusterFS cluster lives separate on 4 dedicated hosts. It has > slow disks > >? ? ?but I can achieve about 200-400mbit throughput in other > applications (we > &g...
2010 May 19
8
RHN support and capabilities
This patch series includes a repost of Milan's unmodified RHN support patch because I haven't pushed it yet. On top of that patch, it includes the capabilities patch in as many bits as I could make it into. The big one is 7/8. I've tested all of the following guests both with and without RHN registration: Xen RHEL 54 PV Xen RHEL 51 PV Xen RHEL 48 PV ESX RHEL 54 FV
2010 Apr 23
2
[PATCH] Config: Change config to lookup dependencies by name
Conversion would fail if it was necessary to install a package, and multiple architectures of that package were already installed. This was happening specifically with device-mapper on RHEL 5 conversions. Unfortunately the flat dependency list in the config file didn't really allow this to be fixed. The best that could be done is to specify both i386 and x86_64 dependencies, but would mean
2017 Nov 28
2
[ovirt-users] slow performance with export storage on glusterfs
...t; > I am trying realize why is exporting of vm to export storage on > > > glusterfs such slow. > > > > > > I am using oVirt and RHV, both instalations on version 4.1.7. > > > > > > Hosts have dedicated nics for rhevm network - 1gbps, data > > storage itself > > > is on FC. > > > > > > GlusterFS cluster lives separate on 4 dedicated hosts. It has > > slow disks > > > but I can achieve about 200-400mbit throughput in other > &g...
2015 Jul 16
0
Re: virt and ovirt support
On Wed, Jul 15, 2015 at 10:42:15PM -0400, Muted Mouse wrote: > Mr. Jones, > > I've read much of your postings thus far about ovirt, rhevm and physical > machine migration using virt-p2v and a corresponding virt-v2v server. > > Following your post about the virt-v2v packages being available for centos > 7.1 via preview repository failed to resolve or find a proper mirror. > > If those are not available are there an...
2016 Oct 05
0
Re: libvirt-v2v error
...> Dear sir, > > I'm getting following error while trying to convert a VMWare RHEL6 server > to kvm. > Please give any suggestion to resolve this. > > [root@kvm16 ~]# virt-v2v ic esx://10.16.32.12/?no_verify=1 -o rhev -os > 10.16.32.16:/vm-images/export_domain --network rhevm "10.16.32.36-db- > slcloudcontrol" > > virt-v2v: Failed to connect to qemu:///system: libvirt error code: 45, > message: authentication failed: Failed to step SASL negotiation: -7 > (SASL(-7): invalid parameter supplied: Unexpectedly missing a prompt result) This is likel...