similar to: Xen-server in virt-manager Paravirtualized doesn't work

Displaying 20 results from an estimated 10000 matches similar to: "Xen-server in virt-manager Paravirtualized doesn't work"

2010 Feb 11
8
Launch many scripts with reboot
I everyone, I want to know how can I launch many script with reboot beetween each script ie : I launch script1 at start up then the system reboot and launch script2 then ... Thanks for all your answers -- Cordialement, / Greetings, Georghy FUSCO
2010 Apr 07
1
Backup KVM / Qemu on Virt-Manager
Hi guys, I have a CentOS system with virt-manager installed on it, the system is installed on a LVM partition with one PV for swap and one for "/", I only use KVM and qemu virtual machine on this server, I want to do a backup from my Virtual Machines on this server should I use LVM backup or an other stuff to do these backups ? what should I do ? stopping all VM before backup (I think)
2010 Apr 20
1
oVirt - Setting up a web GUI for VM Management
Hi everyone, I'm looking for a tutorial or how to for installing oVirt on a CentOS server. Someone has tried this before ? My principal goal is to use it to manage VMs via a Web GUI Can you give me some details/advice ? thanks -- Cordialement, / Greetings, Georghy FUSCO
2010 Feb 01
2
kickstart installation from usb key
I'm trying to set up a custom installation of CentOS using kickstart i tried many thing from how to's and tutorial web pages but nothing worked ;( Here is my USB key tree : |-- CentOS | |-- all my rpms | `-- last rpm |-- TRANS.TBL |-- boot.cat |-- boot.msg |-- custom.iso |-- general.msg |-- images | |-- README | |-- TRANS.TBL | |-- boot.iso | |-- diskboot.img | |-- minstg2.img | |--
2010 Mar 31
1
root privilleges momentarily
Hi guys, I'm searching for a way to have root privileges momentarily like on ubuntu with the sudo <user> <command> I tried su - <command> and su -l root <command> on my CentOS server but it doesn't work how should I do ? sorry for the disturbance I'm new in RH Linux distro -- Cordialement, / Greetings, Georghy FUSCO
2010 Apr 06
1
KVM web-based interface on CentOS
Hi everyone, I'm configuring a KVM server and I wanna find a Web-based interface to manage my Virtual Machine like on VMware server someone knows one ? -- Cordialement, / Greetings, Georghy FUSCO
2010 Mar 10
1
callerid change name
hi folks, I want to change the "callerid=" variable generated from php page. Let me explain : in /var/log/asterisk/cdr-csv/Master.csv we have the following line : """device"" <360>" we want to change it we don't want the extension name but the displayed name instead of <360> we want "Poste 360" or something else I know it is
2010 May 03
1
Installing a CentOS based distro with Raid driver - Citrix XenServer
Hi everyone, I'm trying to install a XenServer on a server (ref:S5000PAL) http://www.intel.com/products/server/motherboards/s5000pal/s5000pal-overview.htm The installation failed because of lack of Raid driver, I found this out because I tried to install XenServer without raid and it worked great. I tried so many drivers, I don't know what to do I tried also this trick :
2010 Apr 22
1
Xenserver installation problem
Hi all, I'm trying to install xenserver on a 64bit processor server but I'm experiencing an error, take a look : http://img641.imageshack.us/i/capturebg.png/ what should I do ? -- Cordialement, / Greetings, Georghy FUSCO
2010 Mar 29
2
VMware server 2 - Strange behaviour
Hi everyone, I recently install VMware on a server using PAE kernel everything was great until I use vmware server everytime i'm connecting to the vmware server web interface after few seconds, the client loose server connection (server shows a loading page) I can't access to my VM till I log on the server run /etc/init.d/vmware restart I try to connect to the server again but
2010 Mar 01
0
SPA3102 Firmware Upgrade via TFTP fails
Hi everyone, I'm trying to set up a VOIP mass deployment. To do so, I want to generate a configuration xml fails. I read somewhere that I had to use : http://<phone -or- device ip address>/admin/spacfg.xml but it work with an upper firmware only. My Software Version is 3.3.6(GW) The last firmware versin is 5.1.10(GW) Upgrade Enable: is set to yes on the linksys SPA3102 web interface
2010 Mar 09
0
DUNDI Sip authentication failure
Hi all, I'm new in asterisk and I got to set up a dundi config for my work. I have 2 PBX for the test, the two PBX are in the same local network PBX A : 192.168.199.23 PBX B : 192.168.199.21 my config files : (on PBX B , the config files on PBX A looks like it) /etc/asterisk/dundi.conf [general] bind=192.168.199.21 port=4520 cachetime=5 ttl=32 autokill=yes entityid=00:30:18:4C:33:53
2009 Jan 21
1
Paravirtualized Debian (on CentOS host)
In order to create a paravirtualized guest/DomU, should i use the same distro as the host/dom0 is? Or is it possible to install a paravirtualized Debian (as a guest / DomU) into a CentOS (host / Dom0) ? Juan Pablo On Tue, Jan 20, 2009 at 8:42 AM, Ferenc Wagner <wferi@niif.hu> wrote: > Juan Pablo Torres <juanpablotorres@gmail.com> writes: > > > Im trying to install a
2017 Jul 31
1
[RFC] virtio-mem: paravirtualized memory
On Fri, Jul 28, 2017 at 05:48:07PM +0200, David Hildenbrand wrote: > In general, a paravirtualized interface (for detection of PMEM regions) > might have one big advantage: not limited to certain architectures. What follows is a generic rant, and slightly offtopic -sorry about that. I thought it's worth replying to above since people sometimes propose random PV devices and portability
2017 Jul 31
1
[RFC] virtio-mem: paravirtualized memory
On Fri, Jul 28, 2017 at 05:48:07PM +0200, David Hildenbrand wrote: > In general, a paravirtualized interface (for detection of PMEM regions) > might have one big advantage: not limited to certain architectures. What follows is a generic rant, and slightly offtopic -sorry about that. I thought it's worth replying to above since people sometimes propose random PV devices and portability
2017 Jul 28
2
[RFC] virtio-mem: paravirtualized memory
On Fri, Jul 28, 2017 at 4:09 AM, David Hildenbrand <david at redhat.com> wrote: > Btw, I am thinking about the following addition to the concept: > > 1. Add a type to each virtio-mem device. > > This describes the type of the memory region we expose to the guest. > Initially, we could have RAM and RAM_HUGE. The latter one would be > interesting, because the guest would
2017 Jul 28
2
[RFC] virtio-mem: paravirtualized memory
On Fri, Jul 28, 2017 at 4:09 AM, David Hildenbrand <david at redhat.com> wrote: > Btw, I am thinking about the following addition to the concept: > > 1. Add a type to each virtio-mem device. > > This describes the type of the memory region we expose to the guest. > Initially, we could have RAM and RAM_HUGE. The latter one would be > interesting, because the guest would
2008 Oct 10
7
How do I see that a xVM is running as paravirtualized
I have followed a combination of instructions from this post and have been able to get an Ubuntu paravirtualized instance running under snv_96. Is there a way to "list" the fact that it is paravirtualized? For example, xm list, virsh list, etc. thanks -- This message posted from opensolaris.org
2010 Jul 15
1
Paravirtualized Centos 5.5 guest under Xen
The virtualization manual doesn't seem to say; does one have to do anything to get the Centos 5.5 paravirtualization drivers installed? Or is it sufficient to specify a paravirtualized guest, and the Centos install will then detect that and load the right things? And, is there a way to check in the guest that the right drivers are loaded? What are they? -- David Dyer-Bennet, dd-b at
2010 Jan 05
3
Install guest domains using virt-manager and iso images
Hi All, Hope I''m not too annoying yet.. I have CentOS 5.4 running as Domain 0. I can create CentOS guest domains via network using virt-install. However that''s a bit slow, and I don''t want to repeat the download process again if I create new guest domains. So my questions: - Can I create guest CentOS domains using virt-install and specify a dvd iso image as its