Displaying 20 results from an estimated 10000 matches similar to: "Remote use of libguestfs"
2010 Apr 19
1
guestfish ... [SEC=UNCLASSIFIED]
On Mon, Apr 19, 2010 at 10:17:07PM +0800, Wilkinson, Alex wrote:
> The aforementioned article says that libguestfs supports VMware's
> VMDKs.
This is partly true. We rely on qemu's support for VMDK which is
rather sketchy. In particular, qemu cannot handle some VMDKs from ESX
4.0. However ...
> So if these VMDKs live on a vmfs on an ESX server, what do
> you recomend as
2012 May 09
0
Writing policy for guestfsd in libguestfs live
Dan(s), I hope you can give us some advice on this.
Background: guestfsd is a guest agent. Normally it runs inside a
special appliance; that's *not* the case that I'm worried about.
There's also another mode where you can run guestfsd inside a regular
Fedora or RHEL guest, and it handles instructions from the host to
perform filesystem operations.
The mode is called 'libguestfs
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 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:
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
0
Error when executing virsh command to ESX
To Whom It May Concern:
I use virsh windows 0.9.3 to connect an esx server 4.0 with no_verify=1. The Esx server is intel 2 x 3.19 GHZ CPU, 8G memroy and 2 TB hard disk.
following is my execute commands and results.
virsh -c esx://xxx.xxx.xxx.x?no_verify=1
virsh # list all
Id Name State
----------------------------------
80 win2003_122 running
virsh # nodeinfo
error:
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
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
2011 Apr 12
0
[ANNOUNCE] libguestfs 1.10.0 - tools for accessing and modifying VM disk images
I'm happy to announce that after 5 months of development, the new
stable version of libguestfs is available. libguestfs is a set of
tools and a library for accessing, creating and modifying the contents
of virtual machines and disk images.
Home page: http://libguestfs.org/
Binary packages for:
Fedora: http://koji.fedoraproject.org/koji/packageinfo?packageID=8391
2015 Jul 29
2
Re: \n didn't lead to a new line while using remote model
On Wed, Jul 29, 2015 at 04:18:02PM +0800, Yu Liu wrote:
[...]
> Let's make an example:
>
> #guestfish -a disk.img
> >run
> >mount /dev/sda1 /
> >write-append /a.txt "Hello\n"
> >write-append /a.txt "World\n"
> >cat /a.txt
> Hello
> World
>
> >quit
>
> Another try:
> eval `guestfish --listen`
> guestfish
2016 Jan 06
1
Question how to implement remote access
Hello.
I've been finding a good solution to monitor virtual machines' status such
as memory, disk, cpu, etc, and I found this as a tool for measuring
disk/image status.
I have a question while using the libguestfs-java library; I'd wanted to
implement a sample app which retrieve the disk information remotely. Is
there any way, i.e., specific API(s) to connect with a host where
2015 Jul 30
0
Re: \n didn't lead to a new line while using remote model
Ah, I see. Many thanks.
BTW, I see a function that it can add a ssh remote image, like guestfish
-a ssh://root@example.com/path/disk.img, it's really powerful, but why
couldn't I secceed?
#guestfish -a http://slcn03cn15.us.oracle.com/packages/test1.img
http://slcn03cn15.us.oracle.com/packages/test1.img: No such file or
directory
On 2015/7/29 20:42, Richard W.M. Jones wrote:
> On
2008 Nov 09
2
re: HA Storage
On Nov 9, 2008, at 11:38 AM, Stephen Harris wrote:
> On Sun, Nov 09, 2008 at 08:30:42AM -0800, nate wrote:
>> Stephen Harris wrote:
>>
>>> ZFS is really nice. If VMware was supported on Solaris 86 then I
>>> would have built my own home server with Solaris rather than CentOS.
>>> (Although I'm not using VMware on that machine, at present; merely
2009 Aug 10
1
[PATCH libguestfs] build: daemon/do_debug: parameters aren't always unused
Thanks to the reminder from Dan Berrange,
here's a patch to make build output less verbose, by default.
E.g., instead of the redundant multi-line compilation/linking commands,
you'll see something like this by default:
CC guestfsd-fsck.o
CC guestfsd-grep.o
CC guestfsd-grub.o
CC guestfsd-glob.o
CC guestfsd-guestfsd.o
CC guestfsd-headtail.o
CC
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
2012 Jul 19
1
virsh define function question
Hi,
How do I view the libvirt virsh domxml-to-native function implementation? I think this function contains some error.
Because we use libvirt to manage some host and vms on vmware hypervisor.
We use openenbula generate a template for libvirt ,such as my attachment windows2008.xml.
but when i use domxml-to-native to convert xml file to vmware config file vmx as below. This may not be
2018 Apr 10
0
glusterfs disperse volume input output error
Hi,
Could you help me?
i have a problem with file on disperse volume. When i try to read this from mount point i recieve error,
# md5sum /mnt/glfs/vmfs/slake-test-bck-m1-d1.qcow2
md5sum: /mnt/glfs/vmfs/slake-test-bck-m1-d1.qcow2: Input/output error
Configuration and status of volume is:
# gluster volume info vol1
Volume Name: vol1
Type: Disperse
Volume ID:
2015 Mar 16
0
Re: Can't create any KVM template due to the error with libguestfs
[root@fr1 tmp]# cd /tmp
[root@fr1 tmp]# cpio -id < /usr/lib64/guestfs/supermin.d/daemon.img
cpio: sbin/guestfsd not created: newer or same age version exists
cpio: etc/guestfsd.suppressions not created: newer or same age version
exists
3629 blocks
[root@fr1 tmp]# ldd /tmp/sbin/guestfsd
linux-vdso.so.1 => (0x00007fff9e9d4000)
libacl.so.1 => /lib64/libacl.so.1
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
2015 Mar 14
0
Re: Can't create any KVM template due to the error with libguestfs
On Sat, Mar 14, 2015 at 03:13:28AM +0530, Thirumalai Nambi wrote:
> Hi,
>
> I'm using SolusVM control panel to create KVM VPS. Suddenly, I can't make
> any template on Host-Node. Their build log says the SolusVM can't read the
> libguestfs in server.
The error is:
> guestfsd: error while loading shared libraries: liblzma.so.5: cannot open shared object file: No