Displaying 20 results from an estimated 8000 matches similar to: "Re: virsh for VMWare"
2018 Jun 02
6
[Bug 106787] New: Thinkpad P52s NVIDIA Quadro P500 gp108 WARNING: CPU: 3 PID: 395 at drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c:86 nvkm_pmu_reset+0x14c/0x160
https://bugs.freedesktop.org/show_bug.cgi?id=106787
Bug ID: 106787
Summary: Thinkpad P52s NVIDIA Quadro P500 gp108 WARNING: CPU: 3
PID: 395 at
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c:86
nvkm_pmu_reset+0x14c/0x160 [nouveau]
Product: xorg
Version: unspecified
Hardware: x86-64
2016 Jun 01
0
Re: virsh for VMWare
On Wed, Jun 01, 2016 at 04:27:02PM +0100, Richard W.M. Jones wrote:
> [libvirt-users should be able to help out]
>
> On Wed, Jun 01, 2016 at 01:58:09PM +0000, John L. Magee wrote:
> > Rich- do you know a way we could use virsh in scripts without
> > manually entering the username/password creds for every invocation?
> > Or could you point me to a source who may be able
2010 Oct 07
31
[RFC][QEMU] ATI graphics VBIOS passthru support
Hi Ian,
There have been a lot of interest on gfx passthru recently. This patch enables ATI VBIOS in passthru mode. The guest VM system BIOS (including Windows boot logo) can now show in passthru screen. We have tested with various Windows and Linux guest VMs. Please help review it. We are also looking forward to comments and suggestions from Xen community users.
Signed-off-by: Wei Huang
2011 Feb 02
1
virsh : Need help to manage a vm on a remote vmWare
Hello,
I'm trying to use the tool virsh of libvirt.
I want to manage via CLI a vm on a vmware hypervisor which is hosted on a remote host (Is that what you call the node??).
I read a lot of thing on your site but I really don't understand how to do something...
I saw that:
>virsh edit $your-vm-name
I think "$your-vm-name" is the xml file you're talking about?
Is it
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 =
2010 Aug 24
1
Samba logs fill up disk with inotify errors, smbd 100% CPU
Please forgive me if direct email is not appropriate, but I am at my
wit's end.
I am running Kernel 2.6.35.2. Previously, I was running 2.6.32.something
(don't know at this point). Samba is 3.4.8-59.
I have been getting the inotify errors on both the old and the new
Kernel, to the point that it filled my hard drive and made my Windows/XP
unrecoverable. It appears to only happen
2014 Apr 14
1
libvirt Java - vmware (esx driver)
Hi,
I'm trying to connect to a VMware vCenter Server (Version 5.0.0 Build
1300600) using this code:
class CustomConnectAuth extends ConnectAuth {
> CustomConnectAuth() {
>
// credType = ...
// ...
> }
> @Override
> int callback(Credential[] cred) {
> // ...
> return 0
> }
> }
>
ConnectAuth auth = new
2010 Jan 29
4
[FOR REVIEW ONLY] ESX work in progress
The following patches are where I'm currently at with ESX support. I can now
import a domain from ESX along with its storage. Note that I'm not yet doing any
conversion. In fact, I've never even tested past the import stage (I just had an
exit in there).
The meat is really in the 4th patch. The rename of MetadataReader->Connection
was because the Connection is now really providing
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
2010 Feb 01
9
[ESX support] Working ESX conversion for RHEL 5
With this patchset I have successfully[1] imported a RHEL 5 guest directly from
ESX with the following command line:
virt-v2v -ic 'esx://yellow.marston/?no_verify=1' -op transfer RHEL5-64
Login details are stored in ~/.netrc
Note that this is the only guest I've tested against. I haven't for example,
checked that I haven't broken Xen imports.
Matt
[1] With the exception of
2010 Sep 17
3
access VMX config on esxi with virsh
Hi,
Is virsh able to access the VMX config of a virtual machine running on a
esxi host?
I would like to take backups of my virtual machine configs and the
doku section
"Converting from VMware VMX config to domain XML config"
(http://libvirt.org/drvesx.html) comes close to this - but does not tell how
to get access to the vmx file. I would prefer a solution where ssh access to
the
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 understand
how one product
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 Jan 06
2
virsh and bash scripts
Hi,
I'm looking for a way to use virsh to connect to vCenter/VCSA and do some
simple management of the VM's in case of power loss (I'm planning to run
the script upon UPS/apcd event of power failure).
Looking through the virsh documentation, I didn't find 2 things:
1. Login through a script (I don't see any user/password, specially since
VCSA for example requires to use
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/
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
2011 Aug 23
1
libvirt ruby binding with vmware
Hi,
I've been trying to use the ruby libvirt binding with vmware esx on F15,
however it doesnt seems to work, I get:
Libvirt::ConnectionError: Call to virConnectOpen failed: Cannot access CA
certificate '/etc/pki/CA/cacert.pem': No such file or directory
I've using the same uri with virsh and it works.
it seems like somehow the no_verify is not passed, or we are back to old
2014 Oct 30
2
[PATCH 0/2] v2v: Add --password-file parameter (RHBZ#1158526).
These patches add the --password-file parameter, allowing you to pass
a single password via a file.
https://bugzilla.redhat.com/show_bug.cgi?id=1158526
Rich.
2012 Mar 09
1
run virsh as non-root user
Hi,
I have encountered problem running virsh as non-root user. I am using eucalyptus software on top of KVM, eucalyptus requires to run virsh as non-root user.
I've found that people had similiar issue posted in the list, but I didn't find the solution. I've tried few things.
1) put user eucalyptus in the libvirt group.
2) even changed owner /var/run/libvirt/libvirt-sock to
2009 Dec 13
1
VMware ESX
Hi,
We run ESX servers in a datacentre and i have managed to succesfully setup a mirrored volume which works really well (took 1 node down and files still available). my question is how can i run an ESX guest on gluster. We have previously setup
_________________________________________________________________
Use Hotmail to send and receive mail from your different email accounts