links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
falko, member since Apr 16, 2006
.
Search Everyone: ("argo") "xen",

Top ("argo") "xen" experts: minding1, falko, dfear, ahyb, jwiz, bertux,

1 - 10 of 31 next »   Watch falko
 
This tutorial shows how you can enable networking in Xen guests (domU) on Hetzner's new EQ servers. With the new EQ servers, you can get up to three additional IPs that are in the same subnet as the server's main IP. The problem is that these additional IPs are bound to the MAC address of the host system (dom0) - Hetzner's routers will dump IP packets if they come from an unknown MAC address. This means we cannot use Xen's bridged mode, but must switch to Xen's routed mode where the host system (dom0) acts as the gateway for the guests.
by falko 2009-10-27 19:56 xen · network · domu · hetzner · debian
http://www.howtoforge.com/how-to-enable-networking-in-xen-guests-on-hetzners-new-eq-servers-debian-lenny - cached - mail it - history
This Howto covers the installation of XenServer 5.5.0 and the creation of virtual machines with the XenCenter administrator console. XenServer is a free virtualization platform from Citrix, the company behind the well known Xen virtualization engine. XenServer makes it easy to create, run and manage Xen virtual machines with the XenCenter administrator console. The XenServer installation CD contains a full Linux distribution which is customized to run XenServer.
by falko 2009-06-28 07:16 xenserver · xen · virtualization · virtual machine · xencenter · citrix · linux
http://www.howtoforge.com/virtualization-with-xenserver-5.5.0 - cached - mail it - history
This tutorial provides step-by-step instructions on how to install Xen (version 3.0.3) on a CentOS 5.3 (x86_64) system. Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), so called "virtual machines" or domUs, under a host operating system (dom0). Using Xen you can separate your applications into different virtual machines that are totally independent from each other (e.g. a virtual machine for a mail server, a virtual machine for a high-traffic web site, another virtual machine that serves your customers' web sites, a virtual machine for DNS, etc.), but still use the same hardware. This saves money, and what is even more important, it's more secure. If the virtual machine of your DNS server gets hacked, it has no effect on your other virtual machines. Plus, you can move virtual machines from one Xen server to the next one.
by falko 2009-05-17 12:39 xen · centos · virtualization · paravirtualization · virtual machine
http://www.howtoforge.com/paravirtualization-with-xen-on-centos-5.3-x86_64 - cached - mail it - history
This guide explains how you can do a live migration of an LVM-based virtual machine (domU) from one Xen host to the other. I will use iSCSI to provide shared storage for the virtual machines in this tutorial. Both Xen hosts and the iSCSI target are running on Debian Lenny in this article.
by falko 2009-04-30 07:47 xen · live migration · iscsi · virtualization · virtual machine · lvm · debian
http://www.howtoforge.com/xen-live-migration-of-an-lvm-based-virtual-machine-with-iscsi-on-debian-lenny - cached - mail it - history
This short article explains how you can move/convert a Xen guest that uses disk images to LVM volumes. Virtual machines that use disk images are very slow and heavy on disk IO, therefore it is often better to use LVM. Also, LVM-based guests are easier to back up (using LVM snapshots).
by falko 2009-04-19 07:07 xen · lvm · images · virtualization · virtual machine
http://www.howtoforge.com/xen-how-to-convert-an-image-based-guest-to-an-lvm-based-guest - cached - mail it - history
This guide explains how you can set up fully-virtualized guests (HVM) with Xen 3.2 on a Debian Lenny x86_64 host system. HVM stands for HardwareVirtualMachine; to set up such guests, you need a CPU that supports hardware virtualization (Intel VT or AMD-V). Hardware virtualization allows you to install unmodified guest systems (in contrast to paravirtualization where the guest kernel needs to be modified); that way you cannot only virtualize OpenSource operating systems like Linux and BSD, but also closed-source operating systems like Windows where you cannot modify the kernel.
by falko 2009-03-08 09:37 xen · hvm · debian · lenny · intel vt · amd-v · hardware virtualization · virtualization · virtual machine
http://www.howtoforge.com/how-to-run-fully-virtualized-guests-hvm-with-xen-3.2-on-debian-lenny-x86_64 - cached - mail it - history
Ganeti is a cluster virtualization management system based on Xen. In this tutorial I will explain how to create one virtual Xen machine (called an instance) on a cluster of two physical nodes, and how to manage and failover this instance between the two physical nodes.
by falko 2009-03-03 07:57 ganeti · xen · cluster · debian · lenny · virtualization · virtual machine · high-availability
http://www.howtoforge.com/xen-cluster-management-with-ganeti-on-debian-lenny - cached - mail it - history
This tutorial shows how you can install Xen 3.3 on an Ubuntu 8.10 host (dom0). Xen 3.3 is available from the Ubuntu 8.10 repositories, but the Ubuntu 8.10 kernels (2.6.27-x) are domU kernels, i.e., they work for Xen guests (domU), but not for the host (dom0). Therefore we need to build our own dom0 kernel. This guide explains how to do this with a 2.6.27 kernel.
by falko 2009-02-24 07:44 xen · ubuntu · intrepid · dom0 · domu · virtualization · virtual machine
http://www.howtoforge.com/installing-xen-3.3-with-kernel-2.6.27-on-ubuntu-8.10-x86_64 - cached - mail it - history
This tutorial provides step-by-step instructions on how to install Xen 3.3.1 on a Debian Etch (4.0) system. Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), so called "virtual machines" or domUs, under a host operating system (dom0). Using Xen you can separate your applications into different virtual machines that are totally independent from each other (e.g. a virtual machine for a mail server, a virtual machine for a high-traffic web site, another virtual machine that serves your customers' web sites, a virtual machine for DNS, etc.), but still use the same hardware.
by falko 2009-02-12 07:45 xen · debian · etch · virtualization · virtual machine · dom0 · domu · paravirtualization
http://www.howtoforge.com/virtualization-with-xen-3.3.1-on-debian-etch - cached - mail it - history
Virt-Manager (Virtual Machine Manager) is a graphical interface for managing KVM and Xen guests on the local and also on remote systems. You can use it to start, stop, pause, create, and delete guests, and you can connect to the guests using the graphical console. This guide shows how you can use it to manage KVM guests on an Ubuntu 8.10 desktop.
by falko 2009-02-10 07:25 virt-manager · virt-viewer · kvm · xen · ubuntu · virtualization · virtual machines
http://www.howtoforge.com/kvm-guest-management-with-virt-manager-on-ubuntu-8.10 - cached - mail it - history
1 - 10 of 31 next »  
Related Tags
 
- exclude ~ optional + require
Add Dates