Displaying 20 results from an estimated 3000 matches similar to: "virt-install failed while install windows2003 guest"
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
2007 Nov 22
6
Cannot create a DomU on snv77
I am trying to create a DomU guest domain to run snv77 over an a snv77 
host, following the instructions and
example in
http://opensolaris.org/os/community/xen/docs/virt-install.html.
I booted the xVM  partition (selected xVM  from the grub menu).
virt-install spends 2 or 3 minutes  after "Starting install ..." then fails.
here''s what I get:
bash-3.2#  virt-install --name
2011 Jan 18
1
cluster of virtual machines using libvirt/kvm + Gluster
Hi guys, I posted this question at virt list on Fedora Project but I guess
its a best place to ask help for my problem.
I'm trying to set up two kvm/libvirt hosts, I installed the set of packages
contained in @kvm and @clustering groups, downloaded and installed glusterfs
version 3.1.2, configured the cluster ( all working ), configured the
gluster volume and mounted it on
2009 Jun 12
4
Can''t get a Centos 5.3 domU to work
I''m unable to create a centos domU on Opensolaris 2009.6. I had no
problem following the instructions to make Solaris a dom0. The same
process worked just fine with the GUI virtual machine manager under
OpenSUSE 11.1.  For a number of reasons I''d prefer to use Opensolaris
as my Dom0, but not if it going to be a battle to get everything to
work.  Is Xen actually a
2009 Oct 28
6
Re: [virt-tools-list] Unable to complete install: ''Domain not found: xenUnifiedDomainLookupByName
[This email is either empty or too large to be displayed at this time]
2010 Sep 17
1
device error
Hi,
Virt-install is not working when I try to provision a vm today. Err is:
--
Starting install...
Retrieving file vmlinuz...
                                         | 1.9 MB     00:00
Retrieving file initrd.img...
                                         | 7.1 MB     00:00
Creating storage file...
                                         | 110 GB     00:00
ERROR    POST operation failed:
2007 Nov 19
3
virt-install complains about vnc-password not being set
Hi All,
Im getting the following error when I run virt-install:
bash-3.2# virt-install -n winxp-01 --hvm -r 384 --vnc -f 
/etc/opt/vms/winxp-01.img -s 16 -c /etc/opt/images/windowsXP_SP2.iso
Starting install...
libvir: Xen Daemon error : POST operation failed: (xend.err ''Error 
creating domain: vncpasswd is not set up in VMconfig and xend-config.'')
Traceback (most recent call
2009 Oct 27
12
Virt-manager issue resolved
[This email is either empty or too large to be displayed at this time]
2014 Jun 12
2
Fedora 19/20 new install :Unable to create vcpu cgroup
Hi,
After full new install of Fedora 19 or 20, I am getting this when I want 
to create a new VMs.
Impossible de terminer l'installation : « Unable to create vcpu cgroup 
for fedora20(vcpu: 0): Aucun fichier ou dossier de ce type »
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 91, in 
cb_wrapper
callback(asyncjob, *args,
2013 Apr 05
2
Problem with net-define using Open vSwitch bridge
Hi all,
I used "net-define" to create a network to use to attach VMs to an Open vSwitch bridge. The net-define worked fine, I can see the network in "net-list" (I set it to started and to autostart) but when I try to attach a new VM's NIC to this network (via virt-manager), I'm getting the following traceback:
Unable to complete install: 'Unable to add bridge
2012 Dec 20
1
Error installing VM: "Process exited while reading console log output"
Hi,
I'm trying to install a qemu-kvm virtual machine on a Debian GNU/Linux
squeeze amd64 host, using virtinst 0.500.3 and libvirt 0.8.3.
First I tried this command as a normal user (in groups kvm and libvirt):
    $ virt-install --connect qemu:///system --name test1 \
    > --ram $((128 * 1024 * 1024)) --vcpus=1 --description 'Test VM 1' \
    >
2008 Jul 19
2
problems with virt-install on snv_93
Hi,
I try to start Solaris10 HVM DomU on SNV_93 dom0 running amd athlon x2
and 8gb ram.
When I try to create a domU i get:
bash-3.2# virt-install -n sol10 --hvm -r 1024 --vnc -f
/dev/zvol/dsk/rpool/sol10 -c /rpool/pub/sol-10-u5-ga-x86-dvd.iso
Starting install...
virDomainCreateLinux() failed POST operation failed: (xend.err ''Device
0 (vif) could not be connected. Backend device not
2014 Jun 15
2
Re: Fedora 19/20 new install :Unable to create vcpu cgroup
Hi
I have reinstall Fedora 20 from distrib. I have run yum update and yum 
upgrade.
Running kernel is : 3.14.7-200.fc20.x86_64
Installed Libvirt packages are:
libvirt-client-1.1.3.5-2.fc20.x86_64
libvirt-daemon-1.1.3.5-2.fc20.x86_64
libvirt-daemon-config-network-1.1.3.5-2.fc20.x86_64
libvirt-daemon-driver-interface-1.1.3.5-2.fc20.x86_64
libvirt-daemon-driver-network-1.1.3.5-2.fc20.x86_64
2010 Jul 27
2
Virt-install Error on Centos 5.4 64bit and kvm
Hi guys, I hope you can help me on this issue with kvm/libvirt:
using this command to install a kvm virtual machine:
virt-install --connect qemu:///system \
--name p3k0401 \
--ram 2048 \
--file //dev/VolGroup01/p3k0401logvol \
--accelerate \
-s 10 \
--nographics \
--hvm \
--location='http://10.1.4.80'
I get:
Starting install...
Retrieving file vmlinuz... | 1.8 MB 00:00
2011 Jul 29
3
issue with GlusterFS to store KVM guests
i'm having difficulty running KVM virtual machines off of a glusterFS volume
mounted using the glusterFS client. i am running centOS 6, 64-bit.
i am using virt-install to create my images but encountering the following
error:
qemu: could not open disk image /mnt/myreplicatestvolume/testvm.img: Invalid
argument
(see below for a more lengthy version of the error)
i have found an example of
2010 Jan 30
1
Problem creating VM: "tap: not a valid disk type"
Hi,
I am having problems creating VMs in virt-manager.
I have played with different xen hypervisor versions 3.0 & 3.4 (with rpm 
-i --force) but have in principle gone back to the originals. - Though I 
cannot absolutely exclude that something has gone wrong.
In principle I am using rhel 5.4 with the gitco xen 3.4 hypervisor.
Can anybody put me on the right track with the attached error
2014 Jun 16
2
Re: Fedora 19/20 new install :Unable to create vcpu cgroup
On Sun, Jun 15, 2014 at 01:33:46PM +0300, Patrick Chemla wrote:
> Hi,
> 
> I sill need some help.
> 
> I tried to remove cdrom and USB controllers from qemu xml definition
> file.
> 
> 
> Still same Failed to create chardev when trying to run a Vms that run
> on my local Fedora 20 computer.
You didn't answer my question in the previous email that you ensured
that
2007 Jun 13
2
Xen 3.1.0 on Fedora 7- libvir: Xen Daemon error :GET operation failed
Hi, I have been trying to get Xen 3.1 running on Fedora 7 since yesterday
and no luck.
At the beginning I thought it was a problem with teh installation of Fedora
7 so I reinstalled it.
Still, I have the same problem. I  have never had this problem with Xen
(FC5,FC6). The xend.log (below)
includes a line "VmError: Device 0 (vif) could not be connected. Hotplug
scripts not working."
2007 Oct 24
9
how to press ctrl+alt+del on windows2003
hello,
i just installed windows2003 as domU on Xen 3.0.3 using virt-manager.
after finished install, now i can see windows login screen.
but i can''t send ctrl+alt+del signal to guestOS which is windows2003.
is there any key map for this?
thank you.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2010 Jun 07
1
111b virt-install failure
Hi,
   I''ve been using xVM with no problems since 2009.06 release (centos4/5, rhel4/5, sol10 as guests). This was using the 111a version. Just installed a new server with the 111b version
and .... 
virt-install --nographics -p -r 8192 -n CentOS_48_64_92 -f /dev/zvol/dsk/zm0/vm/CentOS_48_64_92 -l ftp://192.168.101.120/pub/CentOS-48 -w bridge=aggr0 --os-type=linux --os-variant=rhel4