similar to: virsh : Need help to manage a vm on a remote vmWare

Displaying 20 results from an estimated 2000 matches similar to: "virsh : Need help to manage a vm on a remote vmWare"

2010 Dec 17
8
Intel NIC
Hallo, actual Intel Ethernet cards PCI-E - Are normal recognized by Centos 5.5 Live CD - Not recognized by 5.2 Because of vmware, I will use 5.2 Update kernel? Update Modules? What Module? Thanks for help Helmut -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 May 21
2
libvirt and VMWare Workstation Shared Server mode (of GSX history)
Hi everyone, I searched previous postings and I couldn't find a definitive answer on this.. I run a small lab of RHEL/Centos Based servers on which there's VMWare Workstation running on a non-standard port but still manageable by tools like VMrun (and the Fusion of Workstation GUI, of course). I'm trying to use virsh with this setup and getting the following error from both
2006 Sep 19
5
VT 64bit kernel with >4Gb RAM
Hi there, I have the lucky task to setup a Xen system. my plateform is a dell 2950 with 16Gb of RAM. I got as far as setting up debian sarge and xen following http://www.debian-administration.org/articles/423 and overcoming some specific difficulties (http://kmuto.jp/b.cgi/debian/d-i-2615.htm & http://wiki.ncsa.uiuc.edu/wiki/Dell_PE1950_NIC_Firmware_Workaround) But, my concern now, while
2007 Sep 17
5
Server Virtualization
Hello, I work for a school in a New Zealand university and we are wanting to implement Server Virtualization for both CentOS and Windows systems. So I thought I would ask here what experience people have had with this and what issues that you all think should be considered? From my own research it seems that VMWare or Xen are really the two major products to be considered, are there any
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
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
2017 Dec 07
1
v2v: vddk: Switch to using ‘-it vddk’ to specify VDDK as input transport.
Proposed small change to the command line of virt-v2v when specifying that you want VDDK mode. Rich.
2020 May 25
1
[v2v PATCH] -i libvirt: print URI without connecting
Pass (again) around the libvirt URI string in the various input_libvirt subclasses so that input_libvirt#as_options does not need to connect to print the connection URI. As related change: pass input_conn as non-optional string parameter in classes that require one (all but input_libvirt_other, basically). This avoids the need for extra checks. --- v2v/input_libvirt.ml | 10
2012 Jul 04
3
About IBM PowerVM hypervisor support
Hi, I noticed that libvirt support the following hypervisors currently: * The KVM/QEMU <http://libvirt.org/drvqemu.html> Linux hypervisor * The Xen <http://libvirt.org/drvxen.html> hypervisor on Linux and Solaris hosts. * The LXC <http://libvirt.org/drvlxc.html> Linux container system * The OpenVZ <http://libvirt.org/drvopenvz.html> Linux container system *
2018 Jun 05
4
[PATCH 0/3] v2v: Various refactorings.
Use -ip instead of --password-file, and various refactorings. It strikes me that we should probably deprecate and eventually remove virt-v2v-copy-to-local. With the introduction of the new SSH and VDDK transports, and with RHEL 5 Xen becoming more irrelevant, it's no longer needed. Rich.
2005 Mar 19
1
vmware and asterisk
Anyone tried running Asterisk in production on a vmware box? I'm considering the possibility and looking for sucesses/failures... regards, Paul -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050319/84bc2cc1/attachment.htm
2009 Dec 21
3
Shutdown vmware ESX
Hi, is there some easy way how to shut down vmware ESXi host? We have same apc smart 1500 and I passed usb port into one virtual linux, so it can monitor ups state via NUT. So how can i make esx server avare of low battery? Maybe using vsphere-cli utils? With regards Libor -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type:
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
2015 Nov 26
2
Install nested ESXi 6.x host under CentOS 7 kvm host
Hi all, I am trying to install nested Esxi 6.x under a Centos7 kvm host to use it as test lab for new ESXi versions, but I am doing something wrong because I can't install it. I have configured kvm and kvm_intel modules with the following options: options kvm ignore_msrs=1 options kvm_intel nested=1 ept=1 and I add the following options in <cpu> xml guest file: <cpu
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
2015 Jun 24
2
"connect at power-on" NIC feature equivalent to that found in ESX
With ESX and the vSphere Client, I can enable or disable a VM's NIC to "connect at power-on". This is very useful when cloning, since you can leave the NIC not connected, power-up the VM, connect to it's console, and modify ifcfg-eth0 etc, before bringing the VM online. Is there a virsh equivalent way of doing this. Thanks....Lyle
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
2011 Nov 07
6
[XCP] Error when trying to import vmware images
Hi list, I have recently migrated to XCP from Vmware Server 2 and have run into issues importing the VM''s Following citrix''s guide I tried using XenCenter to do the import directly on the vmdk files this resulted in XenCenter logging this error: "Failed to import. ---> System.Exception: Failed to import virtual disk file. ---> System.Xml.XmlException: Root element
2011 Mar 27
9
Virtualization platform choice
Some may be bored with the subject - sorry... Still not decided about virtualization platform for my "webhotel v2" (ns, mail, web servers, etc.). KVM would be a natural way to go, I suppose, only it is too bad CentOS 6 will not be out in time for me - I guess KVM would be more mature in CentOS 6. Any experience with the free "VMware vSphere Hypervisor"?. (It was formerly