search for: esx

Displaying 20 results from an estimated 630 matches for "esx".

Did you mean: eax
2010 Oct 21
3
Virt-v2v
Usual prologue: we're testing on CentOS 5.5, RHEL subscriptions purchased. Now trying to use virt-v2v to transfer Win2008 Server guest from ESXi host to KVM host. Have enabled SSH on ESXi host, and can connect using esx+ssh://esxhost, but procedure fails because nc isn't found on ESXi. Fair enough. BTW, ESXi looks like a radically cut down RH system (/etc/sysconfig being the give-away)? So, using esx:// connection method which presum...
2010 Feb 09
1
error: unable to connect to libvirtd at 'a.b.c.d': Connection refused
Greetings: I have an issue with connecting to the esx hypervisor from my guest Vm. The purpose of the connection is to obtain host related information (like network, devices etc). I am not sure what is it that rejects the connect at the server side, and what i am missing. I am running lib0.7.5, i have libvirtd running on guest-vm. The host ESX...
2008 Apr 24
9
Xen HVM images on VMware ESX
Hi everyone, I''m trying to convert some Xen HVM images to run on VMware ESX, unsuccessfully thus far. I believe the problem is that ESX by default wants the VMs to use SCSI virtual disks, but my HVM VMs are configured to use IDE virtual disks. If you have any experience with this sort of thing, please get in touch. Thanks! Diwaker -- http://floatingsun.net/ ____________...
2012 May 16
1
Using virsh to connect to ESX
Hello All, I have just started studying the libvirt and I am trying to connect to ESX Server (version 4) using virsh (version 0.7.5) using the following command: virsh -c esx+ssh://root@<fully qualified hostname)> It inquires the root password and as soon as I inform the password it throws the error: error: cannot recv data: Connection reset by peer error: failed to connect...
2010 Jul 14
1
[PATCH] Documentation: Cleanup virt-v2v.conf references and mention --network
...- a/v2v/virt-v2v.pl +++ b/v2v/virt-v2v.pl @@ -49,12 +49,13 @@ virt-v2v - Convert a guest to use KVM =head1 SYNOPSIS - virt-v2v -f virt-v2v.conf -i libvirtxml -op transfer guest-domain.xml + virt-v2v -i libvirtxml -op imported --network default guest-domain.xml - virt-v2v -f virt-v2v.conf -ic esx://esx.server/ -op transfer esx_guest + virt-v2v -ic esx://esx.server/ -op imported --network default esx_guest - virt-v2v -f virt-v2v.conf -ic esx://esx.server/ \ - -o rhev -osd rhev.nfs.storage:/export_domain guest esx_guest + virt-v2v -ic esx://esx.server/ \ + -o rhev -osd rhe...
2018 Nov 28
2
Re: Libvirt api for esx
Thanks, I'll check it out. On Wed, 28 Nov 2018 at 9:31 PM, Martin Kletzander <mkletzan@redhat.com> wrote: > On Mon, Nov 26, 2018 at 04:11:20PM +0530, ROHIT SINGH wrote: > >Hi, > > > >I am doing poc for using libvirt api for implementation of esx in python. > > > >I tried researching through module but did not find a way how it works for > >esx. > >Any help on how to proceed specifically for esx would be of great help. > > > > See https://libvirt.org/drvesx.html for ESX-related stuff. But mainly it >...
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' --------------------------------------------------------------------------------------------------------...
2018 Nov 29
2
Re: Libvirt api for esx
On Wed, Nov 28, 2018 at 10:24:55PM +0530, ROHIT SINGH wrote: >Hi Martin, > >Could you please point me to any example codes in python present for esx? >Suppose, I have to power off and power on esx virtual machine, can i get >this code somewhere on python to develop some understanding. > https://www.mail-archive.com/libvir-list@redhat.com/msg17903.html >Actually, I am not able to find sample code related to esx in python, >pleas...
2018 Dec 05
2
Re: Libvirt api for esx
...al[0] == libvirt.VIR_CRED_AUTHNAME: credential[4] = SASL_USER elif credential[0] == libvirt.VIR_CRED_PASSPHRASE: credential[4] = SASL_PASS return 0 auth = [[libvirt.VIR_CRED_AUTHNAME, libvirt.VIR_CRED_PASSPHRASE], request_cred, None] conn = libvirt.openAuth("esx://<vm name>?no_verify=1", auth, 0) if conn == None: print('Failed to open connection to qemu+tcp://localhost/system', file=sys.stderr) exit(1) conn.close() Error Snippet: - File "/usr/software/pkgs/Python-3.4.3/lib/python3.4/site-packages/libvirt.py", line 105...
2010 Nov 03
2
ESX(i) implemented functions
Dear All, I would like to know what functions and classes are implemented in the ESX(i) driver ? i am trying to use virsh to retrieve some simple information such as vcpuinfo domain, but it is not working, so I would like to know what functions are implemented in libvirt ESX(i) driver. Also i checked the http://libvirt.org/drvesx.html and nothing is mentioned there. Thank You, Reg...
2018 Nov 26
2
Libvirt api for esx
Hi, I am doing poc for using libvirt api for implementation of esx in python. I tried researching through module but did not find a way how it works for esx. Any help on how to proceed specifically for esx would be of great help. Please let me know as soon as possible, lagging on deliverables. Thanks for help!! Regards Rohit Singh
2018 Dec 06
2
Re: Libvirt api for esx
...tial[4] = SASL_USER > > elif credential[0] == libvirt.VIR_CRED_PASSPHRASE: > > credential[4] = SASL_PASS > > return 0 > >auth = [[libvirt.VIR_CRED_AUTHNAME, libvirt.VIR_CRED_PASSPHRASE], > >request_cred, None] > >conn = libvirt.openAuth("esx://<vm name>?no_verify=1", auth, 0) > > I don't know. I don't have any ESX machine handy. Try to do some > debugging. > Maybe the fact that you have the VM name here instead of the ESX server. > > Does the esxlist.py from python examples work? Maybe you can &g...
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 param...
2013 Aug 01
2
Libvirt not getting connected to ESX server
Hi, I was trying to connect to ESX server using libvirt's virsh console but I am getting the following error: *virsh# connect esx://172.16.73.14* *Enter username for 172.16.73.14 [root]: root* *Enter root's password for 172.16.73.14:* *error: Failed to connect to the hypervisor* *error: internal error curl_easy_perform() re...
2018 Apr 24
7
Vmware - Slightly off topic
Hi All, What is the correct way to provide a CentOS 7 - WMware image for ESX ? As an amateur to VMware - I thought - great I can get VMplayer and ESX should be able to import my image... Wrong... I even went through the trouble of "converting" to VMWare workstation and thinking ESX could import that - Apparently still Wrong... I cannot for the life of me underst...
2010 Apr 28
3
Fix 2 issues in ESX transfer
We were seeing 100% failure rates transferring 10G disk images from ESX on a particular setup. We also weren't spotting the transfer failure, and dying with a strange error from libguestfs. These 2 patches fix the error check which should have made it obvious what was failing, and the underlying error.
2007 Oct 05
2
zfs + iscsi target + vmware esx server
I''m posting here as this seems to be a zfs issue. We also have an open ticket with Sun support and I''ve heard another large sun customer also is reporting this as an issue. Basic Problem: Create a zfs file system and set shareiscsi to on. On a vmware esx server discover that iscsi target. It shows up as 249 luns. When attempting to then add the storage esx server eventually times out, if you view it from command line you see it checking each lun and crashing out before it gets to 249. Test Environment: Sun ISCSI Target Host: compaq PC with 2 8...
2010 Jul 16
1
ESX - How to create a new domain
Hi, I've been trying to figure out how to create a new domain(create a new virtual machine) using the ESX driver. The documentation at http://libvirt.org/drvesx.html says: To define a new domain the driver converts the domain XML into a VMware VMX file and uploads it to a datastore known to the ESX server. Because multiple datastores may be known to an ESX server the driver needs to decide to which d...
2018 Dec 12
1
Re: Libvirt api for esx
...f credential[0] == libvirt.VIR_CRED_PASSPHRASE: >>> > credential[4] = SASL_PASS >>> > return 0 >>> >auth = [[libvirt.VIR_CRED_AUTHNAME, libvirt.VIR_CRED_PASSPHRASE], >>> >request_cred, None] >>> >conn = libvirt.openAuth("esx://<vm name>?no_verify=1", auth, 0) >>> >>> I don't know. I don't have any ESX machine handy. Try to do some >>> debugging. >>> Maybe the fact that you have the VM name here instead of the ESX server. >>> >>> Does the esxlist...
2018 Dec 06
0
Re: Libvirt api for esx
...THNAME: > credential[4] = SASL_USER > elif credential[0] == libvirt.VIR_CRED_PASSPHRASE: > credential[4] = SASL_PASS > return 0 >auth = [[libvirt.VIR_CRED_AUTHNAME, libvirt.VIR_CRED_PASSPHRASE], >request_cred, None] >conn = libvirt.openAuth("esx://<vm name>?no_verify=1", auth, 0) I don't know. I don't have any ESX machine handy. Try to do some debugging. Maybe the fact that you have the VM name here instead of the ESX server. Does the esxlist.py from python examples work? Maybe you can differentiate with that. Mayb...