[email protected]Support 24/7 · Billing 09:00 – 00:00LinkedInXFacebook
NexonHost
Netherlands Dedicated ServersAmsterdam · Equinix AM6Germany Dedicated ServersFrankfurt · Equinix FR4Romania Dedicated ServersBucharest · VoxilityAustria Dedicated ServersVienna · Interxion VIEBulgaria Dedicated ServersSofia · TelepointFrance Dedicated ServersParis · Interxion PAR — Marseille · Digital Realty MRS3Ireland Dedicated ServersDublin · Equinix DB2Italy Dedicated ServersMilan · Irideos AvalonPoland Dedicated ServersWarsawSpain Dedicated ServersMadrid · Equinix MD2United States Dedicated ServersAshburn · Equinix DC
All articles
Getting startedAugust 28, 2023

How to install Xen hypervizor on CentOs 7.

How To Install Xen Hypervizor On CentOs 7.

  1. Install CentOs 7 on your vm/vps/server.

  2. Partition the Xen hypervisor box:

    The disk can be partitioned any way you like, with one exception: you must create a separate partition with LVM. This will be used to deploy block devices as hard disks for virtual machines.

  3. Install essential utilities on the Xen Hypervisor box:

We recommend the following software is preinstalled on the Xen hypervisor box: 

  • vim command-line editor. This guide uses vim in examples where files need to be edited.

  • GNU tar utility and GNU zip archive tool. They are used to pack the template.

  • X window system. We will use it to run some GUI applications.

  • Apache web server. It will be used to run local distributive mirrors, and access KickStart files during installation.

  • virt-manager. Not mandatory, but sometimes it makes creating servers easier.

  • vncviewer. Used for connecting to virtual servers via VNC.

  • LVM utilities. All of them will be required while creating servers and Linux templates for OnApp.

  1. Add YUM repository:

    An extra YUM repository is used to get the Xen hypervisor installed manually.

    Please download extra repository configuration file and place it into standard YUM repositories configuration files location (/etc/yum.repos.d/):

    # wget http://www.gitco.de/repo/GITCO-XEN3.4.3_x86_64.repo -O /etc/yum.repos.d/ GITCO-XEN3.4.3_x86_64.repo 
  2. Install Xen Hypervisor:

  1. Clean YUM meta-data:

    # yum -y -q clean all 
  2. Remove old Xen if installed:

    # yum remove xen 
  3. Install the latest Xen from GITCO:

    # yum install xen 
  4. Remove i386 libvirt:

    # yum remove libvirt.i386 xen-libs.i386 
  5. Configure xend service to start on system boot:

    # chkconfig --add xend
    # chkconfig xend on 
  6. Install Xen hypervisor (Dom0) kernel:

    # yum install kernel-xen 
  7. Verify the kernel-xen package is installed, and determine the version:

    # rpm -q kernel-xen 
  8. Configure GRUB boot loader to use Xen kernel as default (check GRUB’s configuration file):

    # vim /boot/grub/grub.conf
  9. Reboot the box:

    # shutdown -r now 
  10. Check if Xen hypervisor is running when the box boots:

    # xm info
Keep reading
How to Exclude Files and Directories with Rsync
March 22, 2023

How to Exclude Files and Directories with Rsync

How To Exclude Files And Directories With Rsync In this tutorial, we will show you how to exclude files and directories with rsync. With Rsync you can mirror data, create incremental backups and files between systems. When ing data, you may want to exclude one or more files or directories based on…

Read article
How to Transfer Files with Rsync over SSH
March 22, 2023

How to Transfer Files with Rsync over SSH

How To Transfer Files With Rsync Over SSH In this tutorial, we will explain how to files with rsync over SSH. When it comes to transferring files between systems on the network, Linux and Unix users have a lot of tools at their disposal. The most popular protocols for data transfer are SSH and FTP…

Read article
How to Check Linux Version.
March 21, 2023

How to Check Linux Version.

How To Check Linux Version. This article shows how to check what Linux distribution and version is installed on your system using the command line. Some of the most popular Linux distributions are Debian, Red Hat, Ubuntu, Arch Linux, Fedora, CentOS, Kali Linux, OpenSUSE, Linux Mint, etc. A Linux…

Read article
Get in Touch

Together, Let’s Build a Faster, Safer Internet.

Build scalable infrastructure with NexonHost — high-performance dedicated servers, VPS hosting, cloud hosting, and DDoS protection across Europe.

Get Started →Contact Us
[email protected]Support 24/7 · Billing 09:00 – 00:00