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

Bu cevap yeterince yardımcı oldu mu?

 Bu dökümanı yazdır

Also Read

How to install Windows VPS under Hypervm

After you follow this http://wiki.lxcenter.org/HyperVM-Windows and still problems below:1....

How to reboot a unix server via telnet?

Using a telnet program like http://www.telnet98.com/ or SSH Client like putty (for windows),...

How do I assign additional IP addresses in RedHat/CentOS?

If you are using CPanel, you should add the IP addresses through WHM.  Do not follow...

How to update cpanel license key

First, ssh to your server as root and just type /usr/local/cpanel/cpkeyclt

How to change cPanel password from command line?

cPanel password of a domain can be changed from command line using cPanel script. Given below are...