similar to: KVM guest on a specific disk

Displaying 20 results from an estimated 11000 matches similar to: "KVM guest on a specific disk"

2009 Dec 08
2
virt-install failed while install windows2003 guest
Here's the procedure: # qemu-img -f qcow2 /vm/win2k3.img 8G # virt-install --connect qemu:///system -n win2k3 -r 512 --vcpus=1 -c /home/temp/win2003sp2ins.iso -f /vm/win2k3.img -s 4 --network=bridge:br0 --mac=00:ff:ff:ff:58:58 --noautoconsole --vnc --os-type=windows --os-variant=win2k3 --hvm --accelerate And I get error as below: Starting install... internal error unable to start guest: qemu:
2009 Dec 12
0
KVM: bridge configuration for static IP address-latest
>To: Discussion about the virtualization on CentOS ><centos-virt at centos.org> Message-ID: ><448255702.63.1260531144350.JavaMail.root at mail.chi.ldsys.net> >Content-Type: text/plain; charset=utf-8 >----- "rewing" <rewing at howfortune.com> wrote: >> I need to allocate public IP address to two guest os. >> > >I have only 2 network card
2009 Dec 09
0
KVM network bridge setting on centOS
I have a server that will be hosted in IDC. The Server have 2 network interface card. I would like to set one for host os itself. and the other network interface card as bridge for guest OS. Because I have 3 IP address that will allocate to host os and guest os. The host OS will be centos 5.4. I need ideas about how to set host OS's network. Could anybody post a workable network seting for
2009 Dec 11
3
KVM: bridge configuration for static IP address
I need to allocate public IP address to two guest os. I have only 2 network card Interface on server. say eth0 and eth1. I set eth1 a public IP address. so it should in # vi /etc/sysconfig/ifcfg-eth1 DEVICE=eth1 BOOTPROTO=static HWADDR=00:1a:4d:83:ad:00 BROADCAST=202.127.29.0 IPADDR=202.127.29.5 NETMASK=255.255.255.0 NETWORK=202.127.29.0 ONBOOT=yes TYPE=Ethernet Question 1: do I have to
2008 Jan 23
4
extlinux reports "./extlinux: path /media/disk doesn't match device /dev/sda4"
Hello list, in a previous post I mentioned I had managed to make USB-Stick with 2048 byte sectors bootable. In fact I wiped out my Linux partitions bootrecord. This was with an old version of extlinux as still distributed by openSuSE. Interestingly enough the current version syslinux-3.61-pre2, spares my hard disk, but still seems to live under the impression it is the USB stick. The setup is
2008 Jan 27
1
[Fwd: Re: extlinux reports "./extlinux: path /media/disk doesn't match device /dev/sda4"]
The problem as I view it, lies in specifying a directory rather than a drive ( /mnt/.. or /media.. instead of /dev/sdb.. or /dev/sdc.. ). If, for instance, /dev/sdb1 is in fact mounted to /media/disk all is fine. If the path exists and is not a mountpoint ( /dev/sd... not mounted to it ), then extlinux will set the system disk as base for the directory. ( i.e. /media/disk = /dev/sda4 in my
2006 Nov 10
1
count data with nested mixed effects
Dear R-Pros, I have count data in which 6-10 points are nested within 17 larger units (which are nested within 3 larger-still units) plus a number of covariates. It could be nested ANCOVA but for poisson family. Could someone kindly advise me 1) if lmer is the correct function for the analysis? and 2) what synax expresses the error structure? I have consulted the package HTML documentation but
2005 Jun 28
2
more flexible AllowUsers/DenyUsers syntax
Hi, I hope this is the right place for a feature request. I'd like to have more flexible AllowUsers/DenyUsers synax. I am in a situation, where I have machines connected to three networks (a private, high speed, a public, and a private vpn) and I'd like to enable root logins only on the private networks. Currently I see no way of doing this, because there is no way to specify a
2008 Aug 17
2
mirroring with LVM?
I'm pulling my hair out trying to setup a mirrored logical volume. lvconvert tells me I don't have enough free space, even though I have hundreds of gigabytes free on both physical volumes. Command: lvconvert -m1 /dev/vg1/iscsi_deeds_data Insufficient suitable allocatable extents for logical volume : 10240 more required Any ideas? Thanks!, Gordon Here's the output from the
2006 Aug 06
2
partion
hi all, i have reinstalled linux i kept free 17 gb space. i have created 4gb partition by fdisk with LVM options. fdisk -l Disk /dev/sda: 40.0 GB, 40060403712 bytes 255 heads, 63 sectors/track, 4870 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 1275 10241406 7
2006 Aug 06
2
partion
hi all, i have reinstalled linux i kept free 17 gb space. i have created 4gb partition by fdisk with LVM options. fdisk -l Disk /dev/sda: 40.0 GB, 40060403712 bytes 255 heads, 63 sectors/track, 4870 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 1275 10241406 7
2013 Mar 16
1
different size of nodes
hi All, There is a distributed cluster with 5 bricks: gl0 Filesystem Size Used Avail Use% Mounted on /dev/sda4 5.5T 4.1T 1.5T 75% /mnt/brick1 gl1 Filesystem Size Used Avail Use% Mounted on /dev/sda4 5.5T 4.3T 1.3T 78% /mnt/brick1 gl2 Filesystem Size Used Avail Use% Mounted on /dev/sda4 5.5T 4.1T 1.4T 76% /mnt/brick1 gl3 Filesystem Size Used
2014 Jan 29
0
Re: Status of R/W UFS
On Tue, Jan 28, 2014 at 08:16:45PM -0500, Andre Goree wrote: > Is r/w to a UFS partition using 'guestmount' still an impossibility? > From everything I've found, it seems to be something that is not > possible at the moment. I was just wondering if that has changed or > if there are plans to change that? libguestfs just uses the Linux kernel's ufs driver. If the
2009 Oct 19
1
About DISK space of OCFS2.
Hi ALL I have a question about DISK space of OCFS2. I copy a file by a "cp" command after check the DISK space by "df -k" command. There is no change when I cheked the DISK space by "df -k"command again. I show below an procedure. ------------------------------------------------------------------------------- root at CPU_N:/fm/bbb> ls -l total 3 -rwxr-xr-x 1
2014 Jan 29
2
Status of R/W UFS
Is r/w to a UFS partition using 'guestmount' still an impossibility? From everything I've found, it seems to be something that is not possible at the moment. I was just wondering if that has changed or if there are plans to change that? Here is the issue I'm experiencing: ~# guestmount --rw -a ${disk_path}/${disk_name} -m /dev/sda4 /tmp/freebsd-master libguestfs: error:
2015 Nov 24
0
LVM - how to change lv from linear to stripped? Is it possible?
Hi All. Currently I am trying to change a logical volume from linear to stripped because I would like to have a better write throughput. I would like to perform this change "live" without stopping access to this lv. I have found two interesting examples: http://community.hpe.com/t5/System-Administration/Need-to-move-the-data-from-Linear-LV-to-stripped-LV-on-RHEL-5-7/td-p/6134323
2003 Apr 18
0
kjournald panic in 2.4.20
Hi, If this is a redundant post I apologize. I am running 2.4.20 on what has been a very stable Athlon machine for months, tried to move a 2 GB file from an ext2 partition to an ext3 and kjournald crashed. Here are the last reminants of my shell scrollback: [*ROOT* mofo /mnt/sda1/mysql/fd 641 ] ll oldmail/ total 2363288 -rw-rw---- 1 mysql mysql 2147483647 Jan 23 18:04 maillog.MYD
2003 Apr 18
2
kjournald panic in 2.4.20 RedHat 7.2
Hi, If this is a redundant post I apologize. I am running 2.4.20 on what has been a very stable Athlon machine for months, tried to move a 2 GB file from an ext2 partition to an ext3 and kjournald crashed. Here are the last reminants of my shell scrollback: [*ROOT* mofo /mnt/sda1/mysql/fd 641 ] ll oldmail/ total 2363288 -rw-rw---- 1 mysql mysql 2147483647 Jan 23 18:04 maillog.MYD
2011 Sep 07
1
boot problem after disk change on raid1
Hello, I have two disks sda and sdb. One of the was broken so I have changed the broken disk with a working one. I started the server in rescue mode, and created the partional table, and added all the partitions to the software raid. *I have added the partitions to the RAID, and reboot.* # mdadm /dev/md0 --add /dev/sdb1 # mdadm /dev/md1 --add /dev/sdb2 # mdadm /dev/md2 --add /dev/sdb3 # mdadm
2016 May 06
4
resize lvm
I have a laptop that I put centos 7 on and I started out with a 30gig partition.? I resized the other part of the disk to allow more space for centos.? I then created an unformated partition in the available space,? ran pvcreate /dev/sda4 vgextend lvname /dev/sda4 lvextend -L 184.46G /dev/lvname/root but when I run: sudo resize2fs /dev/lvname/root I get: resize2fs: Bad magic