How can upgrade kernel on xen main node or container too?

Centos:

on host node
---
yum update

cd /usr/local/lxlabs/hypervm/httpdocs/
lphp.exe ../bin/misc/fixcentos5xen.php

chkconfig xendomains off

nano /etc/grub.conf (set your new kernel as the default)

service xendomains stop

reboot

---
after boot:

cd /usr/local/lxlabs/hypervm/httpdocs/
lphp.exe ../bin/misc/fixcentos5xen.php

login to hypervm and start vps inside the node.

chkconfig xendomains on

Ця відповідь Вам допомогла?

 Роздрукувати цю статтю

Також прочитайте

How to change hostname of a server

Simply ssh as root and type hostname s1.boxintense.com Then to make it permanent, modify this...

How to set date/time permanently on Centos/RH/Fedora

First you need to ssh to the server and be root and then do these step by step: 1. Set the...

How to restore all data from old drive to a new drive on a cpanel server

You basically ssh to server as root and look for your old/original drive via command fdisk -l...

Why my drive is slow

First, check to make sure write cache is enabled. On Centos, you type hdparm -I /dev/sda Then...

Hints on Creating Windows KVM Templates

Templating Windows is a fairly easy process for KVM. All versions of windows can be resized by...