similar to: How to get information about the guest filesystems by libguestfs

Displaying 20 results from an estimated 6000 matches similar to: "How to get information about the guest filesystems by libguestfs"

2009 Aug 04
2
Can not build libguestfs from source code
Hi All, I want to build libguestfs in my RHEL5.3 box which has already KVM installed, what I am using are: libguestfs-1.0.65.tar.gz fakechroot-2.9-23.el5.x86_64.rpm fakechroot-libs-2.9-23.el5.x86_64.rpm fakeroot-1.11-19.el5.x86_64.rpm febootstrap-2.4-1.el5.noarch.rpm squashfs-tools-3.0-4.x86_64.rpm Then I ran "./configure" in libguestfs-1.0.65, everything was OK, but when I ran
2009 Aug 04
2
Can I use libguestfs to pass some parameters into a KVM virtual machine
Hi, I have installed KVM in my RHEL5.3 box, and created some VMs on it. I am wondering if I can use libguestfs to pass some parameters/files into my VMs. As you may know, for Xen, I can use xenstore command to do this job, can libguestfs do the same thing? What I want to do includes: 1. Modify some configurations in my VM, such as editing /etc/sysconfig/network-scripts/ifcfg-eth0 to add a static
2010 Jun 16
4
DomU stuck in boot
Hello, I am running xen-3.3.1 with rhel5.3 dom0. I have a rhel5.3 domU that is stuck in the boot process. It seems it is trying to bring up the network. We see this problem only occassionally. This is the last console output: Running configure_os... Warning: Configuring networking... Warning: HOSTNAME is not defined Updating ifcfg-eth0 [ OK ] Allowing IPv4 link local addresses [ OK ]
2009 Jul 29
1
[PATCH / discussion only] Add kernel and userspace arch detection to virt-inspector
This patch isn't quite finished. I also need to modify the virt-inspector "query mode" so that it can display the architecture. Nevertheless, text and XML output works for both Linux and Windows guests. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 75 OCaml packages (the
2010 May 11
2
Can not restore domain from a shared state file
Hi, I have two KVM host: h1 and h2, both of them mount an NFS directory as a shared storage. I can save (virsh save <domain> <file>) a domain in h1 to a state file in the shared storage successfully, but failed to restore it from h2 with the following error message: # virsh restore testRes.dat error: Failed to restore domain from testRes.dat error: operation failed: failed to start VM
2010 Sep 11
5
vgrename, lvrename
Hi, I want to rename some volume groups and logical volumes. I was not surprised when it would not let me rename active volumes. So I booted up the system using the CentOS 5.5 LiveCD, but the LiveCD makes the logical volumes browsable using Nautilus, so they are still active and I can't rename them. Tried: /usr/sbin/lvchange -a n VolGroup00/LogVol00 but it still says: LV
2015 Apr 01
1
can't mount an LVM volume inCentos 5.10
I have a degraded raid array (originally raid-10, now only two drives) that contains an LVM volume. I can see in the appended text that the Xen domains are there but I don't see how to mount them. No doubt this is just ignorance on my part but I wonder if anyone would care to direct me? I want to be able to retrieve dom-0 and one of the dom-Us to do data recovery, the others are of
2011 Jun 02
2
increase harddisk diskspace Failed to suspend LogVol00
Hi, I want to increase my harddisk space and receive the following error # lvextend -l +323 /dev/VolGroup00/LogVol00 Extending logical volume LogVol00 to 48.97 GB device-mapper: reload ioctl failed: Invalid argument Failed to suspend LogVol00 Can you help me please? # fdisk -l Disk /dev/hda: 54.7 GB, 54759997440 bytes 255 heads, 63 sectors/track, 6657 cylinders Units =
2006 Dec 07
2
Question on installing 2.6.18
Hi, I have a need to install 2.6.18 kernel. After I configure, make, make modules, make install (all that is good). The last thing I do is 'make install'. This also modifies grub.conf and adds an entry for my new kernel. However it leaves the old kernel as still the default. Is there a way to have it automatically set my new kernel as the default in grub.conf so when I reboot the new
2007 Jun 12
7
Xen in RHEL 5.0...Installation problems
Hello..I am not very proficient in Linux kernel stuffs although I know my basics. I have a question and all suggestions/solutions will be highly appreciated... I got to know that RHEL 5 has inbuilt Xen Support...So I tried to install a RHEL 5.0 Server on my P4 machine. On top of it I tried to install Xen specific RPMs and some other RPMs needed by Xen. The additinal RPMs added after base
2005 Dec 22
2
ext2online failure
Could someone tell me what could be causing this failure on my system and a way to get around/fix it? Your help is very much appreciated. I'd just finished running lvm lvextend. "lvextend -L+L1G /dev/VolGroup00/LogVol00", after adding a new 1G partition (/dev/sda4) to /dev/VolGroup00. [root at ppstest13 ~]# ext2online -d -v /dev/VolGroup00/LogVol00 ext2online v1.1.18 -
2007 May 03
1
best practice backup
Hi there, I am using tar to backup the whole system (specific directorues usr,lib,sbin,etc,var,home,root). On bare metal recovery I install the minimal portion of the syetm and then I throw the tarballs. Any opinions? D. Karapiperis -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Aug 31
2
Centos 5.5, not booting latest kernel but older one instead
I've been going along not noticing things happening right under my nose. so imagine my surprise when I discovered last night that my Centos 5 box has installed multiple new kernels over the last few months, as updates come out, and IT IS NOT BOOTING THE NEWST ONE. grub.conf says to boot kernel 0, and 0 is the newest one. but the one it actually boots is 6 or 8 down the list (clearly I've
2007 Feb 16
5
LVM on dom0?
I''ve spent the past while researching this but I''m just not finding a solution. I''ve been trying to get my xen kernel booting on a pretty much stock CentOS 4.4 installation. I installed Xen from src rpm and installed all the requisite software and I''m sure it''s with the ram disk but I can''t figure out how to resolve this. With a stock kernel
2006 May 10
1
Floating Point Exception
I have a Fedora Core server running: Fedora Core release 4 (Stentz) kernel version: 2.6.15-1.1833_FC4smp ( I have also tried kernel version: 2.6.16-1.2108_FC4smp) I compiled the ocfs2 and ocfs2-tools using the following steps: # MODULES: tar zxvpf ocfs2-1.2.1.tar.gz cd ocfs2-1.2.1 ./configure make make install # TOOLS: tar zxf ocfs2-tools-1.2.1.tar.gz cd ocfs2-tools-1.2.1 ./configure
2008 Mar 16
8
Un Installing a hard drive in a Centos 5.1 box
Hi Guys, I'm fairly new to Linux and I'm trying to un install a hard drive from my Centos 5.1 box running KDE. When I built the PC, I installed two 500 gig maxtors in the tower, then I installed Centos. Now I've decided that I want to remove the slave drive and use it as an external backup drive - I am mounting it into one of those external drive cases with a built in fan. When I
2008 Feb 13
17
Xen 3.2 is not loading on FC8 - Error: Kernel panic - Attempted to kill init
Hi all, I compiled and installed Xen 3.2 source on FC8. Compilation and installation completed with no errors. However when I try to load Xen I get an error: Kernel panic - Attempted to kill init !!! This is my grub configuration: # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means
2008 Jan 07
3
Strange Problem with dm-0
I began an update of one of our servers via yum and, coincidentally or not, I have been getting the following logged into the message file since: messages:Jan 7 15:55:51 inet07 kernel: post_create: setxattr failed, rc=28 (dev=dm-0 ino=280175) Now, this tells me that dev dm-0 is out of space but, what is dm-0? So, can anyone tell me what is happening and why? -- *** E-Mail is
2007 Apr 16
3
Formatting hdb?
Dear friends: Using Centos 5. I have two physical drives. During install, I made sure to check hdb as well as hda. Both were listed as partitions (which is correct). But my fstab file does not show hdb. How do I make sure that hdb has been formatted and is part of my file system. If hdb is not formatted, how do I format it, please. Sorry for the question. I am a newbie. d[sher at localhost
2006 Jun 23
2
Needed help to fix corrupted ext3 fs
I have been trying very hard to seek help with my very complex issue but so far none have been successful. So I would like to try this mailing list, maybe there are some experts who know what they're talking about. Please refer to my experts-exchange question, all the required information will be there. It is more practical to send you to the webpage than paste out what I've done.