Displaying 20 results from an estimated 6000 matches similar to: "guestfish ... [SEC=UNCLASSIFIED]"
2013 Aug 12
2
Error while starting the node on ESXi hypervisor
Hi,
Today I was trying to start a node using libvirt on ESX (esxi-5.1)
hypervisor and I got the following error message:
*virsh # define /local/myNode/esxdomain.xml*
*Domain testNode defined from /local/myNode/esxdomain.xml*
*virsh # start testNode*
*error: Failed to start domain testNode*
*error: internal error: Could not start domain: GenericVmConfigFault -
Cannot open the disk
2013 Aug 13
1
Re: Error while starting the node on ESXi hypervisor
Thanks a ton for the reply Matthias.
I am little confused here. How to add volume on my esx server using virsh?
I did SCP and copied my vmdk image to [datastore1] testNode/cluster.vmdk
and also modified my xml file as you suggested. Now when I tried starting
the node it gave me an error message saying:
"error: Failed to start testNode
error: internal error: Could not start domain:
2010 May 31
2
VMware and multiple vmdk files
With VMWare (server), you can pre-allocate your image in several vmdk
files. But I have not bee able to mount that in guestfs.
On file (e.g. guest.vmdk) is a text file pointing to all the other
files (e.g. guest-f001.vmdk, guest-f002.vmdk,...).
I tried the following scenarios without success:
1- just adding the base vmdk: add_drive guest.vmdk
2- adding all the files:
add_drive guest-f001.vmdk
2011 May 29
22
[Bug 8177] New: Problems with big sparsed files
https://bugzilla.samba.org/show_bug.cgi?id=8177
Summary: Problems with big sparsed files
Product: rsync
Version: 3.0.8
Platform: x64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: joluinfante at gmail.com
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
2008 Jul 29
4
OCFS2 and VMware ESX
Hi,
We are haing some serious issues trying to configure an OCFS2 cluster on 3 SLES 10 SP2 boxes running in VMware ESX 3.0.1. Before I go into any of the detailed errors we are experiencing I first wanted to ask everyone if they have successfully configured this solution? We would be interested to find out what needs to be set at the VMware level (RDM, VMFS, NICS etc) and what needs to be
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
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/
2013 Aug 13
0
Re: Error while starting the node on ESXi hypervisor
2013/8/12 varun bhatnagar <varun292006@gmail.com>:
> Hi,
>
> Today I was trying to start a node using libvirt on ESX (esxi-5.1)
> hypervisor and I got the following error message:
>
> virsh # define /local/myNode/esxdomain.xml
> Domain testNode defined from /local/myNode/esxdomain.xml
> virsh # start testNode
> error: Failed to start domain testNode
> error:
2012 Mar 21
1
转发: Error when executing virsh command to ESX
To Whom It May concern:
I found that the following error is caused by adding a scsi disk to install the os, I remove the scsi disk and the error remove but still report 'out of memory':
virsh # dumpxml win2003_122
internal error Invalid or not yet handled value '/vmfs/devices/genscsi/mp
x.vmhba0:C0:T1:L0' for VMX entry 'scsi0:1.fileName'
virsh # list --all
Id Name
2013 Oct 07
2
Need help with plotting the graph
Hello All,
The version of R I am using is as follows
> version
_
platform x86_64-pc-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 2
minor 14.1
year 2011
month 12
day 22
svn rev 57956
language R
version.string R version 2.14.1 (2011-12-22)
I just few days
2009 Oct 09
1
rsync, --sparse and VM disk images
Hi Bas,
I'm not sure if this is of interest, but I also had issues with VM
disk-image sparse-files (in my case KVM, rather than VMWare), which
I've now resolved.
http://www.finalcog.com/rsync-vm-sparse-inplace-kvm-vmware
All the best,
Chris Dew.
P.S. Apologies for any breach of etiquette - I could not see Bas'
email address on
2013 Jun 10
1
Re: libguestfs support snapshot based virutal disk analysis?
(Sorry, Rich, I managed to miss reply-all.)
These VMDK files are difference files from a baseline VMDK file.
I'm not familiar with ESX's storage, but the size indicators on these tell
me they aren't raw. For a virtual disk that has 3.2GB of data in its
current state, against 3.0GB of data in its baseline, the current state's
.vmdk file is 200MB.
--Alex
On Mon, Jun 10, 2013 at
2012 Jul 11
1
[PATCH] virt-v2v: Create a libvirt-friendly volume name
The $vmdk value is a directory name in ESX.pm, although the later codes
replace '/' with '_', the volume name isn't still friendly, for example,
it looks like this:
# virsh vol-list pool-dir
Name Path
-----------------------------------------
esx4.1-rhel6.2-x86_64_esx4.1-rhel6.2-x86_64
2013 Jun 09
2
Re: libguestfs support snapshot based virutal disk analysis?
I've used QEMU to read .vmdk snapshots. The VM directory layout in my case
(Fusion, and I've seen Workstation do the same) created a .vmdk file per
snapshot, and qemu-img could use that .vmdk file and the base .vmdk to
convert the disk image to a raw image. IIRC there is a manifest file that
ties .vmdk files to the snapshot they represent.
So, from my experience, qemu does read disk
2010 Jun 07
1
[PATCH] ESX: Fix storage URL if storage has a snapshot
If an ESX guest has a snapshot, the path the libvirt driver gives us will look
like:
[yellow:storage1] RHEL4-X/RHEL4-X-000003.vmdk
instead of:
[yellow:storage1] RHEL4-X/RHEL4-X.vmdk
The current path mangling code does take this into account.
This change makes it use the current mechanism first, but try again after
removing a '-\d+' suffix if it gets a 404. Trying twice should make 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 =
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
2014 Dec 29
2
Please help me!Thank You!
I am using Libvirt virsh command by vmware esx created a virtual host, has been unable to create success.
My creation process is as follows :
Create a virtual host XML file content is as follows:
<domain type='vmware'>
<name>test1</name>
<memory>524288</memory>
<currentMemory>524288</currentMemory>
<vcpu>1</vcpu>
2010 Feb 16
2
Highly Performance and Availability
Hello everyone,
I am currently running Dovecot as a high performance solution to a particular
kind of problem. My userbase is small, but it murders email servers. The volume
is moderate, but message retention requirements are stringent, to put it nicely.
Many users receive a high volume of email traffic, but want to keep every
message, and *search* them. This produces mail accounts up to