Displaying 20 results from an estimated 6000 matches similar to: "Running Asterisk on VMware ESX"
2010 Jan 20
6
Virtual Asterisk Installation
Hi all!
I've been reading this list for a few weeks and now this is my first
post. :-)
I'm planning to build a new VoIP telephone system at our company. It's
just a small company with not more than 3-4 employees.
The telephone system is not so important for us because each employee
has it's own mobile phone.
Because our company is a small one, we don't want to/we
2011 Dec 04
1
Problem to convert ESX guest into the KVM
Hi , I attached log files on the problem posted here :
https://access.redhat.com/discussion/problem-convert-esx-guest-kvm
Host server:
OS level rhel 6.1
2.6.32-214.el6.x86_64
virt-v2v-0.8.3-5.el6.x86_64
libvirt-0.9.4-21.el6.x86_64
libvirt-client-0.9.4-21.el6.x86_64
RHEV-M:
OS level rhel 6.1
rhevm-3.0.0_0001-51.el6.x86_64
Best regards ,
Vladimir Berezovski
NDS IL , Unix group
Tel:
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
2011 Nov 29
2
gpxelinux.0 and slow HTTP performance on VMware ESX
Hi,
I found this message in your online mail archive, i have found the same problem and did some research in the past on this. Maybe you would be interested to know it is a problem on any virtualisation product not just ESX. Second it is a problem in gPXE that you embedded in gPXElinux. The problem was build in gPXE after version 0.97 so any gPXElinux build a newer version has this problem. I
2012 Mar 08
1
ESX Cluster
>
>Hello,
>we are learning how to use virt-v2v and are about to look at converting
>VMware instances. Our VMware admin
>says that the VMware server setup is a windows box with three linux
>boxes in a cluster.
>
>
>Does it matter which linux box we connect to ?
>
>Is it adequate to install libvirt and sshd on that box to enable the
>transfer? Does it need the PKI
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
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
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() returned an error: Peer
certificate cannot be authenticated with
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.
2011 Mar 31
1
ESX networking functions
Greeetings,
Using the latest git snapshot I noticed that none of the networking
functions are implemented in the ESX driver. No listing networks, no adding
networks, etc. This functionality seems to be fully implemented for most of
the other drivers and I don't see it on the "todo" wiki. Does anyone have an
idea if/when this might get implemented? Would others be interested if I
were
2010 Mar 04
1
ESX access using libvirt
Hello,
I am trying to access an ESXi host using libvirt but it seems that it
requires netcat to be running on the ESX server.
My ESX 4 does not have this installed and I am wondering if this is
required or is there some other way to get this working?
Thanks,
Jon
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
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
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
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
2008 Sep 30
3
iSCSI ini and ESX Server
I always used IET on CentOS but I have a quick server to setup to backup some VM's, then migrate to DAS
on another server and the easiest way for me will be to accomplish this via iSCSI vmfs stores. I figured I would
just use the ini that ships with CentOS but have never used it against ESX, anyone do this and have experiences
they care to share? Should it be trivial or are there any non
2015 Apr 01
6
ESX VM from scratch
I want to create a virtual machine from scratch in ESX but I can't figure
out how to create the disks - the vmdk files. Any hints on how that can be
done or even if it's possible at all ?
Thanks
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
2013 May 15
1
connect to esx: Could not find HostSystem with name '(null)'
Hi all,
I am trying to connect to esx vi libvirt 0.10.2.
virsh # connect esx://hostname?no_verify=1&auto_answer=1
error: Failed to connect to the hypervisor
error: internal error Could not find HostSystem with name '(null)'
could you give me a hint, what could be a reason for that problem
in a debug log of libvirt I see:
14447: debug : virAuthGetConfigFilePath:77 : Checking for