similar to: ESX Server 2.5 - Centos 5.1 guest

Displaying 20 results from an estimated 10000 matches similar to: "ESX Server 2.5 - Centos 5.1 guest"

2010 Mar 09
2
ESX support
Just curious but how long has ESX support been in libvirt? Also I noticed this error when accessing one of my windows vms: error: internal error Expecting VMX entry 'scsi0.virtualDev' to be 'buslogic' or 'lsilogic' but found 'lsisas1068' Not sure whether this is an enhancement, defect, or not supported at this time. Thanks. -Jon
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/
2011 Feb 13
2
Journal Aborts in VMware ESX (Filesystem Corruption)
I have several CentOS5 hosts in a VMware ESX 3.5.0 226117 environment using iSCSI storage. Recently we've begun to experience journal aborts resulting in remounted-read-only filesystems as well as other filesystem issues - I can unmount a filesystem and force a check with "fsck -f" and occasionally find errors. I've found -
2009 Jul 04
3
modern motherboard for centos-5
I'm considering upgrading, and am trying to choose a modern motherboard that nevertheless fully works with Centos5/RHEL5. Though I'm partial to AMD processors, and would like to use one in my new configuration, that's not a requirement, if the most appropriate board happens to be intel-compatible. However, given the way ASUS is dumping LInux and crawling more firmly into bed with
2010 Nov 30
1
Create VMWare ESXi domain via virsh error(error: this function is not supported by the connection driver: virDomainCreateXML)
Hi, Dear Mr/Mrs. I have two questions ask for help: my virt-manager and libvirt version is : linux-vaan:~ # rpm -q libvirt libvirt-0.8.5-1.2.i586 linux-vaan:~ # uname -a Linux linux-vaan 2.6.34-12-desktop #1 SMP PREEMPT 2010-06-29 02:39:08 +0200 i686 i386 GNU/Linux linux-vaan:~ # rpm -q virt-manager virt-manager-0.8.5-3.1.i586 linux-vaan:~ # cat /etc/SuSE-release openSUSE 11.3 (i586) VERSION =
2011 Jan 30
1
Guest interface info under ESX driver
Hi, Is there a way to fetch the current IP address of a running guest domain (with VMware Tools installed) running on an ESX host? Ideally this would be doable via the libvirt Python bindings. Thank you. -- sengork
2007 Aug 03
5
Adaptec 39320A woes
I'm having speed problems with the SCSI card we're using to do tape backup. It seems to be functioning in 16 bit mode and the current thinking is that perhaps it's using a legacy driver instead of the correct one. The Adaptec site has a 'driver' for RHEL5 which I've downloaded and tried to install but it seems to have a problem installing on a CentOS-5 system. [root at
2010 Dec 28
1
VMware ESX 4.0 won't reboot guests.
Hi, I just compiled libvirt with ESX support. I can login just fine, list all the guests/domains but when I try to reboot or shutdown one of my guests/domains I get this error: virsh # reboot dbcluster1 error: Failed to reboot domain dbcluster1 error: internal error HTTP response code 500 for call to 'RebootGuest'. Fault: ServerFaultCode - fault.RestrictedVersion.summary And nothing
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.
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 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
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 to the
2013 Aug 03
1
Re: Libvirt not getting connected to ESX server
Thanks a ton for the reply Matthias. I tried your suggestion but now I got one more message saying: *virsh # connect esx://172.16.73.14/?no_verify=1* *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() returned an error: Unsupported protocol (1) : Protocol https not
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
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
2018 Dec 05
2
Re: Libvirt api for esx
Hi Martin, Could you please help me with below issue, I am not sure what’s wrong here. Please find below code and error snippet. Thanks for help. Code Snippet: - from __future__ import print_function import sys import libvirt SASL_USER = <username> SASL_PASS = <password> def request_cred(credentials, user_data): for credential in credentials: if credential[0] ==
2018 Dec 12
1
Re: Libvirt api for esx
On Wed, Dec 12, 2018 at 03:03:41PM +0530, ROHIT SINGH wrote: >Thanks Martin, It’s working now. >Could you please help me with role of xml in libvirt api and what if I >don’t want use of xml in my code. >Please let me know. > Libvirt uses XML for most of the APIs. Depends what you need to do you can transform it with xmltodict or use some higher level API. I'm not sure I can
2018 Dec 06
2
Re: Libvirt api for esx
Thanks Martin for help. I will give it a shot. Regards Rohit Singh On Thu, 6 Dec 2018 at 2:55 PM, Martin Kletzander <mkletzan@redhat.com> wrote: > On Wed, Dec 05, 2018 at 09:44:17PM +0530, ROHIT SINGH wrote: > >Hi Martin, > > > >Could you please help me with below issue, I am not sure what’s wrong > here. > >Please find below code and error snippet. > >
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, Regards, Sherif
2006 Jun 14
1
CentOS 4.3 under VMWare ESX 2.5.3 Server
I have a IBM XSeries 366 with 04 processors Intel Xeon 3.16 Ghz, 16 Gb of memory and a storage IBM with 2 terabytes. I work with virtualization and my OS in this machine is a VMware ESX 2.5.3 version. When I install CentOS 4.X as guest operating system under ESX, the performance is very very bad. When I intsall RHES4 as guest operating system under ESX, the performance is very good. It will